Searched refs:start_trip (Results 1 – 1 of 1) sorted by relevance
530 struct nlattr *start_trip; in thermal_genl_cmd_tz_get_trip() local542 start_trip = nla_nest_start(msg, THERMAL_GENL_ATTR_TZ_TRIP); in thermal_genl_cmd_tz_get_trip()543 if (!start_trip) in thermal_genl_cmd_tz_get_trip()559 nla_nest_end(msg, start_trip); in thermal_genl_cmd_tz_get_trip()664 struct nlattr *start_trip; in thermal_genl_cmd_threshold_get() local676 start_trip = nla_nest_start(msg, THERMAL_GENL_ATTR_THRESHOLD); in thermal_genl_cmd_threshold_get()677 if (!start_trip) in thermal_genl_cmd_threshold_get()684 nla_nest_end(msg, start_trip); in thermal_genl_cmd_threshold_get()