Lines Matching refs:resources
20 void pci_add_resource_offset(struct list_head *resources, struct resource *res, in pci_add_resource_offset() argument
32 resource_list_add_tail(entry, resources); in pci_add_resource_offset()
36 void pci_add_resource(struct list_head *resources, struct resource *res) in pci_add_resource() argument
38 pci_add_resource_offset(resources, res, 0); in pci_add_resource()
42 void pci_free_resource_list(struct list_head *resources) in pci_free_resource_list() argument
44 resource_list_free(resources); in pci_free_resource_list()
61 list_add_tail(&bus_res->list, &bus->resources); in pci_bus_add_resource()
72 list_for_each_entry(bus_res, &bus->resources, list) { in pci_bus_resource_n()
88 list_for_each_entry_safe(bus_res, tmp, &bus->resources, list) { in pci_bus_remove_resources()
95 struct list_head *resources) in devm_request_pci_bus_resources() argument
101 resource_list_for_each_entry(win, resources) { in devm_request_pci_bus_resources()