Lines Matching defs:df
1394 struct devfreq *df = to_devfreq(dev); in name_show() local
1402 struct devfreq *df = to_devfreq(dev); in governor_show() local
1413 struct devfreq *df = to_devfreq(dev); in governor_store() local
1494 struct devfreq *df = to_devfreq(d); in available_governors_show() local
1540 struct devfreq *df = to_devfreq(dev); in cur_freq_show() local
1556 struct devfreq *df = to_devfreq(dev); in target_freq_show() local
1565 struct devfreq *df = to_devfreq(dev); in min_freq_store() local
1592 struct devfreq *df = to_devfreq(dev); in min_freq_show() local
1606 struct devfreq *df = to_devfreq(dev); in max_freq_store() local
1646 struct devfreq *df = to_devfreq(dev); in max_freq_show() local
1661 struct devfreq *df = to_devfreq(d); in available_frequencies_show() local
1688 struct devfreq *df = to_devfreq(dev); in trans_stat_show() local
1740 struct devfreq *df = to_devfreq(dev); in trans_stat_store() local
1784 struct devfreq *df = to_devfreq(dev); in polling_interval_show() local
1796 struct devfreq *df = to_devfreq(dev); in polling_interval_store() local
1817 struct devfreq *df = to_devfreq(dev); in timer_show() local
1828 struct devfreq *df = to_devfreq(dev); in timer_store() local
1877 #define CREATE_SYSFS_FILE(df, name) \ argument