Searched refs:cooling_ops (Results 1 – 3 of 3) sorted by relevance
76 struct thermal_cooling_device_ops cooling_ops; member527 struct thermal_cooling_device_ops *cooling_ops; in __cpufreq_cooling_register() local563 cooling_ops = &cpufreq_cdev->cooling_ops; in __cpufreq_cooling_register()564 cooling_ops->get_max_state = cpufreq_get_max_state; in __cpufreq_cooling_register()565 cooling_ops->get_cur_state = cpufreq_get_cur_state; in __cpufreq_cooling_register()566 cooling_ops->set_cur_state = cpufreq_set_cur_state; in __cpufreq_cooling_register()571 cooling_ops->get_requested_power = cpufreq_get_requested_power; in __cpufreq_cooling_register()572 cooling_ops->state2power = cpufreq_state2power; in __cpufreq_cooling_register()573 cooling_ops->power2state = cpufreq_power2state; in __cpufreq_cooling_register()599 cooling_ops); in __cpufreq_cooling_register()
52 struct thermal_cooling_device_ops cooling_ops; member411 ops = &dfc->cooling_ops; in of_devfreq_cooling_register_power()
1747 static const struct thermal_cooling_device_ops cooling_ops = { variable1763 (char *)dev_name(dev), gpu, &cooling_ops); in etnaviv_gpu_bind()