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

Data Fields

struct list_head list
 
unsigned long phys_base
 
void __iomemio_base
 
struct atmel_tdes_ctxctx
 
struct devicedev
 
struct clkiclk
 
int irq
 
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
 
size_t dma_size
 
voidbuf_in
 
int dma_in
 
dma_addr_t dma_addr_in
 
voidbuf_out
 
int dma_out
 
dma_addr_t dma_addr_out
 

Detailed Description

Definition at line 79 of file atmel-tdes.c.

Field Documentation

void* buf_in

Definition at line 109 of file atmel-tdes.c.

void* buf_out

Definition at line 113 of file atmel-tdes.c.

size_t buflen

Definition at line 106 of file atmel-tdes.c.

Definition at line 84 of file atmel-tdes.c.

struct device* dev

Definition at line 85 of file atmel-tdes.c.

dma_addr_t dma_addr_in

Definition at line 111 of file atmel-tdes.c.

dma_addr_t dma_addr_out

Definition at line 115 of file atmel-tdes.c.

int dma_in

Definition at line 110 of file atmel-tdes.c.

int dma_out

Definition at line 114 of file atmel-tdes.c.

size_t dma_size

Definition at line 107 of file atmel-tdes.c.

Definition at line 95 of file atmel-tdes.c.

int err

Definition at line 90 of file atmel-tdes.c.

unsigned long flags

Definition at line 89 of file atmel-tdes.c.

struct clk* iclk

Definition at line 86 of file atmel-tdes.c.

size_t in_offset

Definition at line 102 of file atmel-tdes.c.

Definition at line 101 of file atmel-tdes.c.

void __iomem* io_base

Definition at line 82 of file atmel-tdes.c.

int irq

Definition at line 87 of file atmel-tdes.c.

Definition at line 80 of file atmel-tdes.c.

spinlock_t lock

Definition at line 92 of file atmel-tdes.c.

size_t out_offset

Definition at line 104 of file atmel-tdes.c.

Definition at line 103 of file atmel-tdes.c.

unsigned long phys_base

Definition at line 81 of file atmel-tdes.c.

Definition at line 93 of file atmel-tdes.c.

struct tasklet_struct queue_task

Definition at line 96 of file atmel-tdes.c.

Definition at line 98 of file atmel-tdes.c.

size_t total

Definition at line 99 of file atmel-tdes.c.


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