Home
last modified time | relevance | path

Searched refs:pm_generic_runtime_suspend (Results 1 – 18 of 18) sorted by relevance

/linux/include/linux/
H A Dpm_runtime.h68 extern int pm_generic_runtime_suspend(struct device *dev);
257 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
/linux/scripts/coccinelle/api/
H A Dpm_runtime.cocci40 pm_generic_runtime_suspend\|
/linux/arch/arm/mach-omap2/
H A Domap_device.c357 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()
406 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
/linux/drivers/staging/media/ipu7/
H A Dipu7-bus.c27 ret = pm_generic_runtime_suspend(dev); in bus_pm_runtime_suspend()
/linux/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c27 ret = pm_generic_runtime_suspend(dev); in bus_pm_runtime_suspend()
/linux/drivers/soundwire/
H A Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c108 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
/linux/drivers/base/
H A Dauxiliary.c211 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
H A Dplatform.c1484 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
/linux/drivers/staging/greybus/
H A Dgbphy.c63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux/drivers/mmc/core/
H A Dsdio_bus.c247 pm_generic_runtime_suspend,
/linux/sound/ac97/
H A Dbus.c389 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
/linux/drivers/base/power/
H A Dclock_ops.c597 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
/linux/drivers/amba/
H A Dbus.c391 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/linux/drivers/acpi/
H A Ddevice_pm.c1069 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
/linux/drivers/acpi/x86/
H A Dlpss.c1202 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c85 .runtime_suspend = pm_generic_runtime_suspend,
/linux/drivers/bus/
H A Dti-sysc.c2396 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()