Lines Matching refs:to_devfreq
426 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release()
774 if (!to_devfreq(dev)->governor) in governor_show()
777 return sprintf(buf, "%s\n", to_devfreq(dev)->governor->name); in governor_show()
783 struct devfreq *df = to_devfreq(dev); in governor_store()
851 struct devfreq *devfreq = to_devfreq(dev); in cur_freq_show()
864 return sprintf(buf, "%lu\n", to_devfreq(dev)->previous_freq); in target_freq_show()
871 return sprintf(buf, "%d\n", to_devfreq(dev)->profile->polling_ms); in polling_interval_show()
878 struct devfreq *df = to_devfreq(dev); in polling_interval_store()
899 struct devfreq *df = to_devfreq(dev); in min_freq_store()
926 return sprintf(buf, "%lu\n", to_devfreq(dev)->min_freq); in min_freq_show()
932 struct devfreq *df = to_devfreq(dev); in max_freq_store()
960 return sprintf(buf, "%lu\n", to_devfreq(dev)->max_freq); in max_freq_show()
968 struct devfreq *df = to_devfreq(d); in available_frequencies_show()
999 struct devfreq *devfreq = to_devfreq(dev); in trans_stat_show()