Home
last modified time | relevance | path

Searched refs:p_def (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c117 if (ctrl->p_def.p_const) in std_init_compound()
118 memcpy(p, ctrl->p_def.p_const, ctrl->elem_size); in std_init_compound()
1946 const union v4l2_ctrl_ptr p_def, in v4l2_ctrl_new() argument
2132 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) in v4l2_ctrl_new()
2195 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) { in v4l2_ctrl_new()
2197 ctrl->p_def.p = &ctrl[1]; in v4l2_ctrl_new()
2199 ctrl->p_def.p = ctrl->p_cur.p + tot_ctrl_size; in v4l2_ctrl_new()
2200 memcpy(ctrl->p_def.p, p_def.p_const, elem_size); in v4l2_ctrl_new()
2204 void *ptr = ctrl->p_def.p; in v4l2_ctrl_new()
2269 flags, qmenu, qmenu_int, cfg->p_def, cfg->p_min, in v4l2_ctrl_new_custom()
[all …]