Lines Matching refs:trip_id
54 int trip_id;
124 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id))
133 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) ||
145 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id))
288 int thermal_notify_tz_trip_down(int tz_id, int trip_id)
290 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
295 int thermal_notify_tz_trip_up(int tz_id, int trip_id)
297 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
302 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type,
305 struct param p = { .tz_id = tz_id, .trip_id = trip_id,
312 int thermal_notify_tz_trip_delete(int tz_id, int trip_id)
314 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
319 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type,
322 struct param p = { .tz_id = tz_id, .trip_id = trip_id,