Lines Matching defs:pxa_buffer
633 struct pxa_buffer { struct
635 struct vb2_v4l2_buffer vbuf;
636 struct list_head queue;
637 u32 code;
638 int nb_planes;
640 struct dma_async_tx_descriptor *descs[3];
641 dma_cookie_t cookie[3];
642 struct scatterlist *sg[3];
643 int sg_len[3];
644 size_t plane_sizes[3];
645 int inwork;
646 enum pxa_camera_active_dma active_dma;