Home
last modified time | relevance | path

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

/linux/drivers/base/power/
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);
A Dclock_ops.c670 ret = pm_generic_runtime_suspend(dev); in pm_clk_runtime_suspend()
/linux/include/linux/
A Dpm_runtime.h67 extern int pm_generic_runtime_suspend(struct device *dev);
242 static inline int pm_generic_runtime_suspend(struct device *dev) { return 0; } in pm_generic_runtime_suspend() function
/linux/scripts/coccinelle/api/
A Dpm_runtime.cocci41 pm_generic_runtime_suspend\|
/linux/arch/arm/mach-omap2/
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/media/pci/intel/ipu6/
A Dipu6-bus.c27 ret = pm_generic_runtime_suspend(dev); in bus_pm_runtime_suspend()
/linux/drivers/soundwire/
A Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux/drivers/base/
A Dauxiliary.c200 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
A Dplatform.c1473 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
/linux/drivers/gpu/drm/i915/selftests/
A Dmock_gem_device.c105 return pm_generic_runtime_suspend(dev); in pm_domain_suspend()
/linux/drivers/staging/greybus/
A Dgbphy.c63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux/drivers/mmc/core/
A Dsdio_bus.c241 pm_generic_runtime_suspend,
/linux/sound/ac97/
A Dbus.c393 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
/linux/drivers/amba/
A Dbus.c393 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/linux/drivers/acpi/
A Ddevice_pm.c1070 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
/linux/drivers/acpi/x86/
A Dlpss.c1205 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
/linux/drivers/gpu/drm/
A Ddrm_mipi_dsi.c82 .runtime_suspend = pm_generic_runtime_suspend,
/linux/drivers/bus/
A Dti-sysc.c2428 error = pm_generic_runtime_suspend(dev); in sysc_child_runtime_suspend()
/linux/Documentation/power/
A Druntime_pm.rst743 `int pm_generic_runtime_suspend(struct device *dev);`

Completed in 42 milliseconds