Lines Matching full:trip
32 struct thermal_trip trip; member
47 * @trip_crossed: called for trip points that have just been crossed
58 const struct thermal_trip *trip,
85 * @num_trips: number of trip points the thermal zone supports
89 * checking whether trip points have been crossed (0 for
98 * @passive: 1 if you've crossed a passive trip point, 0 otherwise.
100 trip point.
102 passive trip point.
226 int get_tz_trend(struct thermal_zone_device *tz, const struct thermal_trip *trip);
230 * a certain cooling device on a certain trip point
237 const struct thermal_trip *trip; member
239 unsigned long upper; /* Highest cooling state for this trip point */
240 unsigned long lower; /* Lowest cooling state for this trip point */
246 struct list_head trip_node; /* node in trip->thermal_instances */
273 container_of(__trip, struct thermal_trip_desc, trip)
279 const struct thermal_trip *trip);
282 struct thermal_trip *trip, int hyst);