Linux Kernel
3.7.1
|
#include <media/videobuf-core.h>
Go to the source code of this file.
Data Structures | |
struct | videobuf_vmalloc_memory |
Functions | |
void | videobuf_queue_vmalloc_init (struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv, struct mutex *ext_lock) |
void * | videobuf_to_vmalloc (struct videobuf_buffer *buf) |
void | videobuf_vmalloc_free (struct videobuf_buffer *buf) |
void videobuf_queue_vmalloc_init | ( | struct videobuf_queue * | q, |
const struct videobuf_queue_ops * | ops, | ||
struct device * | dev, | ||
spinlock_t * | irqlock, | ||
enum v4l2_buf_type | type, | ||
enum v4l2_field | field, | ||
unsigned int | msize, | ||
void * | priv, | ||
struct mutex * | ext_lock | ||
) |
Definition at line 300 of file videobuf-vmalloc.c.
void* videobuf_to_vmalloc | ( | struct videobuf_buffer * | buf | ) |
Definition at line 315 of file videobuf-vmalloc.c.
void videobuf_vmalloc_free | ( | struct videobuf_buffer * | buf | ) |
Definition at line 325 of file videobuf-vmalloc.c.