Lines Matching refs:THERMAL_GENL_ATTR_TZ_ID

24 	[THERMAL_GENL_ATTR_TZ_ID]		= { .type = NLA_U32 },
90 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_ID, id)) in thermal_genl_sampling_temp()
113 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_create()
122 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id)) in thermal_genl_event_tz()
130 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_up()
140 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_add()
152 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_tz_trip_delete()
193 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_ID, p->tz_id) || in thermal_genl_event_gov_change()
419 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_ID, tz->id) || in __thermal_genl_cmd_tz_get_id()
457 if (!p->attrs[THERMAL_GENL_ATTR_TZ_ID]) in thermal_genl_cmd_tz_get_trip()
460 id = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_TZ_ID]); in thermal_genl_cmd_tz_get_trip()
507 if (!p->attrs[THERMAL_GENL_ATTR_TZ_ID]) in thermal_genl_cmd_tz_get_temp()
510 id = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_TZ_ID]); in thermal_genl_cmd_tz_get_temp()
520 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_ID, id) || in thermal_genl_cmd_tz_get_temp()
533 if (!p->attrs[THERMAL_GENL_ATTR_TZ_ID]) in thermal_genl_cmd_tz_get_gov()
536 id = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_TZ_ID]); in thermal_genl_cmd_tz_get_gov()
544 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_ID, id) || in thermal_genl_cmd_tz_get_gov()