Home
last modified time | relevance | path

Searched refs:s10_of_match (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/fpga/
H A Dstratix10-soc.c450 static const struct of_device_id s10_of_match[] = { variable
456 MODULE_DEVICE_TABLE(of, s10_of_match);
463 .of_match_table = of_match_ptr(s10_of_match),
478 np = of_find_matching_node(fw_np, s10_of_match); in s10_init()
485 ret = of_platform_populate(fw_np, s10_of_match, NULL, NULL); in s10_init()