Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Dof-fpga-region.c154 struct device_node *child_region; in child_regions_with_firmware() local
160 child_region = of_find_matching_node(overlay, fpga_region_of_match); in child_regions_with_firmware()
161 while (child_region) { in child_regions_with_firmware()
162 if (!of_property_read_string(child_region, "firmware-name", in child_regions_with_firmware()
167 child_region = of_find_matching_node(child_region, in child_regions_with_firmware()
171 of_node_put(child_region); in child_regions_with_firmware()
175 child_region); in child_regions_with_firmware()