Lines Matching refs:thermal_cooling_device
59 struct thermal_cooling_device *cdev;
111 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state()
121 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state()
131 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state()
273 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power()
333 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
352 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state()
504 struct thermal_cooling_device *
508 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power()
571 struct thermal_cooling_device *
582 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
592 void devfreq_cooling_unregister(struct thermal_cooling_device *cdev) in devfreq_cooling_unregister()