Searched refs:new_elems (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/media/v4l2-core/ |
D | v4l2-ctrls-core.c | 1021 memset(ptr.p_s32, 0, ctrl->new_elems * sizeof(s32)); in v4l2_ctrl_type_op_validate() 1025 for (i = 0; !ret && i < ctrl->new_elems; i++) in v4l2_ctrl_type_op_validate() 1076 ctrl->elems = ctrl->new_elems; in new_to_cur() 1109 ctrl->new_elems = ctrl->elems; in cur_to_new() 1110 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in cur_to_new() 1145 if (ctrl->is_array && !req_alloc_array(ref, ctrl->new_elems)) in new_to_req() 1148 ref->p_req_elems = ctrl->new_elems; in new_to_req() 1186 ctrl->new_elems = ctrl->elems; in req_to_new() 1187 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in req_to_new() 1193 ptr_to_ptr(ctrl, ref->p_req, ctrl->p_new, ctrl->new_elems); in req_to_new() [all …]
|
D | v4l2-ctrls-api.c | 127 ctrl->new_elems = elems; in user_to_new() 1005 ctrl->new_elems = elems; in __v4l2_ctrl_modify_dimensions()
|
/linux-6.1.9/include/media/ |
D | v4l2-ctrls.h | 278 u32 new_elems; member
|