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);
210 usb_dbg(interface, "chaoskey probe success, size %d", dev->size);
221 struct chaoskey *dev;
252 struct chaoskey *dev;
279 struct chaoskey *dev = file->private_data;
316 struct chaoskey *dev = urb->context;
337 static int _chaoskey_fill(struct chaoskey *dev)
411 struct chaoskey *dev;
481 struct chaoskey *dev = container_of(rng, struct chaoskey, hwrng);
532 struct chaoskey *dev;
565 .name = "chaoskey%d",