Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpm_domain.h418 struct device *genpd_dev_pm_attach_by_id(struct device *dev,
466 static inline struct device *genpd_dev_pm_attach_by_id(struct device *dev, in genpd_dev_pm_attach_by_id() function
/linux/drivers/base/power/
H A Dcommon.c150 return genpd_dev_pm_attach_by_id(dev, index); in dev_pm_domain_attach_by_id()