Lines Matching refs:thermal
323 static void acerhdf_check_param(struct thermal_zone_device *thermal) in acerhdf_check_param() argument
339 thermal->polling_delay = interval*1000; in acerhdf_check_param()
350 static int acerhdf_get_ec_temp(struct thermal_zone_device *thermal, int *t) in acerhdf_get_ec_temp() argument
354 acerhdf_check_param(thermal); in acerhdf_get_ec_temp()
367 static int acerhdf_bind(struct thermal_zone_device *thermal, in acerhdf_bind() argument
374 if (thermal_zone_bind_cooling_device(thermal, 0, cdev, in acerhdf_bind()
383 static int acerhdf_unbind(struct thermal_zone_device *thermal, in acerhdf_unbind() argument
389 if (thermal_zone_unbind_cooling_device(thermal, 0, cdev)) { in acerhdf_unbind()
413 static int acerhdf_get_mode(struct thermal_zone_device *thermal, in acerhdf_get_mode() argument
431 static int acerhdf_set_mode(struct thermal_zone_device *thermal, in acerhdf_set_mode() argument
442 static int acerhdf_get_trip_type(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_type() argument
455 static int acerhdf_get_trip_hyst(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_hyst() argument
466 static int acerhdf_get_trip_temp(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_temp() argument
479 static int acerhdf_get_crit_temp(struct thermal_zone_device *thermal, in acerhdf_get_crit_temp() argument