Lines Matching refs:vbi
1188 static int saa711x_decode_vbi_line(struct v4l2_subdev *sd, struct v4l2_decode_vbi_line *vbi) in saa711x_decode_vbi_line() argument
1194 u8 *p = vbi->p; in saa711x_decode_vbi_line()
1198 vbi->type = 0; /* mark result as a failure */ in saa711x_decode_vbi_line()
1207 vbi->p = p; in saa711x_decode_vbi_line()
1210 vbi->is_second_field = ((id1 & 0x40) != 0); in saa711x_decode_vbi_line()
1211 vbi->line = (id1 & 0x3f) << 3; in saa711x_decode_vbi_line()
1212 vbi->line |= (id2 & 0x70) >> 4; in saa711x_decode_vbi_line()
1225 vbi->type = V4L2_SLICED_TELETEXT_B; in saa711x_decode_vbi_line()
1230 vbi->type = V4L2_SLICED_CAPTION_525; in saa711x_decode_vbi_line()
1238 vbi->type = V4L2_SLICED_WSS_625; in saa711x_decode_vbi_line()
1243 vbi->type = V4L2_SLICED_VPS; in saa711x_decode_vbi_line()
1625 .vbi = &saa711x_vbi_ops,