Searched refs:V4L2_CHIP_MATCH_BRIDGE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvideodev2.h2565 #define V4L2_CHIP_MATCH_BRIDGE 0 /* Match against chip ID on the bridge (0 for the bridge) */ macro
2569 #define V4L2_CHIP_MATCH_HOST V4L2_CHIP_MATCH_BRIDGE
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2588 if (ops->vidioc_g_register && p->match.type == V4L2_CHIP_MATCH_BRIDGE &&
2616 if (ops->vidioc_s_register && p->match.type == V4L2_CHIP_MATCH_BRIDGE &&
2635 case V4L2_CHIP_MATCH_BRIDGE:

Completed in 155 milliseconds