Home
last modified time | relevance | path

Searched refs:THERMAL_GENL_ATTR_CDEV_ID (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/thermal/
H A Devents.c84 nla_get_u32(attrs[THERMAL_GENL_ATTR_CDEV_ID]), in handle_thermal_event()
88 return ops->cdev_delete(nla_get_u32(attrs[THERMAL_GENL_ATTR_CDEV_ID]), arg); in handle_thermal_event()
91 return ops->cdev_update(nla_get_u32(attrs[THERMAL_GENL_ATTR_CDEV_ID]), in handle_thermal_event()
H A Dcommands.c32 [THERMAL_GENL_ATTR_CDEV_ID] = { .type = NLA_U32 },
81 if (nla_type(attr) == THERMAL_GENL_ATTR_CDEV_ID) { in parse_cdev_get()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_netlink.c41 [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-6.6/drivers/thermal/
H A Dthermal_netlink.c41 [THERMAL_GENL_ATTR_CDEV_ID] = { .type = NLA_U32 },
163 nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, in thermal_genl_event_cdev_add()
174 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, p->cdev_id)) in thermal_genl_event_cdev_delete()
182 if (nla_put_u32(p->msg, THERMAL_GENL_ATTR_CDEV_ID, in thermal_genl_event_cdev_state_update()
556 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/
H A Dthermal.h42 THERMAL_GENL_ATTR_CDEV_ID, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dthermal.h42 THERMAL_GENL_ATTR_CDEV_ID, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dthermal.h52 THERMAL_GENL_ATTR_CDEV_ID, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dthermal.h52 THERMAL_GENL_ATTR_CDEV_ID, enumerator

Completed in 5 milliseconds