Lines Matching refs:resources
28 struct list_head *resources, struct resource **bus_range) in gen_pci_parse_request_of_pci_ranges() argument
35 err = of_pci_get_host_bridge_resources(np, 0, 0xff, resources, &iobase); in gen_pci_parse_request_of_pci_ranges()
39 err = devm_request_pci_bus_resources(dev, resources); in gen_pci_parse_request_of_pci_ranges()
43 resource_list_for_each_entry_safe(win, tmp, resources) { in gen_pci_parse_request_of_pci_ranges()
77 struct list_head *resources, struct pci_ecam_ops *ops) in gen_pci_init() argument
85 err = gen_pci_parse_request_of_pci_ranges(dev, resources, &bus_range); in gen_pci_init()
109 pci_free_resource_list(resources); in gen_pci_init()
122 struct list_head resources; in pci_host_common_probe() local
138 INIT_LIST_HEAD(&resources); in pci_host_common_probe()
139 cfg = gen_pci_init(dev, &resources, ops); in pci_host_common_probe()
147 list_splice_init(&resources, &bridge->windows); in pci_host_common_probe()