Home
last modified time | relevance | path

Searched refs:pm_runtime_suspend (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/scripts/coccinelle/api/
Dpm_runtime.cocci23 pm_runtime_suspend\|
/linux-4.4.14/include/linux/
Dpm_runtime.h186 static inline int pm_runtime_suspend(struct device *dev) in pm_runtime_suspend() function
/linux-4.4.14/Documentation/power/
Druntime_pm.txt316 int pm_runtime_suspend(struct device *dev);
324 - same as pm_runtime_suspend() except that the autosuspend delay is taken
391 pm_runtime_suspend(dev) and return its result
516 pm_runtime_suspend()
576 calling pm_runtime_suspend() from their ->remove() routines, the driver core
776 ->runtime_idle() would always call pm_runtime_suspend().
823 Instead of: pm_runtime_suspend use: pm_runtime_autosuspend;
Dpci.txt367 of pm_schedule_suspend() or pm_runtime_suspend() which for PCI devices call
409 present at all), suspends the device with the help of pm_runtime_suspend().
938 PCI subsystem will call pm_runtime_suspend() for the device, which in turn will
/linux-4.4.14/drivers/tty/serial/
Difx6x60.c1340 pm_runtime_suspend(dev); in ifx_spi_pm_runtime_idle()
/linux-4.4.14/drivers/media/platform/
Dsh_veu.c1193 pm_runtime_suspend(&pdev->dev); in sh_veu_probe()
/linux-4.4.14/drivers/media/platform/soc_camera/
Dsoc_camera.c798 pm_runtime_suspend(&icd->vdev->dev); in soc_camera_close()
/linux-4.4.14/drivers/input/touchscreen/
Dcyttsp4_core.c2139 pm_runtime_suspend(dev); in cyttsp4_remove()