Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_netlink.c571 struct nlattr *start_cdev; in thermal_genl_cmd_cdev_get() local
574 start_cdev = nla_nest_start(msg, THERMAL_GENL_ATTR_CDEV); in thermal_genl_cmd_cdev_get()
575 if (!start_cdev) in thermal_genl_cmd_cdev_get()
582 nla_nest_end(msg, start_cdev); in thermal_genl_cmd_cdev_get()
586 nla_nest_cancel(msg, start_cdev); in thermal_genl_cmd_cdev_get()