omap3_rom_rng_ops   89 drivers/char/hw_random/omap3-rom-rng.c static struct hwrng omap3_rom_rng_ops = {
omap3_rom_rng_ops   97 drivers/char/hw_random/omap3-rom-rng.c 	omap3_rom_rng_ops.read = of_device_get_match_data(&pdev->dev);
omap3_rom_rng_ops   98 drivers/char/hw_random/omap3-rom-rng.c 	if (!omap3_rom_rng_ops.read) {
omap3_rom_rng_ops  123 drivers/char/hw_random/omap3-rom-rng.c 	return hwrng_register(&omap3_rom_rng_ops);
omap3_rom_rng_ops  129 drivers/char/hw_random/omap3-rom-rng.c 	hwrng_unregister(&omap3_rom_rng_ops);