Searched refs:doze_holdoff (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/input/rmi4/
H A Drmi_f01.c113 * @doze_holdoff: controls how long the touch sensor waits after the last
120 u8 doze_holdoff; member in struct:f01_device_control
364 pdata->power_management.doze_holdoff = val * 100;
532 if (pdata->power_management.doze_holdoff) {
533 f01->device_control.doze_holdoff =
534 pdata->power_management.doze_holdoff;
536 f01->device_control.doze_holdoff);
545 &f01->device_control.doze_holdoff);
620 f01->device_control.doze_holdoff);
/linux-master/include/linux/
H A Drmi.h144 * @doze_holdoff - controls how long the touch sensor waits after the last
152 u8 doze_holdoff; member in struct:rmi_f01_power_management

Completed in 105 milliseconds