Home
last modified time | relevance | path

Searched refs:new_elems (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c1272 memset(ptr.p_s32, 0, ctrl->new_elems * sizeof(s32)); in v4l2_ctrl_type_op_validate()
1276 for (i = 0; !ret && i < ctrl->new_elems; i++) in v4l2_ctrl_type_op_validate()
1327 ctrl->elems = ctrl->new_elems; in new_to_cur()
1360 ctrl->new_elems = ctrl->elems; in cur_to_new()
1361 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in cur_to_new()
1396 if (ctrl->is_array && !req_alloc_array(ref, ctrl->new_elems)) in new_to_req()
1399 ref->p_req_elems = ctrl->new_elems; in new_to_req()
1437 ctrl->new_elems = ctrl->elems; in req_to_new()
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()
[all...]
H A Dv4l2-ctrls-api.c127 ctrl->new_elems = elems; in user_to_new()
1005 ctrl->new_elems = elems; in __v4l2_ctrl_modify_dimensions()
/kernel/linux/linux-6.6/include/media/
H A Dv4l2-ctrls.h135 * @validate: validate the value for ctrl->new_elems array elements.
210 * @new_elems: The number of elements in p_new. This is the same as @elems,
286 u32 new_elems; member

Completed in 6 milliseconds