Lines Matching refs:pci_resource
69 struct pci_resource *mem_head;
70 struct pci_resource *p_mem_head;
71 struct pci_resource *io_head;
72 struct pci_resource *bus_head;
98 struct pci_resource { struct
99 struct pci_resource * next; argument
115 struct pci_resource *mem_head; argument
116 struct pci_resource *p_mem_head;
117 struct pci_resource *io_head;
118 struct pci_resource *bus_head;
148 struct pci_resource *mem_head;
149 struct pci_resource *p_mem_head;
150 struct pci_resource *io_head;
151 struct pci_resource *bus_head;
224 extern int shpchp_resource_sort_and_combine (struct pci_resource **head);
403 static inline void return_resource(struct pci_resource **head, struct pci_resource *node) in return_resource()