Home
last modified time | relevance | path

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

/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_rawhide.c173 for (hose = hose_head; hose; hose = hose->next) { in rawhide_init_irq()
Dsys_dp264.c535 hose_head->sg_isa->align_entry = 4; in webbrick_init_arch()
536 hose_head->sg_pci->align_entry = 4; in webbrick_init_arch()
Dsys_nautilus.c208 struct pci_controller *hose = hose_head; in nautilus_init_pci()
Dcore_titan.c480 for (hose = hose_head; hose; hose = hose->next) in titan_ioremap()
754 for (hose = hose_head; hose; hose = hose->next) in titan_agp_info()
Dsetup.c246 if (hose_head) { in reserve_std_resources()
248 for (hose = hose_head; hose; hose = hose->next) in reserve_std_resources()
Dcore_marvel.c704 for (hose = hose_head; hose; hose = hose->next) { in marvel_ioremap()
/arch/sh/drivers/pci/
Dpci.c28 static struct pci_channel *hose_head, **hose_tail = &hose_head; variable
157 for (hose = hose_head; hose; hose = hose->next) in pcibios_init()
264 for (hose = hose_head; hose; hose = hose->next) { in pcibios_report_status()
266 pcibios_bus_report_status_early(hose, hose_head->index, in pcibios_report_status()