Lines Matching refs:au0828_buffer
287 struct au0828_buffer *buf) in buffer_filled()
310 struct au0828_buffer *buf, in au0828_copy_video()
390 struct au0828_buffer **buf) in get_next_buf()
402 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in get_next_buf()
414 struct au0828_buffer *buf, in au0828_copy_vbi()
465 struct au0828_buffer **buf) in vbi_get_next_buf()
477 *buf = list_entry(dma_q->active.next, struct au0828_buffer, list); in vbi_get_next_buf()
491 struct au0828_buffer *buf; in au0828_isoc_copy()
492 struct au0828_buffer *vbi_buf; in au0828_isoc_copy()
700 struct au0828_buffer *buf = container_of(vbuf, in buffer_prepare()
701 struct au0828_buffer, vb); in buffer_prepare()
719 struct au0828_buffer *buf = container_of(vbuf, in buffer_queue()
720 struct au0828_buffer, in buffer_queue()
872 struct au0828_buffer *buf; in au0828_stop_streaming()
874 buf = list_entry(vidq->active.next, struct au0828_buffer, list); in au0828_stop_streaming()
902 struct au0828_buffer *buf; in au0828_stop_vbi_streaming()
904 buf = list_entry(vbiq->active.next, struct au0828_buffer, list); in au0828_stop_vbi_streaming()
957 struct au0828_buffer *buf; in au0828_vid_buffer_timeout()
981 struct au0828_buffer *buf; in au0828_vbi_buffer_timeout()
1814 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()
1828 q->buf_struct_size = sizeof(struct au0828_buffer); in au0828_vb2_setup()