VB2_MAX_PLANES
unsigned plane_sizes[VB2_MAX_PLANES] = { };
struct vb2_plane planes[VB2_MAX_PLANES];
struct vb2_plane planes[VB2_MAX_PLANES];
const unsigned int plane_sizes[VB2_MAX_PLANES],
unsigned plane_sizes[VB2_MAX_PLANES] = { };
if (b->length < vb->num_planes || b->length > VB2_MAX_PLANES) {
struct dma_buf_attachment *a[VB2_MAX_PLANES];
dma_addr_t dma_base[VB2_MAX_PLANES];
dma_addr_t dma_addr[VB2_MAX_PLANES];
struct iova *iova[VB2_MAX_PLANES];
struct vb2_plane planes[VB2_MAX_PLANES];
struct device *alloc_devs[VB2_MAX_PLANES];
#if VB2_MAX_PLANES != VIDEO_MAX_PLANES
struct vb2_plane planes[VB2_MAX_PLANES];