Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
unsigned long | phys_base |
struct device * | dev |
struct clk * | iclk |
int | irq |
void __iomem * | io_base |
spinlock_t | lock |
int | err |
struct tasklet_struct | done_task |
unsigned long | flags |
struct crypto_queue | queue |
struct ahash_request * | req |
Definition at line 102 of file atmel-sha.c.
Definition at line 105 of file atmel-sha.c.
struct tasklet_struct done_task |
Definition at line 112 of file atmel-sha.c.
int err |
Definition at line 111 of file atmel-sha.c.
unsigned long flags |
Definition at line 114 of file atmel-sha.c.
Definition at line 106 of file atmel-sha.c.
Definition at line 108 of file atmel-sha.c.
int irq |
Definition at line 107 of file atmel-sha.c.
Definition at line 103 of file atmel-sha.c.
spinlock_t lock |
Definition at line 110 of file atmel-sha.c.
unsigned long phys_base |
Definition at line 104 of file atmel-sha.c.
Definition at line 115 of file atmel-sha.c.
struct ahash_request* req |
Definition at line 116 of file atmel-sha.c.