Lines Matching refs:pci_resource
253 struct pci_resource *mem_head;
254 struct pci_resource *p_mem_head;
255 struct pci_resource *io_head;
256 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;
333 struct pci_resource *mem_head;
334 struct pci_resource *p_mem_head;
335 struct pci_resource *io_head;
336 struct pci_resource *bus_head;
427 int cpqhp_resource_sort_and_combine (struct pci_resource **head);
470 static inline void return_resource(struct pci_resource **head, in return_resource()
471 struct pci_resource *node) in return_resource()