Searched refs:fill_buf (Results 1 – 2 of 2) sorted by relevance
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, 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()[all …]
267 struct pwc_frame_buf *fill_buf; member