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

/linux-master/drivers/input/rmi4/
H A Drmi_f01.c111 * @wakeup_threshold: controls the capacitance threshold at which the touch
119 u8 wakeup_threshold; member in struct:f01_device_control
357 pdata->power_management.wakeup_threshold = val;
502 if (pdata->power_management.wakeup_threshold) {
503 f01->device_control.wakeup_threshold =
504 pdata->power_management.wakeup_threshold;
506 f01->device_control.wakeup_threshold);
515 &f01->device_control.wakeup_threshold);
608 &f01->device_control.wakeup_threshold,
/linux-master/include/linux/
H A Drmi.h142 * @wakeup_threshold - controls the capacitance threshold at which the touch
151 u8 wakeup_threshold; member in struct:rmi_f01_power_management

Completed in 113 milliseconds