Lines Matching refs:pm_domain
16 #include <linux/pm_domain.h>
219 if (IS_ERR_OR_NULL(dev) || IS_ERR_OR_NULL(dev->pm_domain))
223 if (dev->pm_domain->ops.runtime_suspend == genpd_runtime_suspend)
224 return pd_to_genpd(dev->pm_domain);
230 * This should only be used where we are certain that the pm_domain
235 if (IS_ERR_OR_NULL(dev->pm_domain))
238 return pd_to_genpd(dev->pm_domain);
1206 * pm_domain field points to the domain member of an object of type
1282 * pm_domain field points to the domain member of an object of type
1499 * under the assumption that its pm_domain field points to the domain member of
1649 * pm_domain field points to the domain member of an object of type
1712 * transition) under the assumption that its pm_domain field points to the
3393 dev->pm_domain->detach = genpd_dev_pm_detach;
3394 dev->pm_domain->sync = genpd_dev_pm_sync;
3440 * attaches the device to retrieved pm_domain ops.
3472 * pm_domain ops. To deal with detaching of the virtual device, the ->detach()