Lines Matching full:pm_domain
16 #include <linux/pm_domain.h>
224 if (IS_ERR_OR_NULL(dev) || IS_ERR_OR_NULL(dev->pm_domain)) in dev_to_genpd_safe()
228 if (dev->pm_domain->ops.runtime_suspend == genpd_runtime_suspend) in dev_to_genpd_safe()
229 return pd_to_genpd(dev->pm_domain); in dev_to_genpd_safe()
235 * This should only be used where we are certain that the pm_domain
240 if (IS_ERR_OR_NULL(dev->pm_domain)) in dev_to_genpd()
243 return pd_to_genpd(dev->pm_domain); in dev_to_genpd()
1211 * pm_domain field points to the domain member of an object of type
1287 * pm_domain field points to the domain member of an object of type
1504 * under the assumption that its pm_domain field points to the domain member of
1654 * pm_domain field points to the domain member of an object of type
1717 * transition) under the assumption that its pm_domain field points to the
3226 dev->pm_domain->detach = genpd_dev_pm_detach; in __genpd_dev_pm_attach()
3227 dev->pm_domain->sync = genpd_dev_pm_sync; in __genpd_dev_pm_attach()
3273 * attaches the device to retrieved pm_domain ops.
3305 * pm_domain ops. To deal with detaching of the virtual device, the ->detach()