Home
last modified time | relevance | path

Searched refs:hose_head (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/arch/alpha/kernel/
Dpci-noop.c27 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
66 for (hose = hose_head; hose; hose = hose->next) in SYSCALL_DEFINE3()
Dpci.c57 struct pci_controller *hose_head, **hose_tail = &hose_head; variable
335 for (next_busno = 0, hose = hose_head; hose; hose = hose->next) { in common_init_pci()
383 for (hose = hose_head; hose; hose = hose->next) { in common_init_pci()
430 for(hose = hose_head; hose; hose = hose->next) in SYSCALL_DEFINE3()
Dpci_impl.h167 extern struct pci_controller *hose_head, **hose_tail;
Dconsole.c84 for (hose = hose_head; hose; hose = hose->next) { in find_console_vga_hose()
Dcore_mcpcia.c440 for (hose = hose_head; hose; hose = hose->next) in mcpcia_init_hoses()
551 for (hose = hose_head; hose; hose = hose->next, iodpp++) { in mcpcia_print_system_area()
595 for (hose = hose_head; hose; hose = hose->next) in mcpcia_machine_check()
Dsys_dp264.c534 hose_head->sg_isa->align_entry = 4; in webbrick_init_arch()
535 hose_head->sg_pci->align_entry = 4; in webbrick_init_arch()
Dsys_rawhide.c172 for (hose = hose_head; hose; hose = hose->next) { in rawhide_init_irq()
Dsys_nautilus.c203 struct pci_controller *hose = hose_head; in nautilus_init_pci()
Dcore_titan.c479 for (hose = hose_head; hose; hose = hose->next) in titan_ioremap()
753 for (hose = hose_head; hose; hose = hose->next) in titan_agp_info()
Dsetup.c240 if (hose_head) { in reserve_std_resources()
242 for (hose = hose_head; hose; hose = hose->next) in reserve_std_resources()
Dcore_marvel.c701 for (hose = hose_head; hose; hose = hose->next) { in marvel_ioremap()
/linux-6.1.9/arch/sh/drivers/pci/
Dpci.c27 static struct pci_channel *hose_head, **hose_tail = &hose_head; variable
155 for (hose = hose_head; hose; hose = hose->next) in pcibios_init()
262 for (hose = hose_head; hose; hose = hose->next) { in pcibios_report_status()
264 pcibios_bus_report_status_early(hose, hose_head->index, in pcibios_report_status()