Home
last modified time | relevance | path

Searched refs:fill_buf (Results 1 – 2 of 2) sorted by relevance

/drivers/media/usb/pwc/
A Dpwc-if.c220 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete()
274 pdev->fill_buf = NULL; in pwc_frame_complete()
300 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
301 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
321 if (pdev->fill_buf) { in pwc_isoc_handler()
324 pdev->fill_buf = NULL; in pwc_isoc_handler()
375 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
377 if (pdev->fill_buf) { in pwc_isoc_handler()
378 pdev->fill_buf->filled = 0; in pwc_isoc_handler()
410 pdev->fill_buf = NULL; in pwc_isoc_init()
[all …]
A Dpwc.h257 struct pwc_frame_buf *fill_buf; member

Completed in 7 milliseconds