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.
117 int trip, struct thermal_cooling_device *cdev);
120 trip point of a thermal zone device. This function is usually called in
124 trip: indicates which trip point the cooling devices is associated with
130 a zone with a cooling device for a particular trip point.
142 this thermal zone and cdev, for a particular trip point.
144 for trip point n.
147 of tuples <lower-state upper-state> of state limits. Each trip
151 trip point.
186 |---trip_point_[0-*]_hyst: Hysteresis value for this trip point
224 |---temp[1-*]_critical: The critical trip point of thermal zone [1-*]
252 trip points so that user application can take full
265 The temperature above which trip point will be fired.
270 Strings which indicate the type of the trip point.
276 The hysteresis value for a trip point, represented as an integer
286 The trip point with which cdev[0-*] is associated in this thermal
287 zone; -1 means the cooling device is not associated with any trip
303 passive trip point for the zone. Activation is done by polling with
334 temperature" trip point. For more information see
342 temperature" trip point. For more information see
360 Temperature offset from the desired temperature trip point
365 temperature trip point. For more information see
407 ACPI thermal zone may support multiple trip points like critical, hot,
410 thermal_zone_device (thermal_zone1) with 4 trip points in all.
486 This function handles the trip events from sensor drivers. It starts
488 For CRITICAL and HOT trip points, this notifies the respective drivers,
489 and does actual throttling for other trip points i.e ACTIVE and PASSIVE.