Lines Matching defs:devfreq

86 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()
122 void devfreq_get_freq_range(struct devfreq *devfreq, in devfreq_get_freq_range()
168 static int devfreq_get_freq_level(struct devfreq *devfreq, unsigned long freq) in devfreq_get_freq_level()
179 static int set_freq_table(struct devfreq *devfreq) in set_freq_table()
216 int devfreq_update_status(struct devfreq *devfreq, unsigned long freq) in devfreq_update_status()
324 static int devfreq_notify_transition(struct devfreq *devfreq, in devfreq_notify_transition()
347 static int devfreq_set_target(struct devfreq *devfreq, unsigned long new_freq, in devfreq_set_target()
403 int devfreq_update_target(struct devfreq *devfreq, unsigned long freq) in devfreq_update_target()
442 int update_devfreq(struct devfreq *devfreq) in update_devfreq()
456 struct devfreq *devfreq = container_of(work, in devfreq_monitor() local
480 void devfreq_monitor_start(struct devfreq *devfreq) in devfreq_monitor_start()
510 void devfreq_monitor_stop(struct devfreq *devfreq) in devfreq_monitor_stop()
531 void devfreq_monitor_suspend(struct devfreq *devfreq) in devfreq_monitor_suspend()
558 void devfreq_monitor_resume(struct devfreq *devfreq) in devfreq_monitor_resume()
596 void devfreq_update_interval(struct devfreq *devfreq, unsigned int *delay) in devfreq_update_interval()
650 struct devfreq *devfreq = container_of(nb, struct devfreq, nb); in devfreq_notifier_call() local
681 static int qos_notifier_call(struct devfreq *devfreq) in qos_notifier_call()
728 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release() local
786 struct devfreq *devfreq; in devfreq_add_device() local
974 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
1024 struct devfreq **ptr, *devfreq; in devm_devfreq_add_device() local
1052 struct devfreq *devfreq; in devfreq_get_devfreq_by_node() local
1082 struct devfreq *devfreq; in devfreq_get_devfreq_by_phandle() local
1120 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq) in devm_devfreq_remove_device()
1135 int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
1172 int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
1211 struct devfreq *devfreq; in devfreq_suspend() local
1232 struct devfreq *devfreq; in devfreq_resume() local
1252 struct devfreq *devfreq; in devfreq_add_governor() local
1343 struct devfreq *devfreq; in devfreq_remove_governor() local
1888 static void create_sysfs_files(struct devfreq *devfreq, in create_sysfs_files()
1898 static void remove_sysfs_files(struct devfreq *devfreq, in remove_sysfs_files()
1920 struct devfreq *devfreq; in devfreq_summary_show() local
2062 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_register_opp_notifier()
2078 int devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
2096 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
2125 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
2138 int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier()
2166 int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier()
2189 struct devfreq *devfreq; member
2210 struct devfreq *devfreq, in devm_devfreq_register_notifier()
2246 struct devfreq *devfreq, in devm_devfreq_unregister_notifier()