Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dvidioc-queryctrl.rst61 there is none. In addition, the ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` flag
65 ``V4L2_CTRL_FLAG_NEXT_CTRL`` and ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` in
192 ID is ORed with ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` the driver clears
A Dcontrol.rst384 query_ext_ctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
393 query_ext_ctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
A Dextended-controls.rst76 ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` when enumerating controls to actually
/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-ctrls-api.c1022 const unsigned int next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl()
1041 if ((qc->id & next_flags) == V4L2_CTRL_FLAG_NEXT_COMPOUND) { in v4l2_query_ext_ctrl()
/linux-6.3-rc2/include/uapi/linux/
A Dvideodev2.h1950 #define V4L2_CTRL_FLAG_NEXT_COMPOUND 0x40000000 macro
/linux-6.3-rc2/Documentation/userspace-api/media/
A Dvideodev2.h.rst.exceptions393 replace define V4L2_CTRL_FLAG_NEXT_COMPOUND control

Completed in 19 milliseconds