Home
last modified time | relevance | path

Searched refs:autosuspend_delay (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/power/
Druntime.c165 int autosuspend_delay; in pm_runtime_autosuspend_expiration() local
171 autosuspend_delay = READ_ONCE(dev->power.autosuspend_delay); in pm_runtime_autosuspend_expiration()
172 if (autosuspend_delay < 0) in pm_runtime_autosuspend_expiration()
176 expires += (u64)autosuspend_delay * NSEC_PER_MSEC; in pm_runtime_autosuspend_expiration()
604 u64 slack = (u64)READ_ONCE(dev->power.autosuspend_delay) * in rpm_suspend()
1580 int delay = dev->power.autosuspend_delay; in update_autosuspend()
1620 old_delay = dev->power.autosuspend_delay; in pm_runtime_set_autosuspend_delay()
1622 dev->power.autosuspend_delay = delay; in pm_runtime_set_autosuspend_delay()
1641 old_delay = dev->power.autosuspend_delay; in __pm_runtime_use_autosuspend()
Dsysfs.c189 return sysfs_emit(buf, "%d\n", dev->power.autosuspend_delay); in autosuspend_delay_ms_show()
/kernel/linux/linux-5.10/include/linux/amba/
Dpl022.h247 int autosuspend_delay; member
/kernel/linux/linux-5.10/drivers/nfc/
Dtrf7970a.c1979 int autosuspend_delay, ret; in trf7970a_get_autosuspend_delay() local
1981 ret = of_property_read_u32(np, "autosuspend-delay", &autosuspend_delay); in trf7970a_get_autosuspend_delay()
1983 autosuspend_delay = TRF7970A_AUTOSUSPEND_DELAY; in trf7970a_get_autosuspend_delay()
1985 return autosuspend_delay; in trf7970a_get_autosuspend_delay()
1992 int uvolts, autosuspend_delay, ret; in trf7970a_probe() local
2117 autosuspend_delay = trf7970a_get_autosuspend_delay(np); in trf7970a_probe()
2119 pm_runtime_set_autosuspend_delay(trf->dev, autosuspend_delay); in trf7970a_probe()
/kernel/linux/linux-5.10/drivers/remoteproc/
Domap_remoteproc.c111 int autosuspend_delay; member
1333 oproc->autosuspend_delay = DEFAULT_AUTOSUSPEND_DELAY; in omap_rproc_probe()
1336 &oproc->autosuspend_delay); in omap_rproc_probe()
1338 pm_runtime_set_autosuspend_delay(&pdev->dev, oproc->autosuspend_delay); in omap_rproc_probe()
/kernel/linux/linux-5.10/include/linux/
Dpm.h615 int autosuspend_delay; member
/kernel/linux/linux-5.10/drivers/spi/
Dspi-pl022.c2114 &pd->autosuspend_delay); in pl022_platform_data_dt_get()
2290 if (platform_info->autosuspend_delay > 0) { in pl022_probe()
2293 platform_info->autosuspend_delay); in pl022_probe()
2295 platform_info->autosuspend_delay); in pl022_probe()
/kernel/linux/linux-5.10/Documentation/power/
Druntime_pm.rst292 `int autosuspend_delay;`
494 power.autosuspend_delay is negative
499 power.autosuspend_delay is negative; call pm_runtime_idle
502 - set the power.autosuspend_delay value to 'delay' (expressed in
506 pm_runtime_idle called depending on if power.autosuspend_delay is
512 based on power.last_busy and power.autosuspend_delay; if the delay time
941 In addition, the power.autosuspend_delay field can be changed by user space at
/kernel/linux/linux-5.10/drivers/usb/core/
Dsysfs.c424 return sprintf(buf, "%d\n", dev->power.autosuspend_delay / 1000); in autosuspend_show()
Dhub.c1833 if (hdev->dev.power.autosuspend_delay >= 0) in hub_probe()
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch54311 if (platform_info->autosuspend_delay > 0) {
54315 platform_info->autosuspend_delay);
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch356511 if (platform_info->autosuspend_delay > 0) {
356515 platform_info->autosuspend_delay);