Lines Matching full:trip
53 THERMAL_TRIP_VIOLATED, /* TRIP Point violation */
54 THERMAL_TRIP_CHANGED, /* TRIP Point temperature changed */
118 * @trip_temp_attrs: attributes for trip points for sysfs: trip temperature
119 * @trip_type_attrs: attributes for trip points for sysfs: trip type
120 * @trip_hyst_attrs: attributes for trip points for sysfs: trip hysteresis
123 * @trips: number of trip points the thermal zone supports
128 * checking whether trip points have been crossed (0 for
135 * @passive: 1 if you've crossed a passive trip point, 0 otherwise.
137 trip point.
139 passive trip point.
200 * @throttle: callback called for every trip point even if temperature is
201 * below the trip point temperature
208 int (*throttle)(struct thermal_zone_device *tz, int trip);
231 * thermal zone and cdev, for a particular trip point.
239 * of tuples <lower-state upper-state> of state limits. Each trip
319 * @set_trip_temp: a pointer to a function that sets the trip temperature on
465 int trip) in thermal_notify_framework() argument