Linux Kernel
3.7.1
|
#include <remoteproc.h>
Data Fields | |
void * | va |
dma_addr_t | dma |
int | len |
u32 | da |
void * | priv |
struct list_head | node |
struct rproc_mem_entry - memory entry descriptor : virtual address : dma address : length, in bytes : device address : associated data : list node
Definition at line 317 of file remoteproc.h.
u32 da |
Definition at line 321 of file remoteproc.h.
dma_addr_t dma |
Definition at line 319 of file remoteproc.h.
int len |
Definition at line 320 of file remoteproc.h.
Definition at line 323 of file remoteproc.h.
Definition at line 322 of file remoteproc.h.
void* va |
Definition at line 318 of file remoteproc.h.