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()
660 struct au0828_buffer *buf = container_of(vb, struct au0828_buffer, vb); in buffer_prepare()
677 struct au0828_buffer *buf = container_of(vb, in buffer_queue()
678 struct au0828_buffer, in buffer_queue()
832 struct au0828_buffer *buf; in au0828_stop_streaming()
834 buf = list_entry(vidq->active.next, struct au0828_buffer, list); in au0828_stop_streaming()
860 struct au0828_buffer *buf; in au0828_stop_vbi_streaming()
862 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming()
905 struct au0828_buffer *buf; in au0828_vid_buffer_timeout()
929 struct au0828_buffer *buf; in au0828_vbi_buffer_timeout()
1710 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()
1724 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()