Lines Matching defs:df
1396 struct devfreq *df = to_devfreq(dev); in name_show() local
1404 struct devfreq *df = to_devfreq(dev); in governor_show() local
1415 struct devfreq *df = to_devfreq(dev); in governor_store() local
1496 struct devfreq *df = to_devfreq(d); in available_governors_show() local
1542 struct devfreq *df = to_devfreq(dev); in cur_freq_show() local
1558 struct devfreq *df = to_devfreq(dev); in target_freq_show() local
1567 struct devfreq *df = to_devfreq(dev); in min_freq_store() local
1594 struct devfreq *df = to_devfreq(dev); in min_freq_show() local
1608 struct devfreq *df = to_devfreq(dev); in max_freq_store() local
1648 struct devfreq *df = to_devfreq(dev); in max_freq_show() local
1663 struct devfreq *df = to_devfreq(d); in available_frequencies_show() local
1690 struct devfreq *df = to_devfreq(dev); in trans_stat_show() local
1742 struct devfreq *df = to_devfreq(dev); in trans_stat_store() local
1786 struct devfreq *df = to_devfreq(dev); in polling_interval_show() local
1798 struct devfreq *df = to_devfreq(dev); in polling_interval_store() local
1819 struct devfreq *df = to_devfreq(dev); in timer_show() local
1830 struct devfreq *df = to_devfreq(dev); in timer_store() local
1879 #define CREATE_SYSFS_FILE(df, name) \ argument