Lines Matching refs:bttv_buffer
1485 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_queue()
1505 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_prepare()
1531 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_cleanup()
1540 struct bttv_buffer *buf; in start_streaming()
1548 struct bttv_buffer, list); in start_streaming()
2658 struct bttv_buffer *item; in bttv_irq_next_video()
2665 item = list_entry(btv->capture.next, struct bttv_buffer, list); in bttv_irq_next_video()
2676 struct bttv_buffer, list); in bttv_irq_next_video()
2768 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, in bttv_irq_wakeup_vbi()
2805 struct bttv_buffer *ovbi; in bttv_irq_timeout()
2806 struct bttv_buffer *item; in bttv_irq_timeout()
2839 item = list_entry(btv->capture.next, struct bttv_buffer, list); in bttv_irq_timeout()
2846 item = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_timeout()
2860 struct bttv_buffer *wakeup = btv->curr.top; in bttv_irq_wakeup_top()
2928 struct bttv_buffer *new = NULL; in bttv_irq_switch_vbi()
2929 struct bttv_buffer *old; in bttv_irq_switch_vbi()
2935 new = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_switch_vbi()
3114 q->buf_struct_size = sizeof(struct bttv_buffer); in vdev_init()