Lines Matching refs:trip_id
59 int trip_id;
131 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) ||
141 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) ||
153 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id))
333 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp)
335 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp };
340 int thermal_notify_tz_trip_up(int tz_id, int trip_id, int temp)
342 struct param p = { .tz_id = tz_id, .trip_id = trip_id, .temp = temp };
347 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type,
350 struct param p = { .tz_id = tz_id, .trip_id = trip_id,
357 int thermal_notify_tz_trip_delete(int tz_id, int trip_id)
359 struct param p = { .tz_id = tz_id, .trip_id = trip_id };
364 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type,
367 struct param p = { .tz_id = tz_id, .trip_id = trip_id,