Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/fpga/
Dof-fpga-region.c152 struct device_node *child_region; in child_regions_with_firmware() local
158 child_region = of_find_matching_node(overlay, fpga_region_of_match); in child_regions_with_firmware()
159 while (child_region) { in child_regions_with_firmware()
160 if (!of_property_read_string(child_region, "firmware-name", in child_regions_with_firmware()
165 child_region = of_find_matching_node(child_region, in child_regions_with_firmware()
169 of_node_put(child_region); in child_regions_with_firmware()
173 child_region); in child_regions_with_firmware()