Searched refs:trip_low (Results 1 – 6 of 6) sorted by relevance
143 int trip_low; in __thermal_zone_set_trips() local148 trip_low = trip_temp - hysteresis; in __thermal_zone_set_trips()150 if (trip_low < tz->temperature && trip_low > low) in __thermal_zone_set_trips()151 low = trip_low; in __thermal_zone_set_trips()
125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() function206 .events.trip_low = trip_low,
78 return ops->trip_low(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]), in handle_thermal_event()109 enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_DOWN] = !!ops->trip_low; in thermal_events_ops_init()
568 u16 trip_low; member574 u16 trip_low; member
579 u16 trip_low; member585 u16 trip_low; member
26 int (*trip_low)(int tz_id, int trip_id, int temp, void *arg); member