Home
last modified time | relevance | path

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

/Linux-v5.4/include/trace/events/
Dpwc.h24 __entry->fbuf = pdev->fill_buf;
27 __entry->fbuf__filled = (pdev->fill_buf
28 ? pdev->fill_buf->filled : 0);
51 __entry->fbuf = pdev->fill_buf;
52 __entry->fbuf__filled = pdev->fill_buf->filled;
/Linux-v5.4/drivers/media/usb/pwc/
Dpwc-if.c210 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete()
264 pdev->fill_buf = NULL; in pwc_frame_complete()
289 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
290 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
310 if (pdev->fill_buf) { in pwc_isoc_handler()
311 vb2_buffer_done(&pdev->fill_buf->vb.vb2_buf, in pwc_isoc_handler()
313 pdev->fill_buf = NULL; in pwc_isoc_handler()
342 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler()
364 if (pdev->fill_buf == NULL) in pwc_isoc_handler()
365 pdev->fill_buf = pwc_get_next_fill_buf(pdev); in pwc_isoc_handler()
[all …]
Dpwc.h257 struct pwc_frame_buf *fill_buf; member
/Linux-v5.4/lib/
Dtest_hash.c49 fill_buf(char *buf, size_t len, u32 seed) in fill_buf() function
152 fill_buf(buf, SIZE, 1); in test_hash_init()