Searched refs:start_cap (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/thermal/
H A Dthermal_netlink.c205 struct nlattr *start_cap; local
208 start_cap = nla_nest_start(msg, THERMAL_GENL_ATTR_CPU_CAPABILITY);
209 if (!start_cap)
228 nla_nest_end(msg, start_cap);
232 nla_nest_cancel(msg, start_cap);

Completed in 141 milliseconds