Home
last modified time | relevance | path

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

/Linux-v5.4/arch/alpha/kernel/
Dpci-noop.c27 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
41 *hose_tail = hose; in alloc_pci_controller()
42 hose_tail = &hose->next; in alloc_pci_controller()
Dpci.c57 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
400 *hose_tail = hose; in alloc_pci_controller()
401 hose_tail = &hose->next; in alloc_pci_controller()
Dpci_impl.h167 extern struct pci_controller *hose_head, **hose_tail;
/Linux-v5.4/arch/sh/drivers/pci/
Dpci.c28 static struct pci_channel *hose_head, **hose_tail = &hose_head; variable
116 *hose_tail = hose; in register_pci_controller()
117 hose_tail = &hose->next; in register_pci_controller()