Home
last modified time | relevance | path

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

/linux-6.12.1/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.c28 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), arg); in handle_thermal_sample()
/linux-6.12.1/include/uapi/linux/
Dthermal.h30 THERMAL_GENL_ATTR_TZ_TEMP, enumerator
/linux-6.12.1/drivers/thermal/
Dthermal_netlink.c26 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
103 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_sampling_temp()
142 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TEMP, p->temp)) in thermal_genl_event_tz_trip_up()
506 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_cmd_tz_get_temp()