Searched refs:to_devfreq (Results 1 – 3 of 3) sorted by relevance
1416 struct devfreq *df = to_devfreq(dev); in name_show()1424 struct devfreq *df = to_devfreq(dev); in governor_show()1435 struct devfreq *df = to_devfreq(dev); in governor_store()1516 struct devfreq *df = to_devfreq(d); in available_governors_show()1562 struct devfreq *df = to_devfreq(dev); in cur_freq_show()1578 struct devfreq *df = to_devfreq(dev); in target_freq_show()1587 struct devfreq *df = to_devfreq(dev); in min_freq_store()1614 struct devfreq *df = to_devfreq(dev); in min_freq_show()1628 struct devfreq *df = to_devfreq(dev); in max_freq_store()1668 struct devfreq *df = to_devfreq(dev); in max_freq_show()[all …]
37 struct devfreq *devfreq = to_devfreq(dev); in set_freq_store()58 struct devfreq *devfreq = to_devfreq(dev); in set_freq_show()
18 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) macro