Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/fpga/
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds