Searched refs:cooling_ops (Results 1 – 3 of 3) sorted by relevance
77 struct thermal_cooling_device_ops cooling_ops; member506 struct thermal_cooling_device_ops *cooling_ops; in __cpufreq_cooling_register() local542 cooling_ops = &cpufreq_cdev->cooling_ops; in __cpufreq_cooling_register()543 cooling_ops->get_max_state = cpufreq_get_max_state; in __cpufreq_cooling_register()544 cooling_ops->get_cur_state = cpufreq_get_cur_state; in __cpufreq_cooling_register()545 cooling_ops->set_cur_state = cpufreq_set_cur_state; in __cpufreq_cooling_register()550 cooling_ops->get_requested_power = cpufreq_get_requested_power; in __cpufreq_cooling_register()551 cooling_ops->state2power = cpufreq_state2power; in __cpufreq_cooling_register()552 cooling_ops->power2state = cpufreq_power2state; in __cpufreq_cooling_register()578 cooling_ops); in __cpufreq_cooling_register()
52 struct thermal_cooling_device_ops cooling_ops; member380 ops = &dfc->cooling_ops; in of_devfreq_cooling_register_power()
1668 static const struct thermal_cooling_device_ops cooling_ops = { variable1684 (char *)dev_name(dev), gpu, &cooling_ops); in etnaviv_gpu_bind()