Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/devfreq/
Ddevfreq.c700 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release()
1310 struct devfreq *df = to_devfreq(dev); in name_show()
1318 struct devfreq *df = to_devfreq(dev); in governor_show()
1329 struct devfreq *df = to_devfreq(dev); in governor_store()
1393 struct devfreq *df = to_devfreq(d); in available_governors_show()
1439 struct devfreq *df = to_devfreq(dev); in cur_freq_show()
1455 struct devfreq *df = to_devfreq(dev); in target_freq_show()
1464 struct devfreq *df = to_devfreq(dev); in polling_interval_show()
1476 struct devfreq *df = to_devfreq(dev); in polling_interval_store()
1497 struct devfreq *df = to_devfreq(dev); in min_freq_store()
[all …]
Dgovernor_userspace.c37 struct devfreq *devfreq = to_devfreq(dev); in store_freq()
58 struct devfreq *devfreq = to_devfreq(dev); in show_freq()
Dgovernor.h16 #define to_devfreq(DEV) container_of((DEV), struct devfreq, dev) macro