Searched refs:vb2_plane_cookie (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/media/
H A Dvideobuf2-dma-contig.h22 dma_addr_t *addr = vb2_plane_cookie(vb, plane_no); vb2_dma_contig_plane_dma_addr()
H A Dvideobuf2-dma-sg.h21 return (struct sg_table *)vb2_plane_cookie(vb, plane_no); vb2_dma_sg_plane_desc()
H A Dvideobuf2-core.h501 void *vb2_plane_cookie(struct vb2_buffer *vb, unsigned int plane_no);
/linux-4.4.14/drivers/media/v4l2-core/
H A Dvideobuf2-core.c805 * vb2_plane_cookie() - Return allocator specific cookie for the given plane
815 void *vb2_plane_cookie(struct vb2_buffer *vb, unsigned int plane_no) vb2_plane_cookie() function
822 EXPORT_SYMBOL_GPL(vb2_plane_cookie); variable

Completed in 125 milliseconds