Searched refs:V4L2_CID_PRIVATE_BASE (Results 1 – 8 of 8) sorted by relevance
20 #define M5602_V4L2_CID_GREEN_BALANCE (V4L2_CID_PRIVATE_BASE + 0)21 #define M5602_V4L2_CID_NOISE_SUPPRESION (V4L2_CID_PRIVATE_BASE + 1)
27 controls using ``V4L2_CID_PRIVATE_BASE`` [#f1]_ and higher values. The311 ``V4L2_CID_PRIVATE_BASE``423 for (queryctrl.id = V4L2_CID_PRIVATE_BASE;;500 The use of ``V4L2_CID_PRIVATE_BASE`` is problematic because different501 drivers may use the same ``V4L2_CID_PRIVATE_BASE`` ID for different505 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the506 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to509 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs512 support for ``V4L2_CID_PRIVATE_BASE`` is still around.
60 ``V4L2_CID_PRIVATE_BASE`` and incrementing ``id`` until the driver
37 MATROXFB_CID_TESTOUT = V4L2_CID_PRIVATE_BASE,
1786 #define V4L2_CID_PRIVATE_BASE 0x08000000 macro
2198 id -= V4L2_CID_PRIVATE_BASE; in find_private_ref()2223 if (id >= V4L2_CID_PRIVATE_BASE) in find_ref()2433 id >= V4L2_CID_PRIVATE_BASE || in v4l2_ctrl_new()3003 if (id >= V4L2_CID_PRIVATE_BASE) in v4l2_query_ext_ctrl()3320 if (id >= V4L2_CID_PRIVATE_BASE) { in prepare_ext_ctrls()
919 if (!allow_priv && c->which == V4L2_CID_PRIVATE_BASE) in check_ext_ctrls()
364 replace define V4L2_CID_PRIVATE_BASE control