Searched refs:THERMAL_GENL_ATTR_CDEV_ID (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
D | thermal_netlink.c | 41 [THERMAL_GENL_ATTR_CDEV_ID] = { .type = NLA_U32 }, 155 nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, in thermal_genl_event_cdev_add() 166 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, p->cdev_id)) in thermal_genl_event_cdev_delete() 174 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, in thermal_genl_event_cdev_state_update() 505 if (nla_put_u32(msg, THERMAL_GENL_ATTR_CDEV_ID, cdev->id)) in __thermal_genl_cmd_cdev_get()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | thermal.h | 42 THERMAL_GENL_ATTR_CDEV_ID, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | thermal.h | 52 THERMAL_GENL_ATTR_CDEV_ID, enumerator
|