omap_rng_of_match  361 drivers/char/hw_random/omap-rng.c static const struct of_device_id omap_rng_of_match[] = {
omap_rng_of_match  376 drivers/char/hw_random/omap-rng.c MODULE_DEVICE_TABLE(of, omap_rng_of_match);
omap_rng_of_match  385 drivers/char/hw_random/omap-rng.c 	match = of_match_device(of_match_ptr(omap_rng_of_match), dev);
omap_rng_of_match  580 drivers/char/hw_random/omap-rng.c 		.of_match_table = of_match_ptr(omap_rng_of_match),