Searched refs:pm_schedule_suspend (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pm_runtime.h | 76 extern int pm_schedule_suspend(struct device *dev, unsigned int delay); 270 static inline int pm_schedule_suspend(struct device *dev, unsigned int delay) in pm_schedule_suspend() function
|
/openbmc/linux/scripts/coccinelle/api/ |
H A D | pm_runtime.cocci | 39 pm_schedule_suspend\|
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_pm.c | 198 pm_schedule_suspend(dev, vdev->timeout.reschedule_suspend); in ivpu_pm_runtime_suspend_cb()
|
/openbmc/linux/drivers/base/power/ |
H A D | runtime.c | 1020 int pm_schedule_suspend(struct device *dev, unsigned int delay) in pm_schedule_suspend() function 1050 EXPORT_SYMBOL_GPL(pm_schedule_suspend);
|
/openbmc/linux/Documentation/power/ |
H A D | runtime_pm.rst | 364 `int pm_schedule_suspend(struct device *dev, unsigned int delay);` 538 - pm_schedule_suspend() 882 Instead of: pm_schedule_suspend use: pm_request_autosuspend;
|
H A D | pci.rst | 376 of pm_schedule_suspend() or pm_runtime_suspend() which for PCI devices call
|
/openbmc/linux/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 778 pm_schedule_suspend(lis3->pm_dev, LIS3_SYSFS_POWERDOWN_DELAY); in lis3lv02d_sysfs_poweron()
|
/openbmc/linux/drivers/misc/cardreader/ |
H A D | rtsx_pcr.c | 1789 pm_schedule_suspend(device, 10000); in rtsx_pci_runtime_idle()
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 5677 pm_schedule_suspend(netdev->dev.parent, in igc_watchdog_task() 7191 pm_schedule_suspend(dev, MSEC_PER_SEC * 5); in igc_runtime_idle()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | netdev.c | 5328 pm_schedule_suspend(netdev->dev.parent, in e1000_watchdog_task() 7013 pm_schedule_suspend(dev, 5 * MSEC_PER_SEC); in e1000e_pm_runtime_idle()
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_main.c | 5675 pm_schedule_suspend(netdev->dev.parent, in igb_watchdog_task() 9552 pm_schedule_suspend(dev, MSEC_PER_SEC * 5); in igb_runtime_idle()
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | r8169_main.c | 4954 pm_schedule_suspend(device, 10000); in rtl8169_runtime_idle()
|