···438438*Historical context*: This format specification originates from a439439custom, embedded, sliced VBI data format used by the ``ivtv`` driver.440440This format has already been informally specified in the kernel sources441441-in the file ``Documentation/media/v4l-drivers/cx2341x-uapi.rst`` . The441441+in the file ``Documentation/userspace-api/media/drivers/cx2341x-uapi.rst`` . The442442maximum size of the payload and other aspects of this format are driven443443by the CX23415 MPEG decoder's capabilities and limitations with respect444444to extracting, decoding, and displaying sliced VBI data embedded within
···116116 * - ``V4L2_MPEG_STREAM_VBI_FMT_IVTV``117117 - VBI in private packets, IVTV format (documented in the kernel118118 sources in the file119119- ``Documentation/media/v4l-drivers/cx2341x-uapi.rst``)119119+ ``Documentation/userspace-api/media/drivers/cx2341x-uapi.rst``)120120121121122122
···5858 - YUV 4:2:0 format used by the IVTV driver.59596060 The format is documented in the kernel sources in the file6161- ``Documentation/media/v4l-drivers/cx2341x-uapi.rst``6161+ ``Documentation/userspace-api/media/drivers/cx2341x-uapi.rst``6262 * .. _V4L2-PIX-FMT-CPIA1:63636464 - ``V4L2_PIX_FMT_CPIA1``
···1194119411951195/*11961196 * I2S output enable/disable configuration. This is a private control.11971197- * Refer to Documentation/media/v4l-drivers/max2175.rst for more details.11971197+ * Refer to Documentation/userspace-api/media/drivers/max2175.rst for more details.11981198 */11991199static const struct v4l2_ctrl_config max2175_i2s_en = {12001200 .ops = &max2175_ctrl_ops,···1210121012111211/*12121212 * HSLS value control LO freq adjacent location configuration.12131213- * Refer to Documentation/media/v4l-drivers/max2175.rst for more details.12131213+ * Refer to Documentation/userspace-api/media/drivers/max2175.rst for more details.12141214 */12151215static const struct v4l2_ctrl_config max2175_hsls = {12161216 .ops = &max2175_ctrl_ops,···12261226/*12271227 * Rx modes below are a set of preset configurations that decides the tuner's12281228 * sck and sample rate of transmission. They are separate for EU & NA regions.12291229- * Refer to Documentation/media/v4l-drivers/max2175.rst for more details.12291229+ * Refer to Documentation/userspace-api/media/drivers/max2175.rst for more details.12301230 */12311231static const char * const max2175_ctrl_eu_rx_modes[] = {12321232 [MAX2175_EU_FM_1_2] = "EU FM 1.2",