Home
last modified time | relevance | path

Searched refs:ptr_to_ptr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c1306 static void ptr_to_ptr(struct v4l2_ctrl *ctrl, in ptr_to_ptr() function
1328 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur, ctrl->elems); in new_to_cur()
1361 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in cur_to_new()
1400 ptr_to_ptr(ctrl, ctrl->p_new, ref->p_req, ref->p_req_elems); in new_to_req()
1417 ptr_to_ptr(ctrl, ctrl->p_cur, ref->p_req, ctrl->elems); in cur_to_req()
1438 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in req_to_new()
1444 ptr_to_ptr(ctrl, ref->p_req, ctrl->p_new, ctrl->new_elems); in req_to_new()
1480 ptr_to_ptr(ctrl, ref->p_req, ctrl->p_new, ctrl->new_elems); in req_to_new()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2146 static void ptr_to_ptr(struct v4l2_ctrl *ctrl, in ptr_to_ptr() function
2165 ptr_to_ptr(ctrl, ctrl->p_new, ctrl->p_cur); in new_to_cur()
2195 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new); in cur_to_new()
2203 ptr_to_ptr(ref->ctrl, ref->ctrl->p_new, ref->p_req); in new_to_req()
2212 ptr_to_ptr(ref->ctrl, ref->ctrl->p_cur, ref->p_req); in cur_to_req()
2222 ptr_to_ptr(ref->ctrl, ref->p_req, ref->ctrl->p_new); in req_to_new()
2224 ptr_to_ptr(ref->ctrl, ref->ctrl->p_cur, ref->ctrl->p_new); in req_to_new()

Completed in 9 milliseconds