Lines Matching defs:match
1938 #define V4L2_CHIP_MATCH_BRIDGE 0 /* Match against chip ID on the bridge (0 for the bridge) */
1939 #define V4L2_CHIP_MATCH_SUBDEV 4 /* Match against subdev index */
1943 #define V4L2_CHIP_MATCH_I2C_DRIVER 1 /* Match against I2C driver name */
1944 #define V4L2_CHIP_MATCH_I2C_ADDR 2 /* Match against I2C 7-bit address */
1945 #define V4L2_CHIP_MATCH_AC97 3 /* Match against ancillary AC97 chip */
1948 __u32 type; /* Match type */
1949 union { /* Match this chip, meaning determined by type */
1956 struct v4l2_dbg_match match;
1967 struct v4l2_dbg_match match;