Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_netlink.c517 struct nlattr *start_cdev; in thermal_genl_cmd_cdev_get() local
520 start_cdev = nla_nest_start(msg, THERMAL_GENL_ATTR_CDEV); in thermal_genl_cmd_cdev_get()
521 if (!start_cdev) in thermal_genl_cmd_cdev_get()
528 nla_nest_end(msg, start_cdev); in thermal_genl_cmd_cdev_get()
532 nla_nest_cancel(msg, start_cdev); in thermal_genl_cmd_cdev_get()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_netlink.c568 struct nlattr *start_cdev; in thermal_genl_cmd_cdev_get() local
571 start_cdev = nla_nest_start(msg, THERMAL_GENL_ATTR_CDEV); in thermal_genl_cmd_cdev_get()
572 if (!start_cdev) in thermal_genl_cmd_cdev_get()
579 nla_nest_end(msg, start_cdev); in thermal_genl_cmd_cdev_get()
583 nla_nest_cancel(msg, start_cdev); in thermal_genl_cmd_cdev_get()

Completed in 3 milliseconds