Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_ATTR_CDEV (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dthermal.h41 THERMAL_GENL_ATTR_CDEV, enumerator
/openbmc/linux/tools/lib/thermal/
H A Dcommands.c31 [THERMAL_GENL_ATTR_CDEV] = { .type = NLA_NESTED },
79 nla_for_each_nested(attr, info->attrs[THERMAL_GENL_ATTR_CDEV], rem) { in parse_cdev_get()
/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.c40 [THERMAL_GENL_ATTR_CDEV] = { .type = NLA_NESTED },
571 start_cdev = nla_nest_start(msg, THERMAL_GENL_ATTR_CDEV); in thermal_genl_cmd_cdev_get()