Home
last modified time | relevance | path

Searched refs:V4L2_CID_PRIVATE_BASE (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h20 #define M5602_V4L2_CID_GREEN_BALANCE (V4L2_CID_PRIVATE_BASE + 0)
21 #define M5602_V4L2_CID_NOISE_SUPPRESION (V4L2_CID_PRIVATE_BASE + 1)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dcontrol.rst20 controls using ``V4L2_CID_PRIVATE_BASE`` [#f1]_ and higher values. The
304 ``V4L2_CID_PRIVATE_BASE``
416 for (queryctrl.id = V4L2_CID_PRIVATE_BASE;;
493 The use of ``V4L2_CID_PRIVATE_BASE`` is problematic because different
494 drivers may use the same ``V4L2_CID_PRIVATE_BASE`` ID for different
498 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the
499 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to
502 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs
505 support for ``V4L2_CID_PRIVATE_BASE`` is still around.
H A Dvidioc-queryctrl.rst52 ``V4L2_CID_PRIVATE_BASE`` and incrementing ``id`` until the driver
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h1240 (V4L2_CID_PRIVATE_BASE + 0)
1242 (V4L2_CID_PRIVATE_BASE + 1)
1244 (V4L2_CID_PRIVATE_BASE + 2)
1246 (V4L2_CID_PRIVATE_BASE + 3)
1248 (V4L2_CID_PRIVATE_BASE + 4)
1250 (V4L2_CID_PRIVATE_BASE + 5)
/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 Dmatroxfb.h37 MATROXFB_CID_TESTOUT = V4L2_CID_PRIVATE_BASE,
H A Dvideodev2.h1723 #define V4L2_CID_PRIVATE_BASE 0x08000000 macro
/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 Dmatroxfb.h37 MATROXFB_CID_TESTOUT = V4L2_CID_PRIVATE_BASE,
H A Dvideodev2.h1723 #define V4L2_CID_PRIVATE_BASE 0x08000000 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmatroxfb.h37 MATROXFB_CID_TESTOUT = V4L2_CID_PRIVATE_BASE,
H A Dvideodev2.h1858 #define V4L2_CID_PRIVATE_BASE 0x08000000 macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2528 id -= V4L2_CID_PRIVATE_BASE; in find_private_ref()
2553 if (id >= V4L2_CID_PRIVATE_BASE) in find_ref()
2785 id >= V4L2_CID_PRIVATE_BASE || in v4l2_ctrl_new()
3385 if (id >= V4L2_CID_PRIVATE_BASE) in v4l2_query_ext_ctrl()
3679 if (id >= V4L2_CID_PRIVATE_BASE) { in prepare_ext_ctrls()
H A Dv4l2-ioctl.c931 case V4L2_CID_PRIVATE_BASE: in check_ext_ctrls()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions377 replace define V4L2_CID_PRIVATE_BASE control
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h1840 #define V4L2_CID_PRIVATE_BASE 0x08000000 macro