Searched refs:pwc_frame_buf (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/media/usb/pwc/ |
D | pwc-if.c | 187 static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev) in pwc_get_next_fill_buf() 190 struct pwc_frame_buf *buf = NULL; in pwc_get_next_fill_buf() 196 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list); in pwc_get_next_fill_buf() 221 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_frame_complete() 354 struct pwc_frame_buf *fbuf = pdev->fill_buf; in pwc_isoc_handler() 561 struct pwc_frame_buf *buf; in pwc_cleanup_queued_bufs() 563 buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, in pwc_cleanup_queued_bufs() 641 struct pwc_frame_buf *buf = in buffer_init() 642 container_of(vbuf, struct pwc_frame_buf, vb); in buffer_init() 667 struct pwc_frame_buf *buf = in buffer_finish() [all …]
|
D | pwc.h | 200 struct pwc_frame_buf struct 257 struct pwc_frame_buf *fill_buf; 381 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf);
|
D | pwc-uncompress.c | 21 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) in pwc_decompress()
|
/Linux-v6.1/include/trace/events/ |
D | pwc.h | 16 __field(struct pwc_frame_buf*, fbuf) 45 __field(struct pwc_frame_buf*, fbuf)
|