• Home
  • Raw
  • Download

Lines Matching defs:devfreq

85 static unsigned long find_available_min_freq(struct devfreq *devfreq)  in find_available_min_freq()
100 static unsigned long find_available_max_freq(struct devfreq *devfreq) in find_available_max_freq()
123 static void get_freq_range(struct devfreq *devfreq, unsigned long *min_freq, unsigned long *max_fre… in get_freq_range()
165 static int devfreq_get_freq_level(struct devfreq *devfreq, unsigned long freq) in devfreq_get_freq_level()
178 static int set_freq_table(struct devfreq *devfreq) in set_freq_table()
218 int devfreq_update_status(struct devfreq *devfreq, unsigned long freq) in devfreq_update_status()
328 static int devfreq_notify_transition(struct devfreq *devfreq, struct devfreq_freqs *freqs, unsigned… in devfreq_notify_transition()
349 static int devfreq_set_target(struct devfreq *devfreq, unsigned long new_freq, u32 flags) in devfreq_set_target()
397 int update_devfreq(struct devfreq *devfreq) in update_devfreq()
437 struct devfreq *devfreq = container_of(work, struct devfreq, work.work); in devfreq_monitor() local
460 void devfreq_monitor_start(struct devfreq *devfreq) in devfreq_monitor_start()
491 void devfreq_monitor_stop(struct devfreq *devfreq) in devfreq_monitor_stop()
513 void devfreq_monitor_suspend(struct devfreq *devfreq) in devfreq_monitor_suspend()
541 void devfreq_monitor_resume(struct devfreq *devfreq) in devfreq_monitor_resume()
579 void devfreq_update_interval(struct devfreq *devfreq, unsigned int *delay) in devfreq_update_interval()
633 struct devfreq *devfreq = container_of(nb, struct devfreq, nb); in devfreq_notifier_call() local
664 static int qos_notifier_call(struct devfreq *devfreq) in qos_notifier_call()
704 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release() local
747 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
773 struct devfreq *devfreq; in devfreq_add_device() local
961 struct devfreq **ptr, *devfreq; in devm_devfreq_add_device() local
990 struct devfreq *devfreq; in devfreq_get_devfreq_by_node() local
1020 struct devfreq *devfreq; in devfreq_get_devfreq_by_phandle() local
1060 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq) in devm_devfreq_remove_device()
1074 int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
1114 int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
1156 struct devfreq *devfreq; in devfreq_suspend() local
1178 struct devfreq *devfreq; in devfreq_resume() local
1199 struct devfreq *devfreq; in devfreq_add_governor() local
1254 struct devfreq *devfreq; in devfreq_remove_governor() local
1748 struct devfreq *devfreq = to_devfreq(dev); in load_show() local
1810 struct devfreq *devfreq; in devfreq_summary_show() local
1925 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_register_opp_notifier()
1941 int devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
1958 int devm_devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
1987 void devm_devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
1999 int devfreq_register_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int list) in devfreq_register_notifier()
2025 int devfreq_unregister_notifier(struct devfreq *devfreq, struct notifier_block *nb, unsigned int li… in devfreq_unregister_notifier()
2046 struct devfreq *devfreq; member
2066 int devm_devfreq_register_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_blo… in devm_devfreq_register_notifier()
2100 void devm_devfreq_unregister_notifier(struct device *dev, struct devfreq *devfreq, struct notifier_… in devm_devfreq_unregister_notifier()