Lines Matching full:trip
29 * @trips: List of trip point templates for this thermal zone template.
33 * @ida: IDA for trip point IDs.
37 * @num_trips: Number of trip points in the @trips list.
57 * struct tt_trip - Testing trip point template
59 * Represents a template of a trip point to be used for populating a trip point
62 * @list_node: Node in the list of all trip templates in the zone template.
63 * @trip: Trip point data to use for thernal zone registration.
64 * @id: The ID of this trip template for the debugfs interface.
68 struct thermal_trip trip; member
322 &tt_trip->trip.temperature, &tt_int_attr); in tt_zone_add_trip_work_fn()
326 &tt_trip->trip.hysteresis, &tt_unsigned_int_attr); in tt_zone_add_trip_work_fn()
354 tt_trip->trip.type = THERMAL_TRIP_ACTIVE; in tt_zone_add_trip()
355 tt_trip->trip.temperature = THERMAL_TEMP_INVALID; in tt_zone_add_trip()
356 tt_trip->trip.flags = THERMAL_TRIP_FLAG_RW; in tt_zone_add_trip()
406 trips[i++] = tt_trip->trip; in tt_zone_register_tz()