Home
last modified time | relevance | path

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

/linux-6.15/arch/sh/drivers/pci/
H A Dpci.c27 static struct pci_channel *hose_head, **hose_tail = &hose_head; variable
115 *hose_tail = hose; in register_pci_controller()
116 hose_tail = &hose->next; in register_pci_controller()
/linux-6.15/arch/alpha/kernel/
H A Dpci.c57 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
396 *hose_tail = hose; in alloc_pci_controller()
397 hose_tail = &hose->next; in alloc_pci_controller()
H A Dpci_impl.h165 extern struct pci_controller *hose_head, **hose_tail;