Lines Matching defs:dev
64 static struct devfreq *find_device_devfreq(struct device *dev) in find_device_devfreq()
698 static void devfreq_dev_release(struct device *dev) in devfreq_dev_release()
746 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
936 static int devm_devfreq_dev_match(struct device *dev, void *res, void *data) in devm_devfreq_dev_match()
946 static void devm_devfreq_dev_release(struct device *dev, void *res) in devm_devfreq_dev_release()
963 struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
1022 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1050 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1064 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq) in devm_devfreq_remove_device()
1217 struct device *dev = devfreq->dev.parent; in devfreq_add_governor() local
1279 struct device *dev = devfreq->dev.parent; in devfreq_remove_governor() local
1309 static ssize_t name_show(struct device *dev, in name_show()
1317 static ssize_t governor_show(struct device *dev, in governor_show()
1328 static ssize_t governor_store(struct device *dev, struct device_attribute *attr, in governor_store()
1437 static ssize_t cur_freq_show(struct device *dev, struct device_attribute *attr, in cur_freq_show()
1454 static ssize_t target_freq_show(struct device *dev, in target_freq_show()
1463 static ssize_t polling_interval_show(struct device *dev, in polling_interval_show()
1474 static ssize_t polling_interval_store(struct device *dev, in polling_interval_store()
1496 static ssize_t min_freq_store(struct device *dev, struct device_attribute *attr, in min_freq_store()
1523 static ssize_t min_freq_show(struct device *dev, struct device_attribute *attr, in min_freq_show()
1537 static ssize_t max_freq_store(struct device *dev, struct device_attribute *attr, in max_freq_store()
1577 static ssize_t max_freq_show(struct device *dev, struct device_attribute *attr, in max_freq_show()
1619 static ssize_t trans_stat_show(struct device *dev, in trans_stat_show()
1672 static ssize_t trans_stat_store(struct device *dev, in trans_stat_store()
1703 static ssize_t timer_show(struct device *dev, in timer_show()
1714 static ssize_t timer_store(struct device *dev, struct device_attribute *attr, in timer_store()
1766 static ssize_t load_show(struct device *dev, struct device_attribute *attr, in load_show()
1934 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
1967 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_register_opp_notifier()
1983 int devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
1989 static void devm_devfreq_opp_release(struct device *dev, void *res) in devm_devfreq_opp_release()
2000 int devm_devfreq_register_opp_notifier(struct device *dev, in devm_devfreq_register_opp_notifier()
2029 void devm_devfreq_unregister_opp_notifier(struct device *dev, in devm_devfreq_unregister_opp_notifier()
2099 static void devm_devfreq_notifier_release(struct device *dev, void *res) in devm_devfreq_notifier_release()
2114 int devm_devfreq_register_notifier(struct device *dev, in devm_devfreq_register_notifier()
2150 void devm_devfreq_unregister_notifier(struct device *dev, in devm_devfreq_unregister_notifier()