Lines Matching refs:au0828_buffer
288 struct au0828_buffer *buf) in buffer_filled()
311 struct au0828_buffer *buf, in au0828_copy_video()
391 struct au0828_buffer **buf) in get_next_buf()
403 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in get_next_buf()
415 struct au0828_buffer *buf, in au0828_copy_vbi()
466 struct au0828_buffer **buf) in vbi_get_next_buf()
478 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in vbi_get_next_buf()
492 struct au0828_buffer *buf; in au0828_isoc_copy()
493 struct au0828_buffer *vbi_buf; in au0828_isoc_copy()
701 struct au0828_buffer *buf = container_of(vbuf, in buffer_prepare()
702 struct au0828_buffer, vb); in buffer_prepare()
720 struct au0828_buffer *buf = container_of(vbuf, in buffer_queue()
721 struct au0828_buffer, in buffer_queue()
873 struct au0828_buffer *buf; in au0828_stop_streaming()
875 buf = list_entry(vidq->active.next, struct au0828_buffer, list); in au0828_stop_streaming()
903 struct au0828_buffer *buf; in au0828_stop_vbi_streaming()
905 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming()
958 struct au0828_buffer *buf; in au0828_vid_buffer_timeout()
982 struct au0828_buffer *buf; in au0828_vbi_buffer_timeout()
1815 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()
1829 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()