Linux Kernel
3.7.1
|
#include <crypto4xx_core.h>
Data Fields | |
struct device * | device |
struct platform_device * | ofdev |
struct crypto4xx_device * | dev |
u32 | int_status |
u32 | irq |
struct tasklet_struct | tasklet |
spinlock_t | lock |
Definition at line 105 of file crypto4xx_core.h.
struct crypto4xx_device* dev |
Definition at line 108 of file crypto4xx_core.h.
Definition at line 106 of file crypto4xx_core.h.
u32 int_status |
Definition at line 109 of file crypto4xx_core.h.
u32 irq |
Definition at line 110 of file crypto4xx_core.h.
spinlock_t lock |
Definition at line 112 of file crypto4xx_core.h.
struct platform_device* ofdev |
Definition at line 107 of file crypto4xx_core.h.
struct tasklet_struct tasklet |
Definition at line 111 of file crypto4xx_core.h.