Lines Matching refs:freq
36 unsigned long freq,
40 unsigned long *freq);
43 unsigned long *freq);
45 int dev_pm_opp_add(struct device *dev, unsigned long freq,
47 void dev_pm_opp_remove(struct device *dev, unsigned long freq);
49 int dev_pm_opp_enable(struct device *dev, unsigned long freq);
51 int dev_pm_opp_disable(struct device *dev, unsigned long freq);
71 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact() argument
77 unsigned long *freq) in dev_pm_opp_find_freq_floor() argument
83 unsigned long *freq) in dev_pm_opp_find_freq_ceil() argument
88 static inline int dev_pm_opp_add(struct device *dev, unsigned long freq, in dev_pm_opp_add() argument
94 static inline void dev_pm_opp_remove(struct device *dev, unsigned long freq) in dev_pm_opp_remove() argument
98 static inline int dev_pm_opp_enable(struct device *dev, unsigned long freq) in dev_pm_opp_enable() argument
103 static inline int dev_pm_opp_disable(struct device *dev, unsigned long freq) in dev_pm_opp_disable() argument