Searched defs:crypto4xx_core_device (Results 1 – 1 of 1) sorted by relevance
106 struct crypto4xx_core_device { struct107 struct device *device;108 struct platform_device *ofdev;109 struct crypto4xx_device *dev;110 struct hwrng *trng;111 u32 int_status;112 u32 irq;113 struct tasklet_struct tasklet;114 spinlock_t lock;115 struct mutex rng_lock;
Completed in 3 milliseconds