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.
52 .set_trips: set the trip points window. Whenever the current temperature
53 is updated, the trip points immediately below and above the
57 - "disabled" will prevent kernel thermal driver action upon trip points
60 .get_trip_type: get the type of certain trip point.
61 .get_trip_temp: get the temperature above which the certain trip point
69 whether trip points have been crossed (0 for interrupt driven systems).
184 int trip, struct thermal_cooling_device *cdev,
187 This interface function binds a thermal cooling device to a particular trip
192 trip: indicates which trip point in this thermal zone the cooling device
194 upper:the Maximum cooling state for this trip point.
197 lower:the Minimum cooling state can be used for this trip point.
204 int trip, struct thermal_cooling_device *cdev);
207 trip point of a thermal zone device. This function is usually called in
211 trip: indicates which trip point in this thermal zone the cooling device
217 a zone with a cooling device for a particular trip point.
229 this thermal zone and cdev, for a particular trip point.
231 for trip point n.
235 state limits. Each trip will be associated with one state
238 These limits are used when binding a cdev to a trip point.
274 |---trip_point_[0-*]_hyst: Hysteresis value for this trip point
317 |---temp[1-*]_critical: The critical trip point of thermal zone [1-*]
345 trip points so that user application can take full
358 The temperature above which trip point will be fired.
363 Strings which indicate the type of the trip point.
369 The hysteresis value for a trip point, represented as an integer
379 The trip point in this thermal zone which cdev[0-*] is associated
380 with; -1 means the cooling device is not associated with any trip
396 passive trip point for the zone. Activation is done by polling with
427 temperature" trip point. For more information see
435 temperature" trip point. For more information see
453 Temperature offset from the desired temperature trip point
458 temperature trip point. For more information see
526 ACPI thermal zone may support multiple trip points like critical, hot,
529 thermal_zone_device (thermal_zone1) with 4 trip points in all.
605 This function handles the trip events from sensor drivers. It starts
607 For CRITICAL and HOT trip points, this notifies the respective drivers,
608 and does actual throttling for other trip points i.e ACTIVE and PASSIVE.
619 On an event of critical trip temperature crossing. Thermal framework