Home
last modified time | relevance | path

Searched refs:thermal_cdev_update (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_helpers.c188 void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update() function
217 EXPORT_SYMBOL(thermal_cdev_update);
Dgov_bang_bang.c108 thermal_cdev_update(instance->cdev); in bang_bang_control()
Dgov_fair_share.c113 thermal_cdev_update(cdev); in fair_share_throttle()
Dkhadas_mcu_fan.c103 thermal_cdev_update(cdev); in khadas_mcu_fan_probe()
Dgov_step_wise.c198 thermal_cdev_update(instance->cdev); in step_wise_throttle()
Dgov_power_allocator.c529 thermal_cdev_update(instance->cdev); in allow_maximum_power()
Dthermal_core.c680 thermal_cdev_update(cdev); in power_actor_set_power()
/kernel/linux/linux-5.10/include/linux/
Dthermal.h398 void thermal_cdev_update(struct thermal_cooling_device *);
445 static inline void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update() function
/kernel/linux/linux-5.10/drivers/hwmon/
Dpwm-fan.c393 thermal_cdev_update(cdev); in pwm_fan_probe()
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dsysfs-api.rst757 4.4. thermal_cdev_update
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dinclude.patch2609 @@ -399,6 +399,7 @@ void thermal_cdev_update(struct thermal_cooling_device *);