Searched refs:bttv_buffer (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 143 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 D | bttv-vbi.c | 80 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 D | bttv-driver.c | 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() 2676 struct bttv_buffer, list); in bttv_irq_next_video() 2805 struct bttv_buffer *ovbi; in bttv_irq_timeout() 2806 struct bttv_buffer *item; in bttv_irq_timeout() 2928 struct bttv_buffer *new = NULL; in bttv_irq_switch_vbi() [all …]
|
H A D | bttv-risc.c | 507 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()
|