Lines Matching refs:pci_resource
68 struct pci_resource *mem_head;
69 struct pci_resource *p_mem_head;
70 struct pci_resource *io_head;
71 struct pci_resource *bus_head;
97 struct pci_resource { struct
98 struct pci_resource * next; argument
114 struct pci_resource *mem_head; argument
115 struct pci_resource *p_mem_head;
116 struct pci_resource *io_head;
117 struct pci_resource *bus_head;
147 struct pci_resource *mem_head;
148 struct pci_resource *p_mem_head;
149 struct pci_resource *io_head;
150 struct pci_resource *bus_head;
218 extern int pciehp_resource_sort_and_combine (struct pci_resource **head);
322 static inline void return_resource(struct pci_resource **head, struct pci_resource *node) in return_resource()