Lines Matching refs:resources
19 void pci_add_resource_offset(struct list_head *resources, struct resource *res, in pci_add_resource_offset() argument
31 resource_list_add_tail(entry, resources); in pci_add_resource_offset()
35 void pci_add_resource(struct list_head *resources, struct resource *res) in pci_add_resource() argument
37 pci_add_resource_offset(resources, res, 0); in pci_add_resource()
41 void pci_free_resource_list(struct list_head *resources) in pci_free_resource_list() argument
43 resource_list_free(resources); in pci_free_resource_list()
60 list_add_tail(&bus_res->list, &bus->resources); in pci_bus_add_resource()
71 list_for_each_entry(bus_res, &bus->resources, list) { in pci_bus_resource_n()
87 list_for_each_entry_safe(bus_res, tmp, &bus->resources, list) { in pci_bus_remove_resources()
94 struct list_head *resources) in devm_request_pci_bus_resources() argument
100 resource_list_for_each_entry(win, resources) { in devm_request_pci_bus_resources()