Searched refs:trip_type (Results 1 – 2 of 2) sorted by relevance
1039 enum thermal_trip_type trip_type; in thermal_zone_device_update() local1053 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_device_update()1056 switch (trip_type) { in thermal_zone_device_update()1061 trip_type); in thermal_zone_device_update()1073 tz->ops->notify(tz, count, trip_type); in thermal_zone_device_update()1139 enum thermal_trip_type trip_type; in thermal_zone_device_register() local1205 tz->ops->get_trip_type(tz, count, &trip_type); in thermal_zone_device_register()1206 if (trip_type == THERMAL_TRIP_PASSIVE) in thermal_zone_device_register()
710 enum thermal_trip_type trip_type) in thermal_notify() argument715 if (trip_type == THERMAL_TRIP_CRITICAL) in thermal_notify()717 else if (trip_type == THERMAL_TRIP_HOT) in thermal_notify()726 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()