Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Ddevfreq_cooling.c350 static struct thermal_cooling_device_ops devfreq_cooling_ops = { variable
477 devfreq_cooling_ops.get_requested_power = in of_devfreq_cooling_register_power()
479 devfreq_cooling_ops.state2power = devfreq_cooling_state2power; in of_devfreq_cooling_register_power()
480 devfreq_cooling_ops.power2state = devfreq_cooling_power2state; in of_devfreq_cooling_register_power()
501 &devfreq_cooling_ops); in of_devfreq_cooling_register_power()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ipa/
H A Dmali_kbase_ipa.h133 extern struct devfreq_cooling_ops kbase_ipa_power_model_ops;
H A Dmali_kbase_ipa.c578 struct devfreq_cooling_ops kbase_ipa_power_model_ops = {