Lines Matching refs:freq
40 unsigned long freq,
44 unsigned long *freq);
47 unsigned long *freq);
49 int dev_pm_opp_add(struct device *dev, unsigned long freq,
51 void dev_pm_opp_remove(struct device *dev, unsigned long freq);
53 int dev_pm_opp_enable(struct device *dev, unsigned long freq);
55 int dev_pm_opp_disable(struct device *dev, unsigned long freq);
90 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact() argument
96 unsigned long *freq) in dev_pm_opp_find_freq_floor() argument
102 unsigned long *freq) in dev_pm_opp_find_freq_ceil() argument
107 static inline int dev_pm_opp_add(struct device *dev, unsigned long freq, in dev_pm_opp_add() argument
113 static inline void dev_pm_opp_remove(struct device *dev, unsigned long freq) in dev_pm_opp_remove() argument
117 static inline int dev_pm_opp_enable(struct device *dev, unsigned long freq) in dev_pm_opp_enable() argument
122 static inline int dev_pm_opp_disable(struct device *dev, unsigned long freq) in dev_pm_opp_disable() argument