Searched refs:em28xx_buffer (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-vbi.c | 78 struct em28xx_buffer *buf = in vbi_buffer_queue() 79 container_of(vbuf, struct em28xx_buffer, vb); in vbi_buffer_queue()
|
H A D | em28xx-video.c | 438 struct em28xx_buffer *buf) in finish_buffer() 456 struct em28xx_buffer *buf, in em28xx_copy_video() 537 struct em28xx_buffer *buf, in em28xx_copy_vbi() 597 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, in get_next_buf() 600 struct em28xx_buffer *buf; in get_next_buf() 608 buf = list_entry(dma_q->active.next, struct em28xx_buffer, list); in get_next_buf() 620 static struct em28xx_buffer * 622 struct em28xx_buffer *buf, in finish_field_prepare_next() 648 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx() 649 struct em28xx_buffer *vbi_bu in process_frame_data_em28xx() [all...] |
H A D | em28xx.h | 249 struct em28xx_buffer *vid_buf; 250 struct em28xx_buffer *vbi_buf; 268 * struct em28xx_buffer- buffer for storing one video frame 283 struct em28xx_buffer { struct
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-vbi.c | 68 struct em28xx_buffer *buf = in vbi_buffer_queue() 69 container_of(vbuf, struct em28xx_buffer, vb); in vbi_buffer_queue()
|
H A D | em28xx-video.c | 428 struct em28xx_buffer *buf) in finish_buffer() 446 struct em28xx_buffer *buf, in em28xx_copy_video() 527 struct em28xx_buffer *buf, in em28xx_copy_vbi() 587 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, in get_next_buf() 590 struct em28xx_buffer *buf; in get_next_buf() 598 buf = list_entry(dma_q->active.next, struct em28xx_buffer, list); in get_next_buf() 610 static struct em28xx_buffer * 612 struct em28xx_buffer *buf, in finish_field_prepare_next() 638 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx() 639 struct em28xx_buffer *vbi_bu in process_frame_data_em28xx() [all...] |
H A D | em28xx.h | 240 struct em28xx_buffer *vid_buf; 241 struct em28xx_buffer *vbi_buf; 259 * struct em28xx_buffer- buffer for storing one video frame 274 struct em28xx_buffer { struct
|
Completed in 9 milliseconds