Lines Matching full:trip
52 THERMAL_TRIP_VIOLATED, /* TRIP Point violation */
53 THERMAL_TRIP_CHANGED, /* TRIP Point temperature changed */
112 * @trip_temp_attrs: attributes for trip points for sysfs: trip temperature
113 * @trip_type_attrs: attributes for trip points for sysfs: trip type
114 * @trip_hyst_attrs: attributes for trip points for sysfs: trip hysteresis
117 * @trips: number of trip points the thermal zone supports
122 * checking whether trip points have been crossed (0 for
129 * @passive: 1 if you've crossed a passive trip point, 0 otherwise.
131 trip point.
133 passive trip point.
192 * @throttle: callback called for every trip point even if temperature is
193 * below the trip point temperature
200 int (*throttle)(struct thermal_zone_device *tz, int trip);
221 * thermal zone and cdev, for a particular trip point.
229 * of tuples <lower-state upper-state> of state limits. Each trip
305 * @set_trip_temp: a pointer to a function that sets the trip temperature on
447 int trip) in thermal_notify_framework() argument