Lines Matching defs:pxa_buffer
669 struct pxa_buffer { struct
671 struct vb2_v4l2_buffer vbuf;
672 struct list_head queue;
673 u32 code;
674 int nb_planes;
676 struct dma_async_tx_descriptor *descs[3];
677 dma_cookie_t cookie[3];
678 struct scatterlist *sg[3];
679 int sg_len[3];
680 size_t plane_sizes[3];
681 int inwork;
682 enum pxa_camera_active_dma active_dma;