Lines Matching defs:df
1362 struct devfreq *df = to_devfreq(dev); in name_show() local
1370 struct devfreq *df = to_devfreq(dev); in governor_show() local
1381 struct devfreq *df = to_devfreq(dev); in governor_store() local
1462 struct devfreq *df = to_devfreq(d); in available_governors_show() local
1508 struct devfreq *df = to_devfreq(dev); in cur_freq_show() local
1524 struct devfreq *df = to_devfreq(dev); in target_freq_show() local
1533 struct devfreq *df = to_devfreq(dev); in min_freq_store() local
1560 struct devfreq *df = to_devfreq(dev); in min_freq_show() local
1574 struct devfreq *df = to_devfreq(dev); in max_freq_store() local
1614 struct devfreq *df = to_devfreq(dev); in max_freq_show() local
1629 struct devfreq *df = to_devfreq(d); in available_frequencies_show() local
1656 struct devfreq *df = to_devfreq(dev); in trans_stat_show() local
1710 struct devfreq *df = to_devfreq(dev); in trans_stat_store() local
1754 struct devfreq *df = to_devfreq(dev); in polling_interval_show() local
1766 struct devfreq *df = to_devfreq(dev); in polling_interval_store() local
1787 struct devfreq *df = to_devfreq(dev); in timer_show() local
1798 struct devfreq *df = to_devfreq(dev); in timer_store() local
1847 #define CREATE_SYSFS_FILE(df, name) \ argument