Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/rmi4/
Drmi_f01.c118 u8 doze_holdoff; member
363 pdata->power_management.doze_holdoff = val * 100; in rmi_f01_of_probe()
531 if (pdata->power_management.doze_holdoff) { in rmi_f01_probe()
532 f01->device_control.doze_holdoff = in rmi_f01_probe()
533 pdata->power_management.doze_holdoff; in rmi_f01_probe()
535 f01->device_control.doze_holdoff); in rmi_f01_probe()
544 &f01->device_control.doze_holdoff); in rmi_f01_probe()
619 f01->device_control.doze_holdoff); in rmi_f01_config()
/kernel/linux/linux-5.10/include/linux/
Drmi.h152 u8 doze_holdoff; member