Searched refs:THERMAL_GENL_ATTR_TZ_TRIP_ID (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/lib/thermal/ |
D | events.c | 56 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_ID]), in handle_thermal_event() 63 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_ID]), in handle_thermal_event() 70 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_ID]), arg); in handle_thermal_event() 74 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_ID]), in handle_thermal_event() 79 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_ID]), in handle_thermal_event()
|
D | commands.c | 18 [THERMAL_GENL_ATTR_TZ_TRIP_ID] = { .type = NLA_U32 }, 121 if (nla_type(attr) == THERMAL_GENL_ATTR_TZ_TRIP_ID) { in parse_tz_get_trip()
|
/linux-6.1.9/drivers/thermal/ |
D | thermal_netlink.c | 27 [THERMAL_GENL_ATTR_TZ_TRIP_ID] = { .type = NLA_U32 }, 131 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) || in thermal_genl_event_tz_trip_up() 141 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) || in thermal_genl_event_tz_trip_add() 153 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_delete() 482 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, i) || in thermal_genl_cmd_tz_get_trip()
|
/linux-6.1.9/include/uapi/linux/ |
D | thermal.h | 32 THERMAL_GENL_ATTR_TZ_TRIP_ID, enumerator
|