Lines Matching refs:pci_resource
251 struct pci_resource *mem_head;
252 struct pci_resource *p_mem_head;
253 struct pci_resource *io_head;
254 struct pci_resource *bus_head;
280 struct pci_resource { struct
281 struct pci_resource * next; argument
296 struct pci_resource *mem_head; argument
297 struct pci_resource *p_mem_head;
298 struct pci_resource *io_head;
299 struct pci_resource *bus_head;
339 struct pci_resource *mem_head;
340 struct pci_resource *p_mem_head;
341 struct pci_resource *io_head;
342 struct pci_resource *bus_head;
454 extern int cpqhp_resource_sort_and_combine (struct pci_resource **head);
524 static inline void return_resource (struct pci_resource **head, struct pci_resource *node) in return_resource()