Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_ATTR_TZ_TEMP (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/lib/thermal/
Dcommands.c16 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
160 if (info->attrs[THERMAL_GENL_ATTR_TZ_TEMP]) in parse_tz_get_temp()
161 tz->temp = nla_get_u32(info->attrs[THERMAL_GENL_ATTR_TZ_TEMP]); in parse_tz_get_temp()
Devents.c75 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), arg); in handle_thermal_event()
80 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), arg); in handle_thermal_event()
Dsampling.c26 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), arg); in handle_thermal_sample()
/linux-5.19.10/include/uapi/linux/
Dthermal.h30 THERMAL_GENL_ATTR_TZ_TEMP, enumerator
/linux-5.19.10/drivers/thermal/
Dthermal_netlink.c25 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
93 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_sampling_temp()
132 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TEMP, p->temp)) in thermal_genl_event_tz_trip_up()
521 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_cmd_tz_get_temp()