Lines Matching defs:freq
96 unsigned long freq; member
282 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact()
288 dev_pm_opp_find_freq_exact_indexed(struct device *dev, unsigned long freq, in dev_pm_opp_find_freq_exact_indexed()
295 unsigned long *freq) in dev_pm_opp_find_freq_floor()
301 dev_pm_opp_find_freq_floor_indexed(struct device *dev, unsigned long *freq, u32 index) in dev_pm_opp_find_freq_floor_indexed()
307 unsigned long *freq) in dev_pm_opp_find_freq_ceil()
313 dev_pm_opp_find_freq_ceil_indexed(struct device *dev, unsigned long *freq, u32 index) in dev_pm_opp_find_freq_ceil_indexed()
358 static inline void dev_pm_opp_remove(struct device *dev, unsigned long freq) in dev_pm_opp_remove()
367 dev_pm_opp_adjust_voltage(struct device *dev, unsigned long freq, in dev_pm_opp_adjust_voltage()
374 static inline int dev_pm_opp_enable(struct device *dev, unsigned long freq) in dev_pm_opp_enable()
379 static inline int dev_pm_opp_disable(struct device *dev, unsigned long freq) in dev_pm_opp_disable()
578 static inline int dev_pm_opp_add(struct device *dev, unsigned long freq, in dev_pm_opp_add()