Home
last modified time | relevance | path

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

/Linux-v6.6/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.c670 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
/Linux-v6.6/include/linux/
Dpm_runtime.h67 extern int pm_generic_runtime_suspend(struct device *dev);
253 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
/Linux-v6.6/scripts/coccinelle/api/
Dpm_runtime.cocci41 pm_generic_runtime_suspend\|
/Linux-v6.6/arch/arm/mach-omap2/
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-v6.6/drivers/soundwire/
Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/Linux-v6.6/drivers/base/
Dauxiliary.c200 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
Dplatform.c1478 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
/Linux-v6.6/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c105 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
/Linux-v6.6/drivers/staging/greybus/
Dgbphy.c63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/Linux-v6.6/drivers/mmc/core/
Dsdio_bus.c241 pm_generic_runtime_suspend,
/Linux-v6.6/sound/ac97/
Dbus.c394 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
/Linux-v6.6/drivers/amba/
Dbus.c392 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_mipi_dsi.c82 .runtime_suspend = pm_generic_runtime_suspend,
/Linux-v6.6/drivers/acpi/
Ddevice_pm.c1057 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
Dacpi_lpss.c1242 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
/Linux-v6.6/drivers/bus/
Dti-sysc.c2413 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()
2460 error = pm_generic_runtime_suspend(dev); in sysc_child_suspend_noirq()
/Linux-v6.6/Documentation/power/
Druntime_pm.rst738 `int pm_generic_runtime_suspend(struct device *dev);`