Home
last modified time | relevance | path

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

/linux/tools/lib/thermal/
H A Dcommands.c17 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
166 if (info->attrs[THERMAL_GENL_ATTR_TZ_TEMP]) in parse_tz_get_gov()
167 tz->temp = nla_get_u32(info->attrs[THERMAL_GENL_ATTR_TZ_TEMP]); in parse_tz_get_gov()
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()
113 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), in thermal_events_ops_init()
118 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]),
H A Dsampling.c28 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), arg); in handle_thermal_sample()
/linux/drivers/thermal/
H A Dthermal_netlink.c27 [THERMAL_GENL_ATTR_TZ_TEMP] = { .type = NLA_U32 },
111 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_sampling_temp()
150 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TEMP, p->temp)) in thermal_genl_event_tz_trip_up()
267 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TEMP, p->temp)) in thermal_genl_event_threshold_up()
583 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TEMP, temp)) in thermal_genl_cmd_tz_get_temp()
/linux/include/uapi/linux/
H A Dthermal.h32 THERMAL_GENL_ATTR_TZ_TEMP, enumerator