Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dcpufreq_cooling.c74 struct thermal_cooling_device_ops cooling_ops; member
525 struct thermal_cooling_device_ops *cooling_ops; in __cpufreq_cooling_register() local
561 cooling_ops = &cpufreq_cdev->cooling_ops; in __cpufreq_cooling_register()
562 cooling_ops->get_max_state = cpufreq_get_max_state; in __cpufreq_cooling_register()
563 cooling_ops->get_cur_state = cpufreq_get_cur_state; in __cpufreq_cooling_register()
564 cooling_ops->set_cur_state = cpufreq_set_cur_state; in __cpufreq_cooling_register()
569 cooling_ops->get_requested_power = cpufreq_get_requested_power; in __cpufreq_cooling_register()
570 cooling_ops->state2power = cpufreq_state2power; in __cpufreq_cooling_register()
571 cooling_ops->power2state = cpufreq_power2state; in __cpufreq_cooling_register()
597 cooling_ops); in __cpufreq_cooling_register()
H A Ddevfreq_cooling.c52 struct thermal_cooling_device_ops cooling_ops; member
411 ops = &dfc->cooling_ops; in of_devfreq_cooling_register_power()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1766 static const struct thermal_cooling_device_ops cooling_ops = { variable
1782 (char *)dev_name(dev), gpu, &cooling_ops); in etnaviv_gpu_bind()