Searched refs:new_elems (Results 1 – 3 of 3) sorted by relevance
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()1148 ref->p_req_elems = ctrl->new_elems; in new_to_req()1186 ctrl->new_elems = ctrl->elems; in req_to_new()1228 ctrl->new_elems = ref->p_req_elems; in req_to_new()1229 ptr_to_ptr(ctrl, ref->p_req, ctrl->p_new, ctrl->new_elems); in req_to_new()1689 ctrl->new_elems = elems; in v4l2_ctrl_new()[all …]
127 ctrl->new_elems = elems; in user_to_new()1005 ctrl->new_elems = elems; in __v4l2_ctrl_modify_dimensions()
278 u32 new_elems; member
Completed in 14 milliseconds