Searched refs:of_pci_range_to_resource (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | of_address.h | 141 extern int of_pci_range_to_resource(struct of_pci_range *range,156 static inline int of_pci_range_to_resource(struct of_pci_range *range,  in of_pci_range_to_resource()  function
 
 | 
| /Linux-v5.4/arch/mips/pci/ | 
| D | pci-legacy.c | 170 			of_pci_range_to_resource(&range, node, res);  in pci_load_of_ranges()
 | 
| /Linux-v5.4/drivers/pci/ | 
| D | of.c | 317 		err = of_pci_range_to_resource(&range, dev_node, &tmp_res);  in devm_of_pci_get_host_bridge_resources()
 | 
| /Linux-v5.4/drivers/of/ | 
| D | address.c | 328 int of_pci_range_to_resource(struct of_pci_range *range,  in of_pci_range_to_resource()  function365 EXPORT_SYMBOL(of_pci_range_to_resource);
 
 | 
| /Linux-v5.4/drivers/staging/mt7621-pci/ | 
| D | pci-mt7621.c | 308 			of_pci_range_to_resource(&range, node, res);  in mt7621_pci_parse_request_of_pci_ranges()
 | 
| /Linux-v5.4/drivers/pci/controller/ | 
| D | pci-tegra.c | 2173 		err = of_pci_range_to_resource(&range, np, &res);  in tegra_pcie_parse_dt()
 |