Home
last modified time | relevance | path

Searched refs:bttv_buffer (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/pci/bt8xx/
H A Dbttvp.h143 struct bttv_buffer { struct
157 struct bttv_buffer *top; /* top field buffer */ argument
158 struct bttv_buffer *bottom; /* bottom field buffer */
210 int bttv_buffer_risc(struct bttv *btv, struct bttv_buffer *buf);
213 int bttv_buffer_risc_vbi(struct bttv *btv, struct bttv_buffer *buf);
215 struct bttv_buffer *vbi);
305 struct bttv_buffer *vbi;
417 struct bttv_buffer *cvbi; /* active vbi buffer */
H A Dbttv-vbi.c80 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_queue_vbi()
101 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_prepare_vbi()
116 struct bttv_buffer *buf = container_of(vbuf, struct bttv_buffer, vbuf); in buf_cleanup_vbi()
127 struct bttv_buffer *buf; in start_streaming_vbi()
136 struct bttv_buffer, list); in start_streaming_vbi()
H A Dbttv-driver.c1485 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()
[all …]
H A Dbttv-risc.c507 int bttv_buffer_risc_vbi(struct bttv *btv, struct bttv_buffer *buf) in bttv_buffer_risc_vbi()
555 struct bttv_buffer *vbi) in bttv_buffer_activate_vbi()
660 bttv_buffer_risc(struct bttv *btv, struct bttv_buffer *buf) in bttv_buffer_risc()