Searched refs:new_elems (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ctrls-core.c | 1275 memset(ptr.p_s32, 0, ctrl->new_elems * sizeof(s32)); in v4l2_ctrl_type_op_validate() 1279 for (i = 0; !ret && i < ctrl->new_elems; i++) in v4l2_ctrl_type_op_validate() 1330 ctrl->elems = ctrl->new_elems; in new_to_cur() 1363 ctrl->new_elems = ctrl->elems; in cur_to_new() 1364 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in cur_to_new() 1399 if (ctrl->is_array && !req_alloc_array(ref, ctrl->new_elems)) in new_to_req() 1402 ref->p_req_elems = ctrl->new_elems; in new_to_req() 1440 ctrl->new_elems = ctrl->elems; in req_to_new() 1441 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in req_to_new() 1447 ptr_to_ptr(ctrl, ref->p_req, ctrl->p_new, ctrl->new_elems); in req_to_new() [all …]
|
H A D | v4l2-ctrls-api.c | 127 ctrl->new_elems = elems; in user_to_new() 1010 ctrl->new_elems = elems; in __v4l2_ctrl_modify_dimensions()
|
/linux/include/media/ |
H A D | v4l2-ctrls.h | 286 u32 new_elems; member
|