Home
last modified time | relevance | path

Searched refs:pm_generic_runtime_suspend (Results 1 – 21 of 21) 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.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/scripts/coccinelle/api/
A Dpm_runtime.cocci41 pm_generic_runtime_suspend\|
/linux/arch/arm/mach-omap2/
A 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/drivers/soundwire/
A Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux/drivers/base/
A Dauxiliary.c59 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
A Dplatform.c1469 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.c240 pm_generic_runtime_suspend,
/linux/sound/ac97/
A Dbus.c394 int ret = pm_generic_runtime_suspend(dev); in ac97_pm_runtime_suspend()
/linux/drivers/amba/
A Dbus.c263 int ret = pm_generic_runtime_suspend(dev); in amba_pm_runtime_suspend()
/linux/drivers/gpu/drm/
A Ddrm_mipi_dsi.c81 .runtime_suspend = pm_generic_runtime_suspend,
/linux/drivers/acpi/
A Ddevice_pm.c969 int ret = pm_generic_runtime_suspend(dev); in acpi_subsys_runtime_suspend()
A Dacpi_lpss.c1216 int ret = pm_generic_runtime_suspend(dev); in acpi_lpss_runtime_suspend()
/linux/drivers/bus/
A 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/Documentation/power/
A Druntime_pm.rst732 `int pm_generic_runtime_suspend(struct device *dev);`
/linux/
A Dvmlinux.symvers6919 0x00000000 pm_generic_runtime_suspend vmlinux EXPORT_SYMBOL_GPL
A DSystem.map31322 ffff80001080f310 T pm_generic_runtime_suspend
A D.tmp_System.map31322 ffff80001080f310 T pm_generic_runtime_suspend

Completed in 420 milliseconds