Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_runtime.h67 extern int pm_generic_runtime_suspend(struct device *dev);
256 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.cocci41 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/soundwire/
H A Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux/drivers/base/
H A Dauxiliary.c210 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
H A Dplatform.c1471 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.c241 pm_generic_runtime_suspend,
/linux/drivers/amba/
H A Dbus.c394 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/linux/drivers/acpi/
H A Ddevice_pm.c1070 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.c2395 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()
/linux/Documentation/power/
H A Druntime_pm.rst744 `int pm_generic_runtime_suspend(struct device *dev);`