Searched refs:p_def (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/media/v4l2-core/ |
| H A D | v4l2-ctrls-core.c | 117 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() 1840 const union v4l2_ctrl_ptr p_def, in v4l2_ctrl_new() argument 2020 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) in v4l2_ctrl_new() 2085 ctrl->p_def.p = &ctrl[1]; in v4l2_ctrl_new() 2087 ctrl->p_def.p = ctrl->p_cur.p + tot_ctrl_size; in v4l2_ctrl_new() 2088 memcpy(ctrl->p_def.p, p_def.p_const, elem_size); in v4l2_ctrl_new() 2092 void *ptr = ctrl->p_def.p; in v4l2_ctrl_new() 2157 flags, qmenu, qmenu_int, cfg->p_def, cfg->p_min, in v4l2_ctrl_new_custom() 2259 const union v4l2_ctrl_ptr p_def, in v4l2_ctrl_new_std_compound() argument [all …]
|
| /linux-6.15/include/media/ |
| H A D | v4l2-ctrls.h | 320 union v4l2_ctrl_ptr p_def; member 472 union v4l2_ctrl_ptr p_def; member 760 const union v4l2_ctrl_ptr p_def,
|
| /linux-6.15/drivers/media/test-drivers/vivid/ |
| H A D | vivid-ctrls.c | 350 .p_def.p_const = &area, 391 .p_def.p_const = &rect_def,
|
| /linux-6.15/Documentation/driver-api/media/ |
| H A D | v4l2-controls.rst | 150 const union v4l2_ctrl_ptr p_def);
|