Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.c204 struct nlattr *start_cap; in thermal_genl_event_cpu_capability_change() local
207 start_cap = nla_nest_start(msg, THERMAL_GENL_ATTR_CPU_CAPABILITY); in thermal_genl_event_cpu_capability_change()
208 if (!start_cap) in thermal_genl_event_cpu_capability_change()
227 nla_nest_end(msg, start_cap); in thermal_genl_event_cpu_capability_change()
231 nla_nest_cancel(msg, start_cap); in thermal_genl_event_cpu_capability_change()