Searched refs:ptr_to_ptr (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 2145 static void ptr_to_ptr(struct v4l2_ctrl *ctrl, in ptr_to_ptr() function 2164 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur() 2194 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new() 2202 ptr_to_ptr(ref->ctrl, ref->ctrl->p_new, ref->p_req); in new_to_req() 2212 ptr_to_ptr(ref->ctrl, ref->req->p_req, ref->ctrl->p_new); in req_to_new() 2214 ptr_to_ptr(ref->ctrl, ref->ctrl->p_cur, ref->ctrl->p_new); in req_to_new() 4386 ptr_to_ptr(ctrl, ref->req->p_req, ref->p_req); in v4l2_ctrl_request_complete() 4388 ptr_to_ptr(ctrl, ctrl->p_cur, ref->p_req); in v4l2_ctrl_request_complete()
|