Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dthermal_trip.c68 int trip_low; in __thermal_zone_set_trips() local
74 trip_low = trip.temperature - trip.hysteresis; in __thermal_zone_set_trips()
76 if (trip_low < tz->temperature && trip_low > low) in __thermal_zone_set_trips()
77 low = trip_low; in __thermal_zone_set_trips()
/linux-6.3-rc2/tools/thermal/thermal-engine/
A 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.3-rc2/tools/lib/thermal/
A 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.3-rc2/drivers/gpu/drm/gma500/
A Dpsb_intel_sdvo_regs.h568 u16 trip_low; member
574 u16 trip_low; member
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_sdvo_regs.h579 u16 trip_low; member
585 u16 trip_low; member
/linux-6.3-rc2/tools/lib/thermal/include/
A Dthermal.h26 int (*trip_low)(int tz_id, int trip_id, int temp, void *arg); member

Completed in 17 milliseconds