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

Data Fields

struct list_head list
 
unsigned long phys_base
 
void __iomemio_base
 
struct clkiclk
 
struct omap_aes_ctxctx
 
struct devicedev
 
unsigned long flags
 
int err
 
spinlock_t lock
 
struct crypto_queue queue
 
struct tasklet_struct done_task
 
struct tasklet_struct queue_task
 
struct ablkcipher_requestreq
 
size_t total
 
struct scatterlistin_sg
 
size_t in_offset
 
struct scatterlistout_sg
 
size_t out_offset
 
size_t buflen
 
voidbuf_in
 
size_t dma_size
 
int dma_in
 
int dma_lch_in
 
dma_addr_t dma_addr_in
 
voidbuf_out
 
int dma_out
 
int dma_lch_out
 
dma_addr_t dma_addr_out
 

Detailed Description

Definition at line 96 of file omap-aes.c.

Field Documentation

void* buf_in

Definition at line 120 of file omap-aes.c.

void* buf_out

Definition at line 125 of file omap-aes.c.

size_t buflen

Definition at line 119 of file omap-aes.c.

Definition at line 101 of file omap-aes.c.

struct device* dev

Definition at line 102 of file omap-aes.c.

dma_addr_t dma_addr_in

Definition at line 124 of file omap-aes.c.

dma_addr_t dma_addr_out

Definition at line 128 of file omap-aes.c.

int dma_in

Definition at line 122 of file omap-aes.c.

int dma_lch_in

Definition at line 123 of file omap-aes.c.

int dma_lch_out

Definition at line 127 of file omap-aes.c.

int dma_out

Definition at line 126 of file omap-aes.c.

size_t dma_size

Definition at line 121 of file omap-aes.c.

Definition at line 109 of file omap-aes.c.

int err

Definition at line 104 of file omap-aes.c.

unsigned long flags

Definition at line 103 of file omap-aes.c.

struct clk* iclk

Definition at line 100 of file omap-aes.c.

size_t in_offset

Definition at line 115 of file omap-aes.c.

Definition at line 114 of file omap-aes.c.

void __iomem* io_base

Definition at line 99 of file omap-aes.c.

Definition at line 97 of file omap-aes.c.

spinlock_t lock

Definition at line 106 of file omap-aes.c.

size_t out_offset

Definition at line 117 of file omap-aes.c.

Definition at line 116 of file omap-aes.c.

unsigned long phys_base

Definition at line 98 of file omap-aes.c.

Definition at line 107 of file omap-aes.c.

struct tasklet_struct queue_task

Definition at line 110 of file omap-aes.c.

Definition at line 112 of file omap-aes.c.

size_t total

Definition at line 113 of file omap-aes.c.


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