Home
last modified time | relevance | path

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

/Linux-v6.6/include/media/
Dv4l2-ctrls.h306 union v4l2_ctrl_ptr p_def; member
454 union v4l2_ctrl_ptr p_def; member
734 const union v4l2_ctrl_ptr p_def);
/Linux-v6.6/drivers/media/v4l2-core/
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()
1756 const s64 *qmenu_int, const union v4l2_ctrl_ptr p_def, in v4l2_ctrl_new() argument
1924 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) in v4l2_ctrl_new()
1983 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_def.p_const) { in v4l2_ctrl_new()
1985 ctrl->p_def.p = &ctrl[1]; in v4l2_ctrl_new()
1987 ctrl->p_def.p = ctrl->p_cur.p + tot_ctrl_size; in v4l2_ctrl_new()
1988 memcpy(ctrl->p_def.p, p_def.p_const, elem_size); in v4l2_ctrl_new()
2041 flags, qmenu, qmenu_int, cfg->p_def, priv); in v4l2_ctrl_new_custom()
2139 const union v4l2_ctrl_ptr p_def) in v4l2_ctrl_new_std_compound() argument
[all …]
/Linux-v6.6/drivers/media/test-drivers/vivid/
Dvivid-ctrls.c346 .p_def.p_const = &area,
/Linux-v6.6/Documentation/driver-api/media/
Dv4l2-controls.rst150 const union v4l2_ctrl_ptr p_def);