Searched refs:THERMAL_GENL_ATTR_TZ_TRIP_ID (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
D | thermal_netlink.c | 27 [THERMAL_GENL_ATTR_TZ_TRIP_ID] = { .type = NLA_U32 }, 124 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_up() 133 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id) || in thermal_genl_event_tz_trip_add() 145 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, p->trip_id)) in thermal_genl_event_tz_trip_delete() 428 if (nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TRIP_ID, i) || in thermal_genl_cmd_tz_get_trip()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | thermal.h | 32 THERMAL_GENL_ATTR_TZ_TRIP_ID, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | thermal.h | 42 THERMAL_GENL_ATTR_TZ_TRIP_ID, enumerator
|