|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/slab.h>#include <linux/dma-mapping.h>#include <media/videobuf2-core.h>#include <media/videobuf2-dma-contig.h>#include <media/videobuf2-memops.h>Go to the source code of this file.
Data Structures | |
| struct | vb2_dc_conf |
| struct | vb2_dc_buf |
Functions | |
| EXPORT_SYMBOL_GPL (vb2_dma_contig_memops) | |
| void * | vb2_dma_contig_init_ctx (struct device *dev) |
| EXPORT_SYMBOL_GPL (vb2_dma_contig_init_ctx) | |
| void | vb2_dma_contig_cleanup_ctx (void *alloc_ctx) |
| EXPORT_SYMBOL_GPL (vb2_dma_contig_cleanup_ctx) | |
| MODULE_DESCRIPTION ("DMA-contig memory handling routines for videobuf2") | |
| MODULE_AUTHOR ("Pawel Osciak <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| struct vb2_mem_ops | vb2_dma_contig_memops |
| EXPORT_SYMBOL_GPL | ( | vb2_dma_contig_memops | ) |
| EXPORT_SYMBOL_GPL | ( | vb2_dma_contig_init_ctx | ) |
| EXPORT_SYMBOL_GPL | ( | vb2_dma_contig_cleanup_ctx | ) |
| MODULE_AUTHOR | ( | "Pawel Osciak <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
Definition at line 178 of file videobuf2-dma-contig.c.
Definition at line 164 of file videobuf2-dma-contig.c.
| struct vb2_mem_ops vb2_dma_contig_memops |
Definition at line 152 of file videobuf2-dma-contig.c.
1.8.2