Lines Matching refs:au0828_buffer
297 struct au0828_buffer *buf) in buffer_filled()
320 struct au0828_buffer *buf, in au0828_copy_video()
400 struct au0828_buffer **buf) in get_next_buf()
412 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in get_next_buf()
424 struct au0828_buffer *buf, in au0828_copy_vbi()
475 struct au0828_buffer **buf) in vbi_get_next_buf()
487 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in vbi_get_next_buf()
501 struct au0828_buffer *buf; in au0828_isoc_copy()
502 struct au0828_buffer *vbi_buf; in au0828_isoc_copy()
710 struct au0828_buffer *buf = container_of(vbuf, in buffer_prepare()
711 struct au0828_buffer, vb); in buffer_prepare()
729 struct au0828_buffer *buf = container_of(vbuf, in buffer_queue()
730 struct au0828_buffer, in buffer_queue()
878 struct au0828_buffer *buf; in au0828_stop_streaming()
880 buf = list_entry(vidq->active.next, struct au0828_buffer, list); in au0828_stop_streaming()
906 struct au0828_buffer *buf; in au0828_stop_vbi_streaming()
908 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming()
961 struct au0828_buffer *buf; in au0828_vid_buffer_timeout()
985 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()