Searched refs:p_def (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-core.c | 120 if (ctrl->p_def.p_const) in std_init_compound() 121 memcpy(p, ctrl->p_def.p_const, ctrl->elem_size); in std_init_compound() 2023 const union v4l2_ctrl_ptr p_def, in v4l2_ctrl_new() argument 2209 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) in v4l2_ctrl_new() 2272 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) { in v4l2_ctrl_new() 2274 ctrl->p_def.p = &ctrl[1]; in v4l2_ctrl_new() 2276 ctrl->p_def.p = ctrl->p_cur.p + tot_ctrl_size; in v4l2_ctrl_new() 2277 memcpy(ctrl->p_def.p, p_def.p_const, elem_size); in v4l2_ctrl_new() 2281 void *ptr = ctrl->p_def.p; in v4l2_ctrl_new() 2346 flags, qmenu, qmenu_int, cfg->p_def, cfg->p_min, in v4l2_ctrl_new_custom() [all …]
|