Lines Matching refs:bttv_buffer

1499 		    struct bttv_buffer *new)  in bttv_switch_overlay()
1501 struct bttv_buffer *old; in bttv_switch_overlay()
1529 struct bttv_buffer *buf, in bttv_prepare_buffer()
1645 struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); in buffer_prepare()
1655 struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); in buffer_queue()
1669 struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); in buffer_release()
2182 struct bttv_buffer *new; in setup_window_lock()
2529 struct bttv_buffer *new; in bttv_overlay()
2621 struct bttv_buffer *new; in bttv_s_fbuf()
2895 struct bttv_buffer *buf; in bttv_poll()
2918 buf = list_entry(fh->cap.stream.next,struct bttv_buffer,vb.stream); in bttv_poll()
2938 buf = (struct bttv_buffer*)fh->cap.read_buf; in bttv_poll()
2986 sizeof(struct bttv_buffer), in bttv_open()
2992 sizeof(struct bttv_buffer), in bttv_open()
3456 struct bttv_buffer *item; in bttv_irq_next_video()
3463 item = list_entry(btv->capture.next, struct bttv_buffer, vb.queue); in bttv_irq_next_video()
3472 item = list_entry(item->vb.queue.next, struct bttv_buffer, vb.queue); in bttv_irq_next_video()
3575 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, in bttv_irq_wakeup_vbi()
3591 struct bttv_buffer *ovbi; in bttv_irq_timeout()
3592 struct bttv_buffer *item; in bttv_irq_timeout()
3622 item = list_entry(btv->capture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3628 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3641 struct bttv_buffer *wakeup = btv->curr.top; in bttv_irq_wakeup_top()
3709 struct bttv_buffer *new = NULL; in bttv_irq_switch_vbi()
3710 struct bttv_buffer *old; in bttv_irq_switch_vbi()
3716 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_switch_vbi()