Home
last modified time | relevance | path

Searched refs:V4L2_CTRL_FLAG_NEXT_CTRL (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dextended-controls.rst107 ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag:
114 qctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL;
117 qctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;
121 ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag. The ``VIDIOC_QUERYCTRL`` ioctl will
133 qctrl.id = V4L2_CTRL_CLASS_MPEG | V4L2_CTRL_FLAG_NEXT_CTRL;
138 qctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;
142 top 4 bits are reserved for flags (e. g. ``V4L2_CTRL_FLAG_NEXT_CTRL``)
153 ``V4L2_CTRL_FLAG_NEXT_CTRL``. In that case the old method of enumerating
H A Dcontrol.rst347 queryctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL;
356 queryctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL;
372 query_ext_ctrl.id = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
381 query_ext_ctrl.id |= V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND;
504 the ``V4L2_CTRL_FLAG_NEXT_CTRL`` flag to enumerate all IDs, so
H A Dvidioc-queryctrl.rst59 When the application ORs ``id`` with ``V4L2_CTRL_FLAG_NEXT_CTRL`` the
65 ``V4L2_CTRL_FLAG_NEXT_CTRL`` and ``V4L2_CTRL_FLAG_NEXT_COMPOUND`` in
112 V4L2_CTRL_FLAG_NEXT_CTRL the driver clears the flag and
190 ``V4L2_CTRL_FLAG_NEXT_CTRL`` the driver clears the flag and
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c508 if (vc->id & V4L2_CTRL_FLAG_NEXT_CTRL) { in pvr2_queryctrl()
510 hdw, (vc->id & ~V4L2_CTRL_FLAG_NEXT_CTRL)); in pvr2_queryctrl()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h1717 #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h1717 #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 macro
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions375 replace define V4L2_CTRL_FLAG_NEXT_CTRL control
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h1852 #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1834 #define V4L2_CTRL_FLAG_NEXT_CTRL 0x80000000 macro
/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_ctrl.c897 int next = v4l2_id & V4L2_CTRL_FLAG_NEXT_CTRL; in uvc_find_control()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_ioctl.c2476 if (qc->id & V4L2_CTRL_FLAG_NEXT_CTRL) in atomisp_queryctl()
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c3318 const unsigned next_flags = V4L2_CTRL_FLAG_NEXT_CTRL | V4L2_CTRL_FLAG_NEXT_COMPOUND; in v4l2_query_ext_ctrl()