Lines Matching defs:freq
97 unsigned long freq; member
272 unsigned long freq, bool available) in dev_pm_opp_find_freq_exact()
278 dev_pm_opp_find_freq_exact_indexed(struct device *dev, unsigned long freq, in dev_pm_opp_find_freq_exact_indexed()
285 unsigned long *freq) in dev_pm_opp_find_freq_floor()
291 dev_pm_opp_find_freq_floor_indexed(struct device *dev, unsigned long *freq, u32 index) in dev_pm_opp_find_freq_floor_indexed()
297 unsigned long *freq) in dev_pm_opp_find_freq_ceil()
303 dev_pm_opp_find_freq_ceil_indexed(struct device *dev, unsigned long *freq, u32 index) in dev_pm_opp_find_freq_ceil_indexed()
346 static inline void dev_pm_opp_remove(struct device *dev, unsigned long freq) in dev_pm_opp_remove()
355 dev_pm_opp_adjust_voltage(struct device *dev, unsigned long freq, in dev_pm_opp_adjust_voltage()
362 static inline int dev_pm_opp_enable(struct device *dev, unsigned long freq) in dev_pm_opp_enable()
367 static inline int dev_pm_opp_disable(struct device *dev, unsigned long freq) in dev_pm_opp_disable()
537 static inline int dev_pm_opp_add(struct device *dev, unsigned long freq, in dev_pm_opp_add()