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

/linux-master/drivers/thermal/
H A Dthermal_trip.c77 int trip_low; local
79 trip_low = trip->temperature - trip->hysteresis;
81 if (trip_low < tz->temperature && trip_low > low)
82 low = trip_low;
/linux-master/tools/lib/thermal/
H A Devents.c78 return ops->trip_low(nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_ID]),
109 enabled_ops[THERMAL_GENL_EVENT_TZ_TRIP_DOWN] = !!ops->trip_low;
/linux-master/tools/thermal/thermal-engine/
H A Dthermal-engine.c125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) function
206 .events.trip_low = trip_low,
/linux-master/tools/lib/thermal/include/
H A Dthermal.h26 int (*trip_low)(int tz_id, int trip_id, int temp, void *arg); member in struct:thermal_events_ops
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo_regs.h568 u16 trip_low; member in struct:sdvo_get_ambient_light_reply
574 u16 trip_low; member in struct:sdvo_set_ambient_light_reply
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo_regs.h579 u16 trip_low; member in struct:sdvo_get_ambient_light_reply
585 u16 trip_low; member in struct:sdvo_set_ambient_light_reply

Completed in 206 milliseconds