Lines Matching refs:bttv_buffer
1530 struct bttv_buffer *new) in bttv_switch_overlay()
1532 struct bttv_buffer *old; in bttv_switch_overlay()
1560 struct bttv_buffer *buf, in bttv_prepare_buffer()
1676 struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); in buffer_prepare()
1686 struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); in buffer_queue()
1700 struct bttv_buffer *buf = container_of(vb,struct bttv_buffer,vb); in buffer_release()
2235 struct bttv_buffer *new; in setup_window_lock()
2607 struct bttv_buffer *new; in bttv_overlay()
2698 struct bttv_buffer *new; in bttv_s_fbuf()
2955 struct bttv_buffer *buf; in bttv_poll()
2978 buf = list_entry(fh->cap.stream.next,struct bttv_buffer,vb.stream); in bttv_poll()
2998 buf = (struct bttv_buffer*)fh->cap.read_buf; in bttv_poll()
3046 sizeof(struct bttv_buffer), in bttv_open()
3052 sizeof(struct bttv_buffer), in bttv_open()
3517 struct bttv_buffer *item; in bttv_irq_next_video()
3524 item = list_entry(btv->capture.next, struct bttv_buffer, vb.queue); in bttv_irq_next_video()
3533 item = list_entry(item->vb.queue.next, struct bttv_buffer, vb.queue); in bttv_irq_next_video()
3638 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, in bttv_irq_wakeup_vbi()
3657 struct bttv_buffer *ovbi; in bttv_irq_timeout()
3658 struct bttv_buffer *item; in bttv_irq_timeout()
3688 item = list_entry(btv->capture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3694 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3707 struct bttv_buffer *wakeup = btv->curr.top; in bttv_irq_wakeup_top()
3775 struct bttv_buffer *new = NULL; in bttv_irq_switch_vbi()
3776 struct bttv_buffer *old; in bttv_irq_switch_vbi()
3782 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_switch_vbi()