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

/linux-master/include/linux/
H A Dpm_domain.h377 struct device *genpd_dev_pm_attach_by_id(struct device *dev,
425 static inline struct device *genpd_dev_pm_attach_by_id(struct device *dev, function
/linux-master/drivers/base/power/
H A Dcommon.c149 return genpd_dev_pm_attach_by_id(dev, index);
/linux-master/drivers/pmdomain/
H A Dcore.c2869 * genpd_dev_pm_attach_by_id - Associate a device with one of its PM domains.
2884 struct device *genpd_dev_pm_attach_by_id(struct device *dev, function
2928 EXPORT_SYMBOL_GPL(genpd_dev_pm_attach_by_id); variable
2937 * genpd_dev_pm_attach_by_id().
2951 return genpd_dev_pm_attach_by_id(dev, index);

Completed in 138 milliseconds