Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dvidioc-queryctrl.rst69 there is none. In addition, the ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` flag
73 ``V4L2_CTRL_FLAG_NEXT_CTRL`` and ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` in
202 ID is ORed with ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` the driver clears
Dcontrol.rst379 query_ext_ctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
388 query_ext_ctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
Dextended-controls.rst83 ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` when enumerating controls to actually
/Linux-v5.4/Documentation/media/
Dvideodev2.h.rst.exceptions363 replace define V4L2_CTRL_FLAG_NEXT_COMPOUND control
/Linux-v5.4/include/uapi/linux/
Dvideodev2.h1781 #define V4L2_CTRL_FLAG_NEXT_COMPOUND 0x40000000 macro
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-ctrls.c2936 const unsigned next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl()
2955 if ((qc->id & next_flags) == V4L2_CTRL_FLAG_NEXT_COMPOUND) { in v4l2_query_ext_ctrl()