Lines Matching refs:em28xx_buffer
445 struct em28xx_buffer *buf) in finish_buffer()
463 struct em28xx_buffer *buf, in em28xx_copy_video()
544 struct em28xx_buffer *buf, in em28xx_copy_vbi()
604 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, in get_next_buf()
607 struct em28xx_buffer *buf; in get_next_buf()
615 buf = list_entry(dma_q->active.next, struct em28xx_buffer, list); in get_next_buf()
627 static struct em28xx_buffer *
629 struct em28xx_buffer *buf, in finish_field_prepare_next()
655 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx()
656 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; in process_frame_data_em28xx()
739 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em25xx()
1178 struct em28xx_buffer *buf; in em28xx_stop_streaming()
1180 buf = list_entry(vidq->active.next, struct em28xx_buffer, list); in em28xx_stop_streaming()
1213 struct em28xx_buffer *buf; in em28xx_stop_vbi_streaming()
1215 buf = list_entry(vbiq->active.next, struct em28xx_buffer, list); in em28xx_stop_vbi_streaming()
1227 struct em28xx_buffer *buf = in buffer_queue()
1228 container_of(vbuf, struct em28xx_buffer, vb); in buffer_queue()
1263 q->buf_struct_size = sizeof(struct em28xx_buffer); in em28xx_vb2_setup()
1277 q->buf_struct_size = sizeof(struct em28xx_buffer); in em28xx_vb2_setup()