Home
last modified time | relevance | path

Searched refs:to_devfreq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/devfreq/
H A Ddevfreq.c700 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release()
1312 struct devfreq *df = to_devfreq(dev); in name_show()
1320 struct devfreq *df = to_devfreq(dev); in governor_show()
1331 struct devfreq *df = to_devfreq(dev); in governor_store()
1395 struct devfreq *df = to_devfreq(d); in available_governors_show()
1441 struct devfreq *df = to_devfreq(dev); in cur_freq_show()
1457 struct devfreq *df = to_devfreq(dev); in target_freq_show()
1466 struct devfreq *df = to_devfreq(dev); in polling_interval_show()
1478 struct devfreq *df = to_devfreq(dev); in polling_interval_store()
1499 struct devfreq *df = to_devfreq(dev); in min_freq_store()
[all …]
H A Dgovernor_userspace.c37 struct devfreq *devfreq = to_devfreq(dev); in store_freq()
58 struct devfreq *devfreq = to_devfreq(dev); in show_freq()
H A Dgovernor.h16 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) macro