Lines Matching defs:thermal
27 #include <linux/thermal.h>
46 * measured by the on-die thermal monitor are within 0 <= Tj <= 90. So,
271 * this struct is used to instruct thermal layer to use bang_bang instead of
331 static void acerhdf_check_param(struct thermal_zone_device *thermal)
361 * This is the thermal zone callback which does the delayed polling of the fan
366 static int acerhdf_get_ec_temp(struct thermal_zone_device *thermal, int *t)
381 static int acerhdf_bind(struct thermal_zone_device *thermal,
388 if (thermal_zone_bind_cooling_device(thermal, 0, cdev,
397 static int acerhdf_unbind(struct thermal_zone_device *thermal,
403 if (thermal_zone_unbind_cooling_device(thermal, 0, cdev)) {
426 * enabled: the thermal layer of the kernel takes care about
430 static int acerhdf_change_mode(struct thermal_zone_device *thermal,
441 static int acerhdf_get_crit_temp(struct thermal_zone_device *thermal,
632 pr_notice("echo -n \"enabled\" > /sys/class/thermal/thermal_zoneN/mode # N=0,1,2...\n");