Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_ATTR_TZ_ID (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/thermal/
A Dthermal_netlink.c24 [THERMAL_GENL_ATTR_TZ_ID] = { .type = NLA_U32 },
83 if (nla_put_u32(skb, THERMAL_GENL_ATTR_TZ_ID, id)) in thermal_genl_sampling_temp()
366 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_ID, tz->id) || in __thermal_genl_cmd_tz_get_id()
404 if (!p->attrs[THERMAL_GENL_ATTR_TZ_ID]) in thermal_genl_cmd_tz_get_trip()
407 id = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_TZ_ID]); in thermal_genl_cmd_tz_get_trip()
453 if (!p->attrs[THERMAL_GENL_ATTR_TZ_ID]) in thermal_genl_cmd_tz_get_temp()
456 id = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_TZ_ID]); in thermal_genl_cmd_tz_get_temp()
466 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_ID, id) || in thermal_genl_cmd_tz_get_temp()
479 if (!p->attrs[THERMAL_GENL_ATTR_TZ_ID]) in thermal_genl_cmd_tz_get_gov()
482 id = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_TZ_ID]); in thermal_genl_cmd_tz_get_gov()
[all …]
/linux/include/uapi/linux/
A Dthermal.h29 THERMAL_GENL_ATTR_TZ_ID, enumerator

Completed in 5 milliseconds