Searched refs:ref_ctrl_prev (Results 1 – 1 of 1) sorted by relevance
3383 struct v4l2_ctrl_ref *ref_ctrl, *ref_ctrl_prev = NULL; in v4l2_ctrl_request_queue() local3397 ref_ctrl_prev = list_first_entry(&prev_hdl->ctrl_refs, in v4l2_ctrl_request_queue()3402 while (ref_ctrl_prev->ctrl->id < ref_ctrl->ctrl->id) { in v4l2_ctrl_request_queue()3404 if (list_is_last(&ref_ctrl_prev->node, in v4l2_ctrl_request_queue()3407 ref_ctrl_prev = list_next_entry(ref_ctrl_prev, node); in v4l2_ctrl_request_queue()3409 if (WARN_ON(ref_ctrl_prev->ctrl->id != ref_ctrl->ctrl->id)) in v4l2_ctrl_request_queue()3411 ref_ctrl->req = ref_ctrl_prev->req; in v4l2_ctrl_request_queue()