Home
last modified time | relevance | path

Searched refs:genpd_dev_pm_attach_by_id (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dpm_domain.h240 struct device *genpd_dev_pm_attach_by_id(struct device *dev,
289 static inline struct device *genpd_dev_pm_attach_by_id(struct device *dev, in genpd_dev_pm_attach_by_id() function
/Linux-v4.19/drivers/base/power/
Dcommon.c151 return genpd_dev_pm_attach_by_id(dev, index); in dev_pm_domain_attach_by_id()
Ddomain.c2332 struct device *genpd_dev_pm_attach_by_id(struct device *dev, in genpd_dev_pm_attach_by_id() function
2375 EXPORT_SYMBOL_GPL(genpd_dev_pm_attach_by_id);
2398 return genpd_dev_pm_attach_by_id(dev, index); in genpd_dev_pm_attach_by_name()