Lines Matching refs:fill_buf
193 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete()
247 pdev->fill_buf = NULL; in pwc_frame_complete()
269 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
270 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
290 if (pdev->fill_buf) { in pwc_isoc_handler()
291 vb2_buffer_done(&pdev->fill_buf->vb.vb2_buf, in pwc_isoc_handler()
293 pdev->fill_buf = NULL; in pwc_isoc_handler()
317 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler()
340 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
341 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
342 if (pdev->fill_buf) { in pwc_isoc_handler()
343 pdev->fill_buf->filled = 0; in pwc_isoc_handler()
368 pdev->fill_buf = NULL; in pwc_isoc_init()
706 if (pdev->fill_buf) in stop_streaming()
707 vb2_buffer_done(&pdev->fill_buf->vb.vb2_buf, in stop_streaming()