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()
1541 struct bttv_buffer *buf; in start_streaming()
1550 struct bttv_buffer, list); in start_streaming()
2660 struct bttv_buffer *item; in bttv_irq_next_video()
2667 item = list_entry(btv->capture.next, struct bttv_buffer, list); in bttv_irq_next_video()
2678 struct bttv_buffer, list); in bttv_irq_next_video()
2770 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, in bttv_irq_wakeup_vbi()
2786 struct bttv_buffer *ovbi; in bttv_irq_timeout()
2787 struct bttv_buffer *item; in bttv_irq_timeout()
2820 item = list_entry(btv->capture.next, struct bttv_buffer, list); in bttv_irq_timeout()
2827 item = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_timeout()
2841 struct bttv_buffer *wakeup = btv->curr.top; in bttv_irq_wakeup_top()
2909 struct bttv_buffer *new = NULL; in bttv_irq_switch_vbi()
2910 struct bttv_buffer *old; in bttv_irq_switch_vbi()
2916 new = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_switch_vbi()
3095 q->buf_struct_size = sizeof(struct bttv_buffer); in vdev_init()