ixp4xx_rng_ops     38 drivers/char/hw_random/ixp4xx-rng.c static struct hwrng ixp4xx_rng_ops = {
ixp4xx_rng_ops     54 drivers/char/hw_random/ixp4xx-rng.c 	ixp4xx_rng_ops.priv = (unsigned long)rng_base;
ixp4xx_rng_ops     55 drivers/char/hw_random/ixp4xx-rng.c 	err = hwrng_register(&ixp4xx_rng_ops);
ixp4xx_rng_ops     64 drivers/char/hw_random/ixp4xx-rng.c 	void __iomem * rng_base = (void __iomem *)ixp4xx_rng_ops.priv;
ixp4xx_rng_ops     66 drivers/char/hw_random/ixp4xx-rng.c 	hwrng_unregister(&ixp4xx_rng_ops);