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

/linux-master/drivers/thermal/
H A Dthermal_netlink.c558 struct nlattr *start_cdev; local
561 start_cdev = nla_nest_start(msg, THERMAL_GENL_ATTR_CDEV);
562 if (!start_cdev)
569 nla_nest_end(msg, start_cdev);
573 nla_nest_cancel(msg, start_cdev);

Completed in 160 milliseconds