Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/power/
H A 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);
H A Dclock_ops.c597 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
/linux-6.15/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-6.15/scripts/coccinelle/api/
H A Dpm_runtime.cocci41 pm_generic_runtime_suspend\|
/linux-6.15/drivers/media/pci/intel/ipu6/
H A Dipu6-bus.c27 ret = pm_generic_runtime_suspend(dev); in bus_pm_runtime_suspend()
/linux-6.15/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-6.15/drivers/soundwire/
H A Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux-6.15/drivers/base/
H A Dauxiliary.c210 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
H A Dplatform.c1474 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
/linux-6.15/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c105 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
/linux-6.15/drivers/staging/greybus/
H A Dgbphy.c63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux-6.15/drivers/mmc/core/
H A Dsdio_bus.c241 pm_generic_runtime_suspend,
/linux-6.15/sound/ac97/
H A Dbus.c393 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
/linux-6.15/drivers/amba/
H A Dbus.c394 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/linux-6.15/drivers/acpi/
H A Ddevice_pm.c1070 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
/linux-6.15/drivers/acpi/x86/
H A Dlpss.c1205 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c82 .runtime_suspend = pm_generic_runtime_suspend,
/linux-6.15/drivers/bus/
H A Dti-sysc.c2428 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()
/linux-6.15/Documentation/power/
H A Druntime_pm.rst745 `int pm_generic_runtime_suspend(struct device *dev);`