Linux Kernel
3.7.1
|
#include <linux/io.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <media/videobuf2-core.h>
#include <media/videobuf2-vmalloc.h>
#include <media/videobuf2-memops.h>
Go to the source code of this file.
Data Structures | |
struct | vb2_vmalloc_buf |
Functions | |
EXPORT_SYMBOL_GPL (vb2_vmalloc_memops) | |
MODULE_DESCRIPTION ("vmalloc memory handling routines for videobuf2") | |
MODULE_AUTHOR ("Pawel Osciak <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
Variables | |
struct vb2_mem_ops | vb2_vmalloc_memops |
EXPORT_SYMBOL_GPL | ( | vb2_vmalloc_memops | ) |
MODULE_AUTHOR | ( | "Pawel Osciak <[email protected]>" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
struct vb2_mem_ops vb2_vmalloc_memops |
Definition at line 210 of file videobuf2-vmalloc.c.