Searched refs:rt_thermal_cooling_device (Results 1 – 5 of 5) sorted by relevance
| /components/drivers/include/drivers/ |
| A D | thermal.h | 22 struct rt_thermal_cooling_device; 59 struct rt_thermal_cooling_device *cooling_devices; 122 struct rt_thermal_cooling_device struct 138 rt_err_t (*bind)(struct rt_thermal_cooling_device *cdev, struct rt_thermal_zone_device *zdev); argument 139 rt_err_t (*unbind)(struct rt_thermal_cooling_device *cdev, struct rt_thermal_zone_device *zdev); 140 rt_err_t (*get_max_level)(struct rt_thermal_cooling_device *cdev, rt_ubase_t *out_level); 141 rt_err_t (*get_cur_level)(struct rt_thermal_cooling_device *cdev, rt_ubase_t *out_level); 142 rt_err_t (*set_cur_level)(struct rt_thermal_cooling_device *cdev, rt_ubase_t level); 183 rt_err_t rt_thermal_cooling_device_register(struct rt_thermal_cooling_device *cdev); 184 rt_err_t rt_thermal_cooling_device_unregister(struct rt_thermal_cooling_device *cdev); [all …]
|
| /components/drivers/thermal/ |
| A D | thermal_dm.h | 22 rt_err_t thermal_bind(struct rt_thermal_cooling_device *cdev, 24 rt_err_t thermal_unbind(struct rt_thermal_cooling_device *cdev,
|
| A D | thermal_dm.c | 44 rt_err_t thermal_bind(struct rt_thermal_cooling_device *cdev, in thermal_bind() 55 rt_err_t thermal_unbind(struct rt_thermal_cooling_device *cdev, in thermal_unbind()
|
| A D | thermal-cool-pwm-fan.c | 23 struct rt_thermal_cooling_device parent; 76 static rt_err_t pwm_fan_cool_get_max_level(struct rt_thermal_cooling_device *cdev, in pwm_fan_cool_get_max_level() 86 static rt_err_t pwm_fan_cool_get_cur_level(struct rt_thermal_cooling_device *cdev, in pwm_fan_cool_get_cur_level() 96 static rt_err_t pwm_fan_cool_set_cur_level(struct rt_thermal_cooling_device *cdev, in pwm_fan_cool_set_cur_level()
|
| A D | thermal.c | 167 struct rt_thermal_cooling_device *cdev; in thermal_ofw_setup() 313 struct rt_thermal_cooling_device *cdev; in rt_thermal_zone_device_unregister() 337 rt_err_t rt_thermal_cooling_device_register(struct rt_thermal_cooling_device *cdev) in rt_thermal_cooling_device_register() 364 rt_err_t rt_thermal_cooling_device_unregister(struct rt_thermal_cooling_device *cdev) in rt_thermal_cooling_device_unregister() 480 rt_err_t rt_thermal_cooling_device_change_governor(struct rt_thermal_cooling_device *cdev, in rt_thermal_cooling_device_change_governor() 723 struct rt_thermal_cooling_device *cdev; in rt_thermal_cooling_device_kick() 879 struct rt_thermal_cooling_device *cdev; in list_thermal()
|
Completed in 9 milliseconds