Searched refs:to_devfreq (Results 1 – 3 of 3) sorted by relevance
583 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release()1117 if (!to_devfreq(dev)->governor) in governor_show()1120 return sprintf(buf, "%s\n", to_devfreq(dev)->governor->name); in governor_show()1126 struct devfreq *df = to_devfreq(dev); in governor_store()1189 struct devfreq *df = to_devfreq(d); in available_governors_show()1232 struct devfreq *devfreq = to_devfreq(dev); in cur_freq_show()1245 return sprintf(buf, "%lu\n", to_devfreq(dev)->previous_freq); in target_freq_show()1252 return sprintf(buf, "%d\n", to_devfreq(dev)->profile->polling_ms); in polling_interval_show()1259 struct devfreq *df = to_devfreq(dev); in polling_interval_store()1280 struct devfreq *df = to_devfreq(dev); in min_freq_store()[all …]
37 struct devfreq *devfreq = to_devfreq(dev); in store_freq()58 struct devfreq *devfreq = to_devfreq(dev); in show_freq()
16 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) macro