Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_netlink.c400 struct nlattr *start_trip; in thermal_genl_cmd_tz_get_trip() local
412 start_trip = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ_TRIP); in thermal_genl_cmd_tz_get_trip()
413 if (!start_trip) in thermal_genl_cmd_tz_get_trip()
437 nla_nest_end(msg, start_trip); in thermal_genl_cmd_tz_get_trip()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_netlink.c454 struct nlattr *start_trip; in thermal_genl_cmd_tz_get_trip() local
467 start_trip = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ_TRIP); in thermal_genl_cmd_tz_get_trip()
468 if (!start_trip) in thermal_genl_cmd_tz_get_trip()
488 nla_nest_end(msg, start_trip); in thermal_genl_cmd_tz_get_trip()

Completed in 3 milliseconds