Home
last modified time | relevance | path

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

/linux/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/include/uapi/linux/
H A Dthermal.h55 THERMAL_GENL_ATTR_THRESHOLD_DIRECTION, enumerator