• Home
  • Raw
  • Download

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()
2233 struct bttv_buffer *new; in setup_window_lock()
2603 struct bttv_buffer *new; in bttv_overlay()
2694 struct bttv_buffer *new; in bttv_s_fbuf()
2951 struct bttv_buffer *buf; in bttv_poll()
2974 buf = list_entry(fh->cap.stream.next,struct bttv_buffer,vb.stream); in bttv_poll()
2994 buf = (struct bttv_buffer*)fh->cap.read_buf; in bttv_poll()
3042 sizeof(struct bttv_buffer), in bttv_open()
3048 sizeof(struct bttv_buffer), in bttv_open()
3484 struct bttv_buffer *item; in bttv_irq_next_video()
3491 item = list_entry(btv->capture.next, struct bttv_buffer, vb.queue); in bttv_irq_next_video()
3500 item = list_entry(item->vb.queue.next, struct bttv_buffer, vb.queue); in bttv_irq_next_video()
3605 bttv_irq_wakeup_vbi(struct bttv *btv, struct bttv_buffer *wakeup, in bttv_irq_wakeup_vbi()
3624 struct bttv_buffer *ovbi; in bttv_irq_timeout()
3625 struct bttv_buffer *item; in bttv_irq_timeout()
3655 item = list_entry(btv->capture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3661 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3674 struct bttv_buffer *wakeup = btv->curr.top; in bttv_irq_wakeup_top()
3742 struct bttv_buffer *new = NULL; in bttv_irq_switch_vbi()
3743 struct bttv_buffer *old; in bttv_irq_switch_vbi()
3749 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_switch_vbi()