Lines Matching refs:thermal_cooling_device
51 struct thermal_cooling_device *cdev;
137 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state()
147 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state()
157 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state()
274 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power()
306 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
325 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state()
470 struct thermal_cooling_device *
474 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power()
536 struct thermal_cooling_device *
547 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) in devfreq_cooling_register()
557 void devfreq_cooling_unregister(struct thermal_cooling_device *cdev) in devfreq_cooling_unregister()