Home
last modified time | relevance | path

Searched refs:genpd_runtime_suspend (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/power/
H A Ddomain.c152 static int genpd_runtime_suspend(struct device *dev);
166 if (dev->pm_domain->ops.runtime_suspend == genpd_runtime_suspend) in dev_to_genpd_safe()
777 * genpd_runtime_suspend - Suspend a device belonging to I/O PM domain.
784 static int genpd_runtime_suspend(struct device *dev) in genpd_runtime_suspend() function
1914 genpd->domain.ops.runtime_suspend = genpd_runtime_suspend; in pm_genpd_init()
/kernel/linux/linux-6.6/drivers/base/power/
H A Ddomain.c156 static int genpd_runtime_suspend(struct device *dev);
170 if (dev->pm_domain->ops.runtime_suspend == genpd_runtime_suspend) in dev_to_genpd_safe()
922 * genpd_runtime_suspend - Suspend a device belonging to I/O PM domain.
929 static int genpd_runtime_suspend(struct device *dev) in genpd_runtime_suspend() function
2071 genpd->domain.ops.runtime_suspend = genpd_runtime_suspend; in pm_genpd_init()

Completed in 8 milliseconds