Lines Matching refs:thermal_cooling_device
56 struct thermal_cooling_device *cdev;
68 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state()
78 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state()
88 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state()
231 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power()
290 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
308 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state()
459 struct thermal_cooling_device *
463 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()