Home
last modified time | relevance | path

Searched refs:hose_tail (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/kernel/
Dpci-noop.c24 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
35 *hose_tail = hose; in alloc_pci_controller()
36 hose_tail = &hose->next; in alloc_pci_controller()
Dpci_impl.h173 extern struct pci_controller *hose_head, **hose_tail;
Dpci.c57 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
449 *hose_tail = hose; in alloc_pci_controller()
450 hose_tail = &hose->next; in alloc_pci_controller()
/arch/mips/pci/
Dpci.c32 static struct pci_controller *hose_head, **hose_tail = &hose_head; variable
124 *hose_tail = hose; in register_pci_controller()
125 hose_tail = &hose->next; in register_pci_controller()