s10_of_match      484 drivers/fpga/stratix10-soc.c static const struct of_device_id s10_of_match[] = {
s10_of_match      489 drivers/fpga/stratix10-soc.c MODULE_DEVICE_TABLE(of, s10_of_match);
s10_of_match      496 drivers/fpga/stratix10-soc.c 		.of_match_table = of_match_ptr(s10_of_match),
s10_of_match      511 drivers/fpga/stratix10-soc.c 	np = of_find_matching_node(fw_np, s10_of_match);
s10_of_match      518 drivers/fpga/stratix10-soc.c 	ret = of_platform_populate(fw_np, s10_of_match, NULL, NULL);