Searched refs:pm_generic_runtime_suspend (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/base/power/
H A Dgeneric_ops.c13 * pm_generic_runtime_suspend - Generic runtime suspend callback for subsystems.
20 int pm_generic_runtime_suspend(struct device *dev) function
29 EXPORT_SYMBOL_GPL(pm_generic_runtime_suspend); variable
H A Dclock_ops.c670 ret = pm_generic_runtime_suspend(dev);
/linux-master/drivers/soundwire/
H A Dmaster.c111 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux-master/include/linux/
H 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; } function
/linux-master/arch/arm/mach-omap2/
H A Domap_device.c357 ret = pm_generic_runtime_suspend(dev);
406 if (pm_generic_runtime_suspend(dev) == 0) {
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dmock_gem_device.c105 return pm_generic_runtime_suspend(dev);
/linux-master/drivers/base/
H A Dauxiliary.c200 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
H A Dplatform.c1479 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend, pm_generic_runtime_resume, NULL)
/linux-master/drivers/mmc/core/
H A Dsdio_bus.c241 pm_generic_runtime_suspend,
/linux-master/drivers/staging/greybus/
H A Dgbphy.c63 SET_RUNTIME_PM_OPS(pm_generic_runtime_suspend,
/linux-master/sound/ac97/
H A Dbus.c393 int ret = pm_generic_runtime_suspend(dev);
/linux-master/drivers/amba/
H A Dbus.c393 int ret = pm_generic_runtime_suspend(dev);
/linux-master/drivers/acpi/
H A Ddevice_pm.c1070 int ret = pm_generic_runtime_suspend(dev);
H A Dacpi_lpss.c1206 int ret = pm_generic_runtime_suspend(dev);
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c82 .runtime_suspend = pm_generic_runtime_suspend,
/linux-master/drivers/bus/
H A Dti-sysc.c2423 error = pm_generic_runtime_suspend(dev);
2470 error = pm_generic_runtime_suspend(dev);

Completed in 196 milliseconds