set_trip
ret = set_trip(res, POWER_METER_TRIP_AVERAGE_MAX_IDX, trip);
ret = set_trip(res, POWER_METER_TRIP_AVERAGE_MIN_IDX, trip);
set_trip(&trips[i][0], THERMAL_TRIP_PASSIVE,
set_trip(&trips[i][1], THERMAL_TRIP_CRITICAL, 0, temp, 1);
set_trip(&trips[i][1], THERMAL_TRIP_PASSIVE,
req.set_trip.zone = zone->idx;
req.set_trip.enabled = true;
req.set_trip.low = low;
req.set_trip.high = high;
struct cmd_thermal_set_trip_request set_trip;