Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/include/linux/
Dpm_runtime.h33 extern int pm_generic_runtime_suspend(struct device *dev);
220 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
/Linux-v5.15/scripts/coccinelle/api/
Dpm_runtime.cocci41 pm_generic_runtime_suspend\|
/Linux-v5.15/arch/arm/mach-omap2/
Domap_device.c383 ret = pm_generic_runtime_suspend(dev); in _od_runtime_suspend()
432 if (pm_generic_runtime_suspend(dev) == 0) { in _od_suspend_noirq()
/Linux-v5.15/drivers/soundwire/
Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/Linux-v5.15/drivers/base/
Dauxiliary.c59 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
Dplatform.c1469 .runtime_suspend = pm_generic_runtime_suspend,
/Linux-v5.15/drivers/gpu/drm/i915/selftests/
Dmock_gem_device.c105 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
/Linux-v5.15/drivers/staging/greybus/
Dgbphy.c63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/Linux-v5.15/drivers/mmc/core/
Dsdio_bus.c240 pm_generic_runtime_suspend,
/Linux-v5.15/sound/ac97/
Dbus.c394 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
/Linux-v5.15/drivers/amba/
Dbus.c262 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_mipi_dsi.c81 .runtime_suspend = pm_generic_runtime_suspend,
/Linux-v5.15/drivers/acpi/
Ddevice_pm.c969 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
Dacpi_lpss.c1216 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
/Linux-v5.15/drivers/bus/
Dti-sysc.c2294 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()
2341 error = pm_generic_runtime_suspend(dev); in sysc_child_suspend_noirq()
/Linux-v5.15/drivers/i2c/
Di2c-core-base.c701 err = pm_generic_runtime_suspend(&client->dev); in i2c_runtime_suspend()
/Linux-v5.15/Documentation/power/
Druntime_pm.rst732 `int pm_generic_runtime_suspend(struct device *dev);`