Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_netlink.c406 struct nlattr *start_trip; in thermal_genl_cmd_tz_get_trip() local
418 start_trip = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ_TRIP); in thermal_genl_cmd_tz_get_trip()
419 if (!start_trip) in thermal_genl_cmd_tz_get_trip()
443 nla_nest_end(msg, start_trip); in thermal_genl_cmd_tz_get_trip()