Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dcpufreq_cooling.c76 struct thermal_cooling_device_ops cooling_ops; member
501 struct thermal_cooling_device_ops *cooling_ops; in __cpufreq_cooling_register() local
537 cooling_ops = &cpufreq_cdev->cooling_ops; in __cpufreq_cooling_register()
538 cooling_ops->get_max_state = cpufreq_get_max_state; in __cpufreq_cooling_register()
539 cooling_ops->get_cur_state = cpufreq_get_cur_state; in __cpufreq_cooling_register()
540 cooling_ops->set_cur_state = cpufreq_set_cur_state; in __cpufreq_cooling_register()
545 cooling_ops->get_requested_power = cpufreq_get_requested_power; in __cpufreq_cooling_register()
546 cooling_ops->state2power = cpufreq_state2power; in __cpufreq_cooling_register()
547 cooling_ops->power2state = cpufreq_power2state; in __cpufreq_cooling_register()
573 cooling_ops); in __cpufreq_cooling_register()
H A Ddevfreq_cooling.c52 struct thermal_cooling_device_ops cooling_ops; member
380 ops = &dfc->cooling_ops; in of_devfreq_cooling_register_power()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1724 static const struct thermal_cooling_device_ops cooling_ops = { variable
1740 (char *)dev_name(dev), gpu, &cooling_ops); in etnaviv_gpu_bind()