Searched refs:s10_of_match (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | stratix10-soc.c | 463 static const struct of_device_id s10_of_match[] = { variable 469 MODULE_DEVICE_TABLE(of, s10_of_match); 476 .of_match_table = of_match_ptr(s10_of_match), 491 np = of_find_matching_node(fw_np, s10_of_match); in s10_init() 498 ret = of_platform_populate(fw_np, s10_of_match, NULL, NULL); in s10_init()
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | stratix10-soc.c | 450 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()
|
Completed in 2 milliseconds