Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/power/
Dgeneric_ops.c20 int pm_generic_runtime_suspend(struct device *dev) in pm_generic_runtime_suspend() function
29 EXPORT_SYMBOL_GPL(pm_generic_runtime_suspend);
Dclock_ops.c512 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
/Linux-v5.10/include/linux/
Dpm_runtime.h33 extern int pm_generic_runtime_suspend(struct device *dev);
218 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
/Linux-v5.10/scripts/coccinelle/api/
Dpm_runtime.cocci41 pm_generic_runtime_suspend\|
/Linux-v5.10/drivers/soundwire/
Dmaster.c102 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/Linux-v5.10/arch/arm/mach-omap2/
Domap_device.c382 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()
431 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
/Linux-v5.10/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c107 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
/Linux-v5.10/drivers/staging/greybus/
Dgbphy.c63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/Linux-v5.10/drivers/mmc/core/
Dsdio_bus.c242 pm_generic_runtime_suspend,
/Linux-v5.10/sound/ac97/
Dbus.c394 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
/Linux-v5.10/drivers/gpu/drm/
Ddrm_mipi_dsi.c81 .runtime_suspend = pm_generic_runtime_suspend,
/Linux-v5.10/drivers/amba/
Dbus.c164 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/Linux-v5.10/drivers/acpi/
Ddevice_pm.c976 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
Dacpi_lpss.c1213 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
/Linux-v5.10/drivers/base/
Dplatform.c1355 .runtime_suspend = pm_generic_runtime_suspend,
/Linux-v5.10/drivers/bus/
Dti-sysc.c2170 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()
2217 error = pm_generic_runtime_suspend(dev); in sysc_child_suspend_noirq()
/Linux-v5.10/Documentation/power/
Druntime_pm.rst724 `int pm_generic_runtime_suspend(struct device *dev);`