Searched refs:ref_ctrl_prev (Results 1 – 1 of 1) sorted by relevance
3145 struct v4l2_ctrl_ref *ref_ctrl, *ref_ctrl_prev = NULL; in v4l2_ctrl_request_queue() local3158 ref_ctrl_prev = list_first_entry(&prev_hdl->ctrl_refs, in v4l2_ctrl_request_queue()3163 while (ref_ctrl_prev->ctrl->id < ref_ctrl->ctrl->id) { in v4l2_ctrl_request_queue()3165 if (list_is_last(&ref_ctrl_prev->node, in v4l2_ctrl_request_queue()3168 ref_ctrl_prev = list_next_entry(ref_ctrl_prev, node); in v4l2_ctrl_request_queue()3170 if (WARN_ON(ref_ctrl_prev->ctrl->id != ref_ctrl->ctrl->id)) in v4l2_ctrl_request_queue()3172 ref_ctrl->req = ref_ctrl_prev->req; in v4l2_ctrl_request_queue()