Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dthermal.h44 THERMAL_GENL_ATTR_CDEV_ID, enumerator
/linux/drivers/thermal/
H A Dthermal_netlink.c43 [THERMAL_GENL_ATTR_CDEV_ID] = { .type = NLA_U32 },
172 nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, in thermal_genl_event_cdev_add()
183 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, p->cdev_id)) in thermal_genl_event_cdev_delete()
191 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, in thermal_genl_event_cdev_state_update()
618 if (nla_put_u32(msg, THERMAL_GENL_ATTR_CDEV_ID, cdev->id)) in __thermal_genl_cmd_cdev_get()