Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dpwc.h16 __field(struct pwc_frame_buf*, fbuf)
45 __field(struct pwc_frame_buf*, fbuf)
/linux/drivers/media/usb/pwc/
H A Dpwc.h200 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);
H A Dpwc-uncompress.c21 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) in pwc_decompress()