Home
last modified time | relevance | path

Searched refs:ChipSuspend (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft6336.c27 static int32_t ChipSuspend(ChipDevice *device) in ChipSuspend() function
62 (void)ChipSuspend(device); in ChipDetect()
123 .Suspend = ChipSuspend,
H A Dtouch_ft5406.c33 static int32_t ChipSuspend(ChipDevice *device) in ChipSuspend() function
66 (void)ChipSuspend(device); in ChipDetect()
197 .Suspend = ChipSuspend,
H A Dtouch_ft5x06.c37 static int32_t ChipSuspend(ChipDevice *device) in ChipSuspend() function
160 (void)ChipSuspend(device); in ChipDetect()
324 .Suspend = ChipSuspend,
H A Dtouch_gt911.c36 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 Dinput_driver_source.template19 static int32_t ChipSuspend(ChipDevice *device)
28 (void)ChipSuspend(device);
113 .Suspend = ChipSuspend,
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-outerdriver-demo.md218 .Suspend = ChipSuspend, // 休眠
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-touch-des.md340 .Suspend = ChipSuspend,
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-touch-des.md342 .Suspend = ChipSuspend,
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-outerdriver-demo.md217 … .Suspend = ChipSuspend, // Suspend the chip.
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md1959 .Suspend = ChipSuspend,
1976 ChipSuspend负责器件的休眠
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-dayu200-on_standard-demo.md1972 .Suspend = ChipSuspend,
1989 **ChipSuspend** suspends components.