Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
unsigned long | phys_base |
struct device * | dev |
void __iomem * | io_base |
int | irq |
struct clk * | iclk |
spinlock_t | lock |
int | err |
int | dma |
int | dma_lch |
struct tasklet_struct | done_task |
unsigned long | flags |
struct crypto_queue | queue |
struct ahash_request * | req |
Definition at line 138 of file omap-sham.c.
Definition at line 141 of file omap-sham.c.
int dma |
Definition at line 147 of file omap-sham.c.
int dma_lch |
Definition at line 148 of file omap-sham.c.
struct tasklet_struct done_task |
Definition at line 149 of file omap-sham.c.
int err |
Definition at line 146 of file omap-sham.c.
unsigned long flags |
Definition at line 151 of file omap-sham.c.
Definition at line 144 of file omap-sham.c.
Definition at line 142 of file omap-sham.c.
int irq |
Definition at line 143 of file omap-sham.c.
Definition at line 139 of file omap-sham.c.
spinlock_t lock |
Definition at line 145 of file omap-sham.c.
unsigned long phys_base |
Definition at line 140 of file omap-sham.c.
Definition at line 152 of file omap-sham.c.
struct ahash_request* req |
Definition at line 153 of file omap-sham.c.