Searched refs:fpga_region_of_match (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/fpga/ |
D | of-fpga-region.c | 19 static const struct of_device_id fpga_region_of_match[] = { variable 23 MODULE_DEVICE_TABLE(of, fpga_region_of_match); 158 child_region = of_find_matching_node(overlay, fpga_region_of_match); in child_regions_with_firmware() 166 fpga_region_of_match); in child_regions_with_firmware() 418 of_platform_populate(np, fpga_region_of_match, NULL, ®ion->dev); in of_fpga_region_probe() 446 .of_match_table = of_match_ptr(fpga_region_of_match),
|
/kernel/linux/linux-4.19/drivers/fpga/ |
D | of-fpga-region.c | 19 static const struct of_device_id fpga_region_of_match[] = { variable 23 MODULE_DEVICE_TABLE(of, fpga_region_of_match); 163 child_region = of_find_matching_node(overlay, fpga_region_of_match); in child_regions_with_firmware() 171 fpga_region_of_match); in child_regions_with_firmware() 423 of_platform_populate(np, fpga_region_of_match, NULL, ®ion->dev); in of_fpga_region_probe() 453 .of_match_table = of_match_ptr(fpga_region_of_match),
|