Searched refs:p_def (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-ctrls.h | 286 union v4l2_ctrl_ptr p_def; member 421 union v4l2_ctrl_ptr p_def; member 701 const union v4l2_ctrl_ptr p_def);
|
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-ctrls.c | 1626 if (ctrl->p_def.p_const) in std_init_compound() 1627 memcpy(p, ctrl->p_def.p_const, ctrl->elem_size); in std_init_compound() 2567 const s64 *qmenu_int, const union v4l2_ctrl_ptr p_def, in v4l2_ctrl_new() argument 2689 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) in v4l2_ctrl_new() 2736 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) { in v4l2_ctrl_new() 2737 ctrl->p_def.p = ctrl->p_cur.p + tot_ctrl_size; in v4l2_ctrl_new() 2738 memcpy(ctrl->p_def.p, p_def.p_const, elem_size); in v4l2_ctrl_new() 2792 flags, qmenu, qmenu_int, cfg->p_def, priv); in v4l2_ctrl_new_custom() 2890 const union v4l2_ctrl_ptr p_def) in v4l2_ctrl_new_std_compound() argument 2904 flags, NULL, NULL, p_def, NULL); in v4l2_ctrl_new_std_compound()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
D | vivid-ctrls.c | 280 .p_def.p_const = &area,
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
D | v4l2-controls.rst | 150 const union v4l2_ctrl_ptr p_def);
|