Lines Matching defs:df
1416 struct devfreq *df = to_devfreq(dev); in name_show() local
1424 struct devfreq *df = to_devfreq(dev); in governor_show() local
1435 struct devfreq *df = to_devfreq(dev); in governor_store() local
1516 struct devfreq *df = to_devfreq(d); in available_governors_show() local
1562 struct devfreq *df = to_devfreq(dev); in cur_freq_show() local
1578 struct devfreq *df = to_devfreq(dev); in target_freq_show() local
1587 struct devfreq *df = to_devfreq(dev); in min_freq_store() local
1614 struct devfreq *df = to_devfreq(dev); in min_freq_show() local
1628 struct devfreq *df = to_devfreq(dev); in max_freq_store() local
1668 struct devfreq *df = to_devfreq(dev); in max_freq_show() local
1683 struct devfreq *df = to_devfreq(d); in available_frequencies_show() local
1710 struct devfreq *df = to_devfreq(dev); in trans_stat_show() local
1780 struct devfreq *df = to_devfreq(dev); in trans_stat_store() local
1824 struct devfreq *df = to_devfreq(dev); in polling_interval_show() local
1836 struct devfreq *df = to_devfreq(dev); in polling_interval_store() local
1857 struct devfreq *df = to_devfreq(dev); in timer_show() local
1868 struct devfreq *df = to_devfreq(dev); in timer_store() local
1917 #define CREATE_SYSFS_FILE(df, name) \ argument