Searched refs:VB2_MAX_PLANES (Results 1 – 4 of 4) sorted by relevance
22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
22 #define VB2_MAX_PLANES (8) macro261 struct vb2_plane planes[VB2_MAX_PLANES];533 struct device *alloc_devs[VB2_MAX_PLANES];
331 const unsigned plane_sizes[VB2_MAX_PLANES]) in __vb2_queue_alloc() argument663 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_reqbufs()791 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_create_bufs()985 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_userptr()1101 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_dmabuf()
67 if (b->length < vb->num_planes || b->length > VB2_MAX_PLANES) { in __verify_planes_array()