Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/kernel/
Dpci-noop.c25 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
36 *hose_tail = hose; in alloc_pci_controller()
37 hose_tail = &hose->next; in alloc_pci_controller()
Dpci.c55 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
373 *hose_tail = hose; in alloc_pci_controller()
374 hose_tail = &hose->next; in alloc_pci_controller()
Dpci_impl.h173 extern struct pci_controller *hose_head, **hose_tail;
/linux-4.4.14/arch/sh/drivers/pci/
Dpci.c31 static struct pci_channel *hose_head, **hose_tail = &hose_head; variable
103 *hose_tail = hose; in register_pci_controller()
104 hose_tail = &hose->next; in register_pci_controller()
/linux-4.4.14/arch/mips/pci/
Dpci.c32 static struct pci_controller *hose_head, **hose_tail = &hose_head; variable
192 *hose_tail = hose; in register_pci_controller()
193 hose_tail = &hose->next; in register_pci_controller()