Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_ATTR_THRESHOLD_DIRECTION (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/thermal/
H A Dthermal_netlink.c57 [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 Devents.c101 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 Dcommands.c41 [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 Dthermal.h55 THERMAL_GENL_ATTR_THRESHOLD_DIRECTION, enumerator