Home
last modified time | relevance | path

Searched refs:autosleep (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/kernel/power/
H A DMakefile15 obj-$(CONFIG_PM_AUTOSLEEP) += autosleep.o
H A Dmain.c785 power_attr(autosleep); variable
/kernel/linux/linux-6.6/kernel/power/
H A DMakefile19 obj-$(CONFIG_PM_AUTOSLEEP) += autosleep.o
H A Dmain.c831 power_attr(autosleep); variable
/kernel/linux/linux-5.10/drivers/mfd/
H A Dstmpe.c31 * @autosleep: bool to enable/disable stmpe autosleep
32 * @autosleep_timeout: inactivity timeout in milliseconds for autosleep
41 bool autosleep; member
717 /* supported autosleep timeout delay (in msecs) */
753 * Both stmpe 1601/2403 support same layout for autosleep
1288 if (stmpe->pdata->autosleep) { in stmpe_chip_init()
1355 of_property_read_u32(np, "st,autosleep-timeout", in stmpe_of_probe()
1358 pdata->autosleep = (pdata->autosleep_timeout) ? true : false; in stmpe_of_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dstmpe.c30 * @autosleep: bool to enable/disable stmpe autosleep
31 * @autosleep_timeout: inactivity timeout in milliseconds for autosleep
37 bool autosleep; member
715 /* supported autosleep timeout delay (in msecs) */
751 * Both stmpe 1601/2403 support same layout for autosleep
1286 if (stmpe->pdata->autosleep) { in stmpe_chip_init()
1346 of_property_read_u32(np, "st,autosleep-timeout", in stmpe_of_probe()
1349 pdata->autosleep = (pdata->autosleep_timeout) ? true : false; in stmpe_of_probe()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Dadxl34x.c600 static DEVICE_ATTR(autosleep, 0664,
/kernel/linux/linux-6.6/drivers/input/misc/
H A Dadxl34x.c606 static DEVICE_ATTR(autosleep, 0664,

Completed in 13 milliseconds