Searched refs:new_elems (Results 1 – 3 of 3) sorted by relevance
1352 memset(ptr.p_s32, 0, ctrl->new_elems * sizeof(s32)); in v4l2_ctrl_type_op_validate()1356 for (i = 0; !ret && i < ctrl->new_elems; i++) in v4l2_ctrl_type_op_validate()1409 ctrl->elems = ctrl->new_elems; in new_to_cur()1442 ctrl->new_elems = ctrl->elems; in cur_to_new()1443 ptr_to_ptr(ctrl, ctrl->p_cur, ctrl->p_new, ctrl->new_elems); in cur_to_new()1481 ref->p_req_elems = ctrl->new_elems; in new_to_req()1519 ctrl->new_elems = ctrl->elems; in req_to_new()1561 ctrl->new_elems = ref->p_req_elems; in req_to_new()1562 ptr_to_ptr(ctrl, ref->p_req, ctrl->p_new, ctrl->new_elems); in req_to_new()2052 ctrl->new_elems = elems; in v4l2_ctrl_new()[all …]
143 ctrl->new_elems = elems; in user_to_new()1044 ctrl->new_elems = elems; in __v4l2_ctrl_modify_dimensions()
300 u32 new_elems; member