Searched refs:THERMAL_GENL_ATTR_TZ_TEMP (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/tools/lib/thermal/ |
D | commands.c | 16 [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()
|
D | events.c | 75 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()
|
D | sampling.c | 26 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TEMP]), arg); in handle_thermal_sample()
|
/linux-5.19.10/include/uapi/linux/ |
D | thermal.h | 30 THERMAL_GENL_ATTR_TZ_TEMP, enumerator
|
/linux-5.19.10/drivers/thermal/ |
D | thermal_netlink.c | 25 [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()
|