Searched refs:THERMAL_GENL_ATTR_THRESHOLD_DIRECTION (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/thermal/ |
| H A D | thermal_netlink.c | 57 [THERMAL_GENL_ATTR_THRESHOLD_DIRECTION] = { .type = NLA_U32 }, 249 nla_put_u32(p->msg, THERMAL_GENL_ATTR_THRESHOLD_DIRECTION, p->direction)) in thermal_genl_event_threshold_add() 655 nla_put_u32(msg, THERMAL_GENL_ATTR_THRESHOLD_DIRECTION, threshold->direction)) in __thermal_genl_cmd_threshold_get() 698 !p->attrs[THERMAL_GENL_ATTR_THRESHOLD_DIRECTION]) in thermal_genl_cmd_threshold_add() 703 direction = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_THRESHOLD_DIRECTION]); in thermal_genl_cmd_threshold_add() 723 !p->attrs[THERMAL_GENL_ATTR_THRESHOLD_DIRECTION]) in thermal_genl_cmd_threshold_delete() 728 direction = nla_get_u32(p->attrs[THERMAL_GENL_ATTR_THRESHOLD_DIRECTION]); in thermal_genl_cmd_threshold_delete()
|
| /linux-6.15/tools/lib/thermal/ |
| H A D | events.c | 101 nla_get_u32(attrs[THERMAL_GENL_ATTR_THRESHOLD_DIRECTION]), arg); in handle_thermal_event() 106 nla_get_u32(attrs[THERMAL_GENL_ATTR_THRESHOLD_DIRECTION]), arg); in handle_thermal_event()
|
| H A D | commands.c | 41 [THERMAL_GENL_ATTR_THRESHOLD_DIRECTION] = { .type = NLA_U32 }, 221 if (nla_type(attr) == THERMAL_GENL_ATTR_THRESHOLD_DIRECTION) in parse_threshold_get() 368 if (nla_put_u32(msg, THERMAL_GENL_ATTR_THRESHOLD_DIRECTION, p->direction)) in thermal_genl_threshold_encode()
|
| /linux-6.15/include/uapi/linux/ |
| H A D | thermal.h | 55 THERMAL_GENL_ATTR_THRESHOLD_DIRECTION, enumerator
|