Searched refs:genpd (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | pm_domain.h | 132 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd, 134 int (*set_performance_state)(struct generic_pm_domain *genpd, 218 int pm_genpd_add_device(struct generic_pm_domain *genpd, struct device *dev); 220 int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, 222 int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, 224 int pm_genpd_init(struct generic_pm_domain *genpd, 226 int pm_genpd_remove(struct generic_pm_domain *genpd); 243 static inline int pm_genpd_add_device(struct generic_pm_domain *genpd, in pm_genpd_add_device() argument 252 static inline int pm_genpd_add_subdomain(struct generic_pm_domain *genpd, in pm_genpd_add_subdomain() argument 257 static inline int pm_genpd_remove_subdomain(struct generic_pm_domain *genpd, in pm_genpd_remove_subdomain() argument [all …]
|
/include/trace/hooks/ |
D | pm_domain.h | 20 TP_PROTO(struct generic_pm_domain *genpd, uint32_t idx, bool *allow), 21 TP_ARGS(genpd, idx, allow))
|
/include/soc/tegra/ |
D | bpmp.h | 87 struct genpd_onecell_data genpd; member
|