Home
last modified time | relevance | path

Searched defs:omap_des_dev (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/crypto/
Domap-des.c126 struct omap_des_dev { struct
127 struct list_head list;
128 unsigned long phys_base;
129 void __iomem *io_base;
130 struct omap_des_ctx *ctx;
131 struct device *dev;
132 unsigned long flags;
133 int err;
136 spinlock_t lock;
137 struct crypto_queue queue;
[all …]