Lines Matching refs:em28xx_buffer
432 struct em28xx_buffer *buf) in finish_buffer()
450 struct em28xx_buffer *buf, in em28xx_copy_video()
531 struct em28xx_buffer *buf, in em28xx_copy_vbi()
591 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, in get_next_buf()
594 struct em28xx_buffer *buf; in get_next_buf()
602 buf = list_entry(dma_q->active.next, struct em28xx_buffer, list); in get_next_buf()
614 static struct em28xx_buffer *
616 struct em28xx_buffer *buf, in finish_field_prepare_next()
642 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em28xx()
643 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; in process_frame_data_em28xx()
720 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; in process_frame_data_em25xx()
1006 struct em28xx_buffer *buf; in em28xx_stop_streaming()
1008 buf = list_entry(vidq->active.next, struct em28xx_buffer, list); in em28xx_stop_streaming()
1038 struct em28xx_buffer *buf; in em28xx_stop_vbi_streaming()
1040 buf = list_entry(vbiq->active.next, struct em28xx_buffer, list); in em28xx_stop_vbi_streaming()
1052 struct em28xx_buffer *buf = in buffer_queue()
1053 container_of(vbuf, struct em28xx_buffer, vb); in buffer_queue()
1088 q->buf_struct_size = sizeof(struct em28xx_buffer); in em28xx_vb2_setup()
1102 q->buf_struct_size = sizeof(struct em28xx_buffer); in em28xx_vb2_setup()