Searched refs:em28xx_buffer (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/usb/em28xx/
H A Dem28xx-vbi.c64 struct em28xx_buffer *buf = container_of(vb, struct em28xx_buffer, vb); vbi_buffer_prepare()
83 struct em28xx_buffer *buf = container_of(vb, struct em28xx_buffer, vb); vbi_buffer_queue()
H A Dem28xx-video.c432 struct em28xx_buffer *buf) finish_buffer()
450 struct em28xx_buffer *buf, em28xx_copy_video()
531 struct em28xx_buffer *buf, em28xx_copy_vbi()
591 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, get_next_buf()
594 struct em28xx_buffer *buf; get_next_buf()
602 buf = list_entry(dma_q->active.next, struct em28xx_buffer, list); get_next_buf()
614 static struct em28xx_buffer * finish_field_prepare_next()
616 struct em28xx_buffer *buf, finish_field_prepare_next()
642 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; process_frame_data_em28xx()
643 struct em28xx_buffer *vbi_buf = dev->usb_ctl.vbi_buf; process_frame_data_em28xx()
720 struct em28xx_buffer *buf = dev->usb_ctl.vid_buf; process_frame_data_em25xx()
906 struct em28xx_buffer *buf = container_of(vb, struct em28xx_buffer, vb); buffer_prepare()
1003 struct em28xx_buffer *buf; em28xx_stop_streaming()
1005 buf = list_entry(vidq->active.next, struct em28xx_buffer, list); em28xx_stop_streaming()
1034 struct em28xx_buffer *buf; em28xx_stop_vbi_streaming()
1036 buf = list_entry(vbiq->active.next, struct em28xx_buffer, list); em28xx_stop_vbi_streaming()
1047 struct em28xx_buffer *buf = container_of(vb, struct em28xx_buffer, vb); buffer_queue()
1082 q->buf_struct_size = sizeof(struct em28xx_buffer); em28xx_vb2_setup()
1096 q->buf_struct_size = sizeof(struct em28xx_buffer); em28xx_vb2_setup()
H A Dem28xx.h248 struct em28xx_buffer *vid_buf;
249 struct em28xx_buffer *vbi_buf;
265 struct em28xx_buffer { struct

Completed in 62 milliseconds