Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/pwc/
Dpwc-if.c193 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete()
247 pdev->fill_buf = NULL; in pwc_frame_complete()
270 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
271 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
291 if (pdev->fill_buf) { in pwc_isoc_handler()
292 vb2_buffer_done(&pdev->fill_buf->vb.vb2_buf, in pwc_isoc_handler()
294 pdev->fill_buf = NULL; in pwc_isoc_handler()
318 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 …]
Dpwc.h269 struct pwc_frame_buf *fill_buf; member
/Linux-v4.19/lib/
Dtest_hash.c48 fill_buf(char *buf, size_t len, u32 seed) in fill_buf() function
151 fill_buf(buf, SIZE, 1); in test_hash_init()