Searched refs:V4L2_CID_PRIVATE_BASE (Results 1 – 8 of 8) sorted by relevance
24 #define M5602_V4L2_CID_GREEN_BALANCE (V4L2_CID_PRIVATE_BASE + 0)25 #define M5602_V4L2_CID_NOISE_SUPPRESION (V4L2_CID_PRIVATE_BASE + 1)
20 controls using ``V4L2_CID_PRIVATE_BASE`` [#f1]_ and higher values. The304 ``V4L2_CID_PRIVATE_BASE``416 for (queryctrl.id = V4L2_CID_PRIVATE_BASE;;493 The use of ``V4L2_CID_PRIVATE_BASE`` is problematic because different494 drivers may use the same ``V4L2_CID_PRIVATE_BASE`` ID for different498 ``V4L2_CID_PRIVATE_BASE`` IDs are mapped to those unique IDs by the499 kernel. Consider these ``V4L2_CID_PRIVATE_BASE`` IDs as aliases to502 Many applications today still use the ``V4L2_CID_PRIVATE_BASE`` IDs505 support for ``V4L2_CID_PRIVATE_BASE`` is still around.
53 ``V4L2_CID_PRIVATE_BASE`` and incrementing ``id`` until the driver
37 MATROXFB_CID_TESTOUT = V4L2_CID_PRIVATE_BASE,
1695 #define V4L2_CID_PRIVATE_BASE 0x08000000 macro
1951 id -= V4L2_CID_PRIVATE_BASE; in find_private_ref()1976 if (id >= V4L2_CID_PRIVATE_BASE) in find_ref()2145 id >= V4L2_CID_PRIVATE_BASE || in v4l2_ctrl_new()2721 if (id >= V4L2_CID_PRIVATE_BASE) in v4l2_query_ext_ctrl()2890 if (id >= V4L2_CID_PRIVATE_BASE) in prepare_ext_ctrls()
919 if (!allow_priv && c->which == V4L2_CID_PRIVATE_BASE) in check_ext_ctrls()
348 replace define V4L2_CID_PRIVATE_BASE control