Lines Matching full:trip
27 inputs from thermal zone attributes (the current temperature and trip point
55 the total number of trip points this thermal zone supports.
57 Bit string: If 'n'th bit is set, then trip point 'n' is writeable.
70 set the trip points window. Whenever the current temperature
71 is updated, the trip points immediately below and above the
79 upon trip points so that user applications can take
84 get the type of certain trip point.
86 get the temperature above which the certain trip point
98 whether trip points have been crossed (0 for interrupt driven systems).
260 int trip, struct thermal_cooling_device *cdev,
263 This interface function binds a thermal cooling device to a particular trip
272 trip:
273 indicates which trip point in this thermal zone the cooling device
276 the Maximum cooling state for this trip point.
280 the Minimum cooling state can be used for this trip point.
290 int trip, struct thermal_cooling_device *cdev);
293 trip point of a thermal zone device. This function is usually called in
300 trip:
301 indicates which trip point in this thermal zone the cooling device
312 a zone with a cooling device for a particular trip point.
328 this thermal zone and cdev, for a particular trip point.
330 for trip point n.
335 state limits. Each trip will be associated with one state
338 These limits are used when binding a cdev to a trip point.
386 |---trip_point_[0-*]_temp: Trip point temperature
387 |---trip_point_[0-*]_type: Trip point type
388 |---trip_point_[0-*]_hyst: Hysteresis value for this trip point
421 |---cdev[0-*]_trip_point: Trip point that cdev[0-*] is associated with
436 |---temp[1-*]_critical: The critical trip point of thermal zone [1-*]
466 trip points so that user application can take full
482 The temperature above which trip point will be fired.
489 Strings which indicate the type of the trip point.
497 The hysteresis value for a trip point, represented as an integer
508 The trip point in this thermal zone which `cdev[0-*]` is associated
509 with; -1 means the cooling device is not associated with any trip
527 passive trip point for the zone. Activation is done by polling with
565 temperature" trip point. For more information see
574 temperature" trip point. For more information see
595 Temperature offset from the desired temperature trip point
600 temperature trip point. For more information see
679 ACPI thermal zone may support multiple trip points like critical, hot,
682 thermal_zone_device (thermal_zone1) with 4 trip points in all.
750 This function handles the trip events from sensor drivers. It starts
752 For CRITICAL and HOT trip points, this notifies the respective drivers,
753 and does actual throttling for other trip points i.e ACTIVE and PASSIVE.
767 On an event of critical trip temperature crossing. Thermal framework