Home
last modified time | relevance | path

Searched refs:trip (Results 1 – 3 of 3) sorted by relevance

/drivers/thermal/
Dthermal_sys.c45 int trip; member
147 int trip; in trip_point_type_show() local
152 if (!sscanf(attr->attr.name, "trip_point_%d_type", &trip)) in trip_point_type_show()
155 return tz->ops->get_trip_type(tz, trip, buf); in trip_point_type_show()
163 int trip; in trip_point_temp_show() local
168 if (!sscanf(attr->attr.name, "trip_point_%d_temp", &trip)) in trip_point_temp_show()
171 return tz->ops->get_trip_temp(tz, trip, buf); in trip_point_temp_show()
290 if (instance->trip == THERMAL_TRIPS_NONE) in thermal_cooling_device_trip_point_show()
293 return sprintf(buf, "%d\n", instance->trip); in thermal_cooling_device_trip_point_show()
466 int trip, in thermal_zone_bind_cooling_device() argument
[all …]
DKconfig11 Each thermal zone contains its own temperature, trip points,
/drivers/acpi/
Dthermal.c1016 int trip, char *buf) in thermal_get_trip_type() argument
1021 if (!tz || trip < 0) in thermal_get_trip_type()
1025 if (!trip) in thermal_get_trip_type()
1027 trip--; in thermal_get_trip_type()
1031 if (!trip) in thermal_get_trip_type()
1033 trip--; in thermal_get_trip_type()
1037 if (!trip) in thermal_get_trip_type()
1039 trip--; in thermal_get_trip_type()
1044 if (!trip) in thermal_get_trip_type()
1046 trip--; in thermal_get_trip_type()
[all …]