Searched defs:omap_des_dev (Results 1 – 1 of 1) sorted by relevance
126 struct omap_des_dev { struct127 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 …]