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

#include <remoteproc.h>

Data Fields

voidva
 
dma_addr_t dma
 
int len
 
u32 da
 
voidpriv
 
struct list_head node
 

Detailed Description

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.

Field Documentation

u32 da

Definition at line 321 of file remoteproc.h.

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.


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