Searched refs:autosleep (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/power/ |
H A D | Makefile | 15 obj-$(CONFIG_PM_AUTOSLEEP) += autosleep.o
|
H A D | main.c | 785 power_attr(autosleep); variable
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | Makefile | 19 obj-$(CONFIG_PM_AUTOSLEEP) += autosleep.o
|
H A D | main.c | 831 power_attr(autosleep); variable
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | stmpe.c | 31 * @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 D | stmpe.c | 30 * @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 D | adxl34x.c | 600 static DEVICE_ATTR(autosleep, 0664,
|
/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | adxl34x.c | 606 static DEVICE_ATTR(autosleep, 0664,
|
Completed in 10 milliseconds