Home
last modified time | relevance | path

Searched refs:V4L2_CHIP_MATCH_BRIDGE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-dbg-g-chip-info.rst56 When ``match.type`` is ``V4L2_CHIP_MATCH_BRIDGE``, ``match.addr``
139 * - ``V4L2_CHIP_MATCH_BRIDGE``
H A Dvidioc-dbg-g-register.rst65 When ``match.type`` is ``V4L2_CHIP_MATCH_BRIDGE``, ``match.addr``
143 * - ``V4L2_CHIP_MATCH_BRIDGE``
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h2562 #define V4L2_CHIP_MATCH_BRIDGE 0 /* Match against chip ID on the bridge (0 for the bridge) */ macro
2566 #define V4L2_CHIP_MATCH_HOST V4L2_CHIP_MATCH_BRIDGE
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2588 if (ops->vidioc_g_register && p->match.type == V4L2_CHIP_MATCH_BRIDGE && in v4l_dbg_g_register()
2616 if (ops->vidioc_s_register && p->match.type == V4L2_CHIP_MATCH_BRIDGE && in v4l_dbg_s_register()
2635 case V4L2_CHIP_MATCH_BRIDGE: in v4l_dbg_g_chip_info()
/openbmc/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions531 replace define V4L2_CHIP_MATCH_BRIDGE vidioc_dbg_g_register