Linux Kernel
3.7.1
|
#include <s5p_mfc_common.h>
Data Fields | |
void * | alloc |
unsigned long | ofs |
void * | virt |
dma_addr_t | dma |
size_t | size |
struct s5p_mfc_priv_buf - represents internal used buffer : allocation-specific context for each buffer (videobuf2 allocator) : offset of each buffer, will be used for MFC : kernel virtual address, only valid when the buffer accessed by driver : DMA address, only valid when kernel DMA API used : size of the buffer
Definition at line 247 of file s5p_mfc_common.h.
void* alloc |
Definition at line 248 of file s5p_mfc_common.h.
dma_addr_t dma |
Definition at line 251 of file s5p_mfc_common.h.
unsigned long ofs |
Definition at line 249 of file s5p_mfc_common.h.
size_t size |
Definition at line 252 of file s5p_mfc_common.h.
void* virt |
Definition at line 250 of file s5p_mfc_common.h.