Searched refs:ChipSuspend (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
H A D | touch_ft6336.c | 27 static int32_t ChipSuspend(ChipDevice *device) in ChipSuspend() function 62 (void)ChipSuspend(device); in ChipDetect() 123 .Suspend = ChipSuspend,
|
H A D | touch_ft5406.c | 33 static int32_t ChipSuspend(ChipDevice *device) in ChipSuspend() function 66 (void)ChipSuspend(device); in ChipDetect() 197 .Suspend = ChipSuspend,
|
H A D | touch_ft5x06.c | 37 static int32_t ChipSuspend(ChipDevice *device) in ChipSuspend() function 160 (void)ChipSuspend(device); in ChipDetect() 324 .Suspend = ChipSuspend,
|
H A D | touch_gt911.c | 36 static int32_t ChipSuspend(ChipDevice *device) in ChipSuspend() function 86 (void)ChipSuspend(device); in ChipDetect() 303 .Suspend = ChipSuspend,
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/ |
H A D | input_driver_source.template | 19 static int32_t ChipSuspend(ChipDevice *device) 28 (void)ChipSuspend(device); 113 .Suspend = ChipSuspend,
|
/ohos5.0/docs/zh-cn/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 218 .Suspend = ChipSuspend, // 休眠
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 340 .Suspend = ChipSuspend,
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-touch-des.md | 342 .Suspend = ChipSuspend,
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-outerdriver-demo.md | 217 … .Suspend = ChipSuspend, // Suspend the chip.
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 1959 .Suspend = ChipSuspend, 1976 ChipSuspend负责器件的休眠
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 1972 .Suspend = ChipSuspend, 1989 **ChipSuspend** suspends components.
|