Lines Matching refs:chaoskey
3 * chaoskey - driver for ChaosKey device from Altus Metrum.
7 * details can be found at http://chaoskey.org
39 #define DRIVER_SHORT "chaoskey"
74 struct chaoskey {
94 static void chaoskey_free(struct chaoskey *dev)
113 struct chaoskey *dev;
144 dev = kzalloc(sizeof(struct chaoskey), GFP_KERNEL);
211 usb_dbg(interface, "chaoskey probe success, size %d", dev->size);
222 struct chaoskey *dev;
253 struct chaoskey *dev;
280 struct chaoskey *dev = file->private_data;
317 struct chaoskey *dev = urb->context;
338 static int _chaoskey_fill(struct chaoskey *dev)
412 struct chaoskey *dev;
482 struct chaoskey *dev = container_of(rng, struct chaoskey, hwrng);
533 struct chaoskey *dev;
566 .name = "chaoskey%d",