Searched refs:opp_table (Results 1 – 4 of 4) sorted by relevance
| /include/linux/ |
| D | pm_opp.h | 23 struct opp_table; 53 typedef int (*config_clks_t)(struct device *dev, struct opp_table *opp_table, 106 struct opp_table *dev_pm_opp_get_opp_table(struct device *dev); 107 void dev_pm_opp_put_opp_table(struct opp_table *opp_table); 187 struct opp_table *opp_table, struct dev_pm_opp *opp, void *data, 190 struct dev_pm_opp *dev_pm_opp_xlate_required_opp(struct opp_table *src_table, struct opp_table *dst… 191 int dev_pm_opp_xlate_performance_state(struct opp_table *src_table, struct opp_table *dst_table, un… 200 static inline struct opp_table *dev_pm_opp_get_opp_table(struct device *dev) in dev_pm_opp_get_opp_table() 205 static inline struct opp_table *dev_pm_opp_get_opp_table_indexed(struct device *dev, int index) in dev_pm_opp_get_opp_table_indexed() 210 static inline void dev_pm_opp_put_opp_table(struct opp_table *opp_table) {} in dev_pm_opp_put_opp_table() argument [all …]
|
| D | devfreq.h | 187 struct opp_table *opp_table; member
|
| D | pm_domain.h | 153 struct opp_table; 180 struct opp_table *opp_table; /* OPP table of the genpd */ member
|
| /include/ufs/ |
| D | ufshcd.h | 1362 int ufshcd_opp_config_clks(struct device *dev, struct opp_table *opp_table,
|