Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
s5p_mfc_priv_buf Struct Reference

#include <s5p_mfc_common.h>

Data Fields

voidalloc
 
unsigned long ofs
 
voidvirt
 
dma_addr_t dma
 
size_t size
 

Detailed Description

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.

Field Documentation

void* alloc

Definition at line 248 of file s5p_mfc_common.h.

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.


The documentation for this struct was generated from the following file: