Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_ATTR_TZ_TEMP (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/thermal/
H A 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()
H A 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()
H A Dsampling.c26 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), arg); in handle_thermal_sample()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dthermal.h30 THERMAL_GENL_ATTR_TZ_TEMP, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dthermal.h30 THERMAL_GENL_ATTR_TZ_TEMP, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dthermal.h40 THERMAL_GENL_ATTR_TZ_TEMP, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dthermal.h40 THERMAL_GENL_ATTR_TZ_TEMP, enumerator
/kernel/linux/linux-6.6/drivers/thermal/
H A 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()
518 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_cmd_tz_get_temp()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_netlink.c25 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
86 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_sampling_temp()
467 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_cmd_tz_get_temp()

Completed in 5 milliseconds