Lines Matching refs:pci_resource
239 struct pci_resource *mem_head;
240 struct pci_resource *p_mem_head;
241 struct pci_resource *io_head;
242 struct pci_resource *bus_head;
266 struct pci_resource { struct
267 struct pci_resource *next; argument
282 struct pci_resource *mem_head; argument
283 struct pci_resource *p_mem_head;
284 struct pci_resource *io_head;
285 struct pci_resource *bus_head;
319 struct pci_resource *mem_head;
320 struct pci_resource *p_mem_head;
321 struct pci_resource *io_head;
322 struct pci_resource *bus_head;
413 int cpqhp_resource_sort_and_combine(struct pci_resource **head);
456 static inline void return_resource(struct pci_resource **head, in return_resource()
457 struct pci_resource *node) in return_resource()