Lines Matching defs:vbi
465 capctl |= (btv->cap_ctl & 0x0c) ? 0x0c : 0x00; /* vbi data */
586 struct bttv_buffer *vbi)
598 if (vbi) {
601 vbi->vb.state = VIDEOBUF_ACTIVE;
602 list_del(&vbi->vb.queue);
608 if (vbi->geo.vdelay > vdelay) {
609 vdelay = vbi->geo.vdelay & 0xfe;
610 crop = (crop & 0x3f) | ((vbi->geo.vdelay >> 2) & 0xc0);
618 if (vbi->vbi_count[0] > 0) {
619 top = &vbi->top;
623 if (vbi->vbi_count[1] > 0) {
625 bottom = &vbi->bottom;