Linux Kernel
3.7.1
|
Data Fields | |
void * | vaddr |
unsigned int | size |
unsigned int | pos |
unsigned int | queued:1 |
struct vb2_fileio_buf - buffer context used by file io emulator
vb2 provides a compatibility layer and emulator of file io (read and write) calls on top of streaming API. This structure is used for tracking context related to the buffers.
Definition at line 1787 of file videobuf2-core.c.
unsigned int pos |
Definition at line 1790 of file videobuf2-core.c.
unsigned int queued |
Definition at line 1791 of file videobuf2-core.c.
unsigned int size |
Definition at line 1789 of file videobuf2-core.c.
void* vaddr |
Definition at line 1788 of file videobuf2-core.c.