Lines Matching defs:freq
100 unsigned long freq; member
275 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact()
281 dev_pm_opp_find_freq_exact_indexed(struct device *dev, unsigned long freq, in dev_pm_opp_find_freq_exact_indexed()
288 unsigned long *freq) in dev_pm_opp_find_freq_floor()
294 dev_pm_opp_find_freq_floor_indexed(struct device *dev, unsigned long *freq, u32 index) in dev_pm_opp_find_freq_floor_indexed()
300 unsigned long *freq) in dev_pm_opp_find_freq_ceil()
306 dev_pm_opp_find_freq_ceil_indexed(struct device *dev, unsigned long *freq, u32 index) in dev_pm_opp_find_freq_ceil_indexed()
349 static inline void dev_pm_opp_remove(struct device *dev, unsigned long freq) in dev_pm_opp_remove()
358 dev_pm_opp_adjust_voltage(struct device *dev, unsigned long freq, in dev_pm_opp_adjust_voltage()
365 static inline int dev_pm_opp_enable(struct device *dev, unsigned long freq) in dev_pm_opp_enable()
370 static inline int dev_pm_opp_disable(struct device *dev, unsigned long freq) in dev_pm_opp_disable()
569 static inline int dev_pm_opp_add(struct device *dev, unsigned long freq, in dev_pm_opp_add()