Home
last modified time | relevance | path

Searched refs:trip_low (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/thermal/
Dthermal_trip.c65 int trip_low; in __thermal_zone_set_trips() local
71 trip_low = trip.temperature - trip.hysteresis; in __thermal_zone_set_trips()
73 if (trip_low < tz->temperature && trip_low > low) { in __thermal_zone_set_trips()
74 low = trip_low; in __thermal_zone_set_trips()
/linux-6.6.21/tools/thermal/thermal-engine/
Dthermal-engine.c125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() function
206 .events.trip_low = trip_low,
/linux-6.6.21/tools/lib/thermal/
Devents.c78 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()
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_sdvo_regs.h579 u16 trip_low; member
585 u16 trip_low; member
/linux-6.6.21/drivers/gpu/drm/gma500/
Dpsb_intel_sdvo_regs.h568 u16 trip_low; member
574 u16 trip_low; member
/linux-6.6.21/tools/lib/thermal/include/
Dthermal.h26 int (*trip_low)(int tz_id, int trip_id, int temp, void *arg); member