pwc_frame_buf
pdev->vb_queue.buf_struct_size = sizeof(struct pwc_frame_buf);
static struct pwc_frame_buf *pwc_get_next_fill_buf(struct pwc_device *pdev)
struct pwc_frame_buf *buf = NULL;
buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf, list);
struct pwc_frame_buf *fbuf = pdev->fill_buf;
struct pwc_frame_buf *fbuf = pdev->fill_buf;
struct pwc_frame_buf *buf;
buf = list_entry(pdev->queued_bufs.next, struct pwc_frame_buf,
struct pwc_frame_buf *buf =
container_of(vbuf, struct pwc_frame_buf, vb);
struct pwc_frame_buf *buf =
container_of(vbuf, struct pwc_frame_buf, vb);
struct pwc_frame_buf *buf =
container_of(vbuf, struct pwc_frame_buf, vb);
struct pwc_frame_buf *buf =
container_of(vbuf, struct pwc_frame_buf, vb);
int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf)
struct pwc_frame_buf *fill_buf;
int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf);
__field(struct pwc_frame_buf*, fbuf)
__field(struct pwc_frame_buf*, fbuf)