Home
last modified time | relevance | path

Searched refs:hose_tail (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/kernel/
H A 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()
H A 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()
H A Dpci_impl.h167 extern struct pci_controller *hose_head, **hose_tail;
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A 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()
H A Dpci.c57 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
399 *hose_tail = hose; in alloc_pci_controller()
400 hose_tail = &hose->next; in alloc_pci_controller()
H A Dpci_impl.h167 extern struct pci_controller *hose_head, **hose_tail;
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds