Lines Matching defs:dev
67 static struct devfreq *find_device_devfreq(struct device *dev) in find_device_devfreq()
744 static void devfreq_dev_release(struct device *dev) in devfreq_dev_release()
800 struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
1010 static int devm_devfreq_dev_match(struct device *dev, void *res, void *data) in devm_devfreq_dev_match()
1020 static void devm_devfreq_dev_release(struct device *dev, void *res) in devm_devfreq_dev_release()
1036 struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
1095 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1123 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
1137 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq) in devm_devfreq_remove_device()
1290 struct device *dev = devfreq->dev.parent; in devfreq_add_governor() local
1339 int devm_devfreq_add_governor(struct device *dev, in devm_devfreq_add_governor()
1378 struct device *dev = devfreq->dev.parent; in devfreq_remove_governor() local
1404 static ssize_t name_show(struct device *dev, in name_show()
1412 static ssize_t governor_show(struct device *dev, in governor_show()
1423 static ssize_t governor_store(struct device *dev, struct device_attribute *attr, in governor_store()
1549 static ssize_t cur_freq_show(struct device *dev, struct device_attribute *attr, in cur_freq_show()
1566 static ssize_t target_freq_show(struct device *dev, in target_freq_show()
1575 static ssize_t min_freq_store(struct device *dev, struct device_attribute *attr, in min_freq_store()
1602 static ssize_t min_freq_show(struct device *dev, struct device_attribute *attr, in min_freq_show()
1616 static ssize_t max_freq_store(struct device *dev, struct device_attribute *attr, in max_freq_store()
1656 static ssize_t max_freq_show(struct device *dev, struct device_attribute *attr, in max_freq_show()
1698 static ssize_t trans_stat_show(struct device *dev, in trans_stat_show()
1767 static ssize_t trans_stat_store(struct device *dev, in trans_stat_store()
1812 static ssize_t polling_interval_show(struct device *dev, in polling_interval_show()
1823 static ssize_t polling_interval_store(struct device *dev, in polling_interval_store()
1845 static ssize_t timer_show(struct device *dev, in timer_show()
1856 static ssize_t timer_store(struct device *dev, struct device_attribute *attr, in timer_store()
2060 struct dev_pm_opp *devfreq_recommended_opp(struct device *dev, in devfreq_recommended_opp()
2093 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_register_opp_notifier()
2109 int devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
2115 static void devm_devfreq_opp_release(struct device *dev, void *res) in devm_devfreq_opp_release()
2126 int devm_devfreq_register_opp_notifier(struct device *dev, in devm_devfreq_register_opp_notifier()
2155 void devm_devfreq_unregister_opp_notifier(struct device *dev, in devm_devfreq_unregister_opp_notifier()
2225 static void devm_devfreq_notifier_release(struct device *dev, void *res) in devm_devfreq_notifier_release()
2240 int devm_devfreq_register_notifier(struct device *dev, in devm_devfreq_register_notifier()
2276 void devm_devfreq_unregister_notifier(struct device *dev, in devm_devfreq_unregister_notifier()