Lines Matching full:resources
25 * The first PCI_BRIDGE_RESOURCE_NUM PCI bus resources (those that correspond
28 * Use pci_bus_for_each_resource() to iterate through all the resources.
36 void pci_add_resource_offset(struct list_head *resources, struct resource *res, in pci_add_resource_offset() argument
48 resource_list_add_tail(entry, resources); in pci_add_resource_offset()
52 void pci_add_resource(struct list_head *resources, struct resource *res) in pci_add_resource() argument
54 pci_add_resource_offset(resources, res, 0); in pci_add_resource()
58 void pci_free_resource_list(struct list_head *resources) in pci_free_resource_list() argument
60 resource_list_free(resources); in pci_free_resource_list()
75 list_add_tail(&bus_res->list, &bus->resources); in pci_bus_add_resource()
86 list_for_each_entry(bus_res, &bus->resources, list) { in pci_bus_resource_n()
106 list_for_each_entry_safe(bus_res, tmp, &bus->resources, list) { in pci_bus_remove_resource()
123 list_for_each_entry_safe(bus_res, tmp, &bus->resources, list) { in pci_bus_remove_resources()
130 struct list_head *resources) in devm_request_pci_bus_resources() argument
136 resource_list_for_each_entry(win, resources) { in devm_request_pci_bus_resources()
169 * addresses of resources we allocate, e.g., we may need a resource that
227 * protect badly documented motherboard resources, but if in pci_bus_alloc_from_region()
350 * Can not put in pci_device_add yet because resources in pci_bus_add_device()