Lines Matching refs:au0828_buffer
302 struct au0828_buffer *buf) in buffer_filled()
325 struct au0828_buffer *buf, in au0828_copy_video()
405 struct au0828_buffer **buf) in get_next_buf()
417 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in get_next_buf()
429 struct au0828_buffer *buf, in au0828_copy_vbi()
480 struct au0828_buffer **buf) in vbi_get_next_buf()
492 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in vbi_get_next_buf()
506 struct au0828_buffer *buf; in au0828_isoc_copy()
507 struct au0828_buffer *vbi_buf; in au0828_isoc_copy()
663 struct au0828_buffer *buf = container_of(vbuf, in buffer_prepare()
664 struct au0828_buffer, vb); in buffer_prepare()
682 struct au0828_buffer *buf = container_of(vbuf, in buffer_queue()
683 struct au0828_buffer, in buffer_queue()
838 struct au0828_buffer *buf; in au0828_stop_streaming()
840 buf = list_entry(vidq->active.next, struct au0828_buffer, list); in au0828_stop_streaming()
866 struct au0828_buffer *buf; in au0828_stop_vbi_streaming()
868 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming()
911 struct au0828_buffer *buf; in au0828_vid_buffer_timeout()
935 struct au0828_buffer *buf; in au0828_vbi_buffer_timeout()
1716 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()
1730 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()