Lines Matching refs:fill_buf
221 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete()
275 pdev->fill_buf = NULL; in pwc_frame_complete()
301 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
302 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
322 if (pdev->fill_buf) { in pwc_isoc_handler()
323 vb2_buffer_done(&pdev->fill_buf->vb.vb2_buf, in pwc_isoc_handler()
325 pdev->fill_buf = NULL; in pwc_isoc_handler()
354 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler()
376 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
377 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
378 if (pdev->fill_buf) { in pwc_isoc_handler()
379 pdev->fill_buf->filled = 0; in pwc_isoc_handler()
411 pdev->fill_buf = NULL; in pwc_isoc_init()
748 if (pdev->fill_buf) in stop_streaming()
749 vb2_buffer_done(&pdev->fill_buf->vb.vb2_buf, in stop_streaming()