Lines Matching refs:trip
25 inputs from thermal zone attributes (the current temperature and trip point
45 trips: the total number of trip points this thermal zone supports.
46 mask: Bit string: If 'n'th bit is set, then trip point 'n' is writeable.
54 - "disabled" will prevent kernel thermal driver action upon trip points
57 .get_trip_type: get the type of certain trip point.
58 .get_trip_temp: get the temperature above which the certain trip point
66 whether trip points have been crossed (0 for interrupt driven systems).
97 int trip, struct thermal_cooling_device *cdev,
100 This interface function bind a thermal cooling device to the certain trip
105 trip: indicates which trip point the cooling devices is associated with
107 upper:the Maximum cooling state for this trip point.
110 lower:the Minimum cooling state can be used for this trip point.
115 int trip, struct thermal_cooling_device *cdev);
118 trip point of a thermal zone device. This function is usually called in
122 trip: indicates which trip point the cooling devices is associated with
128 a zone with a cooling device for a particular trip point.
134 this thermal zone and cdev, for a particular trip point.
136 for trip point n.
139 of tuples <lower-state upper-state> of state limits. Each trip
143 trip point.
177 |---trip_point_[0-*]_hyst: Hysteresis value for this trip point
205 |---temp[1-*]_critical: The critical trip point of thermal zone [1-*]
233 trip points so that user application can take full
242 The temperature above which trip point will be fired.
247 Strings which indicate the type of the trip point.
253 The hysteresis value for a trip point, represented as an integer
263 The trip point with which cdev[0-*] is associated in this thermal
264 zone; -1 means the cooling device is not associated with any trip
272 passive trip point for the zone. Activation is done by polling with
316 ACPI thermal zone may support multiple trip points like critical, hot,
319 thermal_zone_device (thermal_zone1) with 4 trip points in all.
391 This function handles the trip events from sensor drivers. It starts
393 For CRITICAL and HOT trip points, this notifies the respective drivers,
394 and does actual throttling for other trip points i.e ACTIVE and PASSIVE.