Lines Matching refs:vbi
1194 static int saa711x_decode_vbi_line(struct v4l2_subdev *sd, struct v4l2_decode_vbi_line *vbi) in saa711x_decode_vbi_line() argument
1200 u8 *p = vbi->p; in saa711x_decode_vbi_line()
1204 vbi->type = 0; /* mark result as a failure */ in saa711x_decode_vbi_line()
1213 vbi->p = p; in saa711x_decode_vbi_line()
1216 vbi->is_second_field = ((id1 & 0x40) != 0); in saa711x_decode_vbi_line()
1217 vbi->line = (id1 & 0x3f) << 3; in saa711x_decode_vbi_line()
1218 vbi->line |= (id2 & 0x70) >> 4; in saa711x_decode_vbi_line()
1231 vbi->type = V4L2_SLICED_TELETEXT_B; in saa711x_decode_vbi_line()
1236 vbi->type = V4L2_SLICED_CAPTION_525; in saa711x_decode_vbi_line()
1244 vbi->type = V4L2_SLICED_WSS_625; in saa711x_decode_vbi_line()
1249 vbi->type = V4L2_SLICED_VPS; in saa711x_decode_vbi_line()
1634 .vbi = &saa711x_vbi_ops,