/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | pci-noop.c | 27 struct pci_controller *hose_head, **hose_tail = &hose_head; variable 66 for (hose = hose_head; hose; hose = hose->next) in SYSCALL_DEFINE3()
|
H A D | pci.c | 57 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()
|
H A D | pci_impl.h | 167 extern struct pci_controller *hose_head, **hose_tail;
|
H A D | console.c | 84 for (hose = hose_head; hose; hose = hose->next) { in find_console_vga_hose()
|
H A D | core_mcpcia.c | 442 for (hose = hose_head; hose; hose = hose->next) in mcpcia_init_hoses() 553 for (hose = hose_head; hose; hose = hose->next, iodpp++) { in mcpcia_print_system_area() 597 for (hose = hose_head; hose; hose = hose->next) in mcpcia_machine_check()
|
H A D | sys_rawhide.c | 172 for (hose = hose_head; hose; hose = hose->next) { in rawhide_init_irq()
|
H A D | sys_dp264.c | 534 hose_head->sg_isa->align_entry = 4; in webbrick_init_arch() 535 hose_head->sg_pci->align_entry = 4; in webbrick_init_arch()
|
H A D | sys_nautilus.c | 203 struct pci_controller *hose = hose_head; in nautilus_init_pci()
|
H A D | core_titan.c | 483 for (hose = hose_head; hose; hose = hose->next) in titan_ioremap() 758 for (hose = hose_head; hose; hose = hose->next) in titan_agp_info()
|
H A D | setup.c | 245 if (hose_head) { in reserve_std_resources() 247 for (hose = hose_head; hose; hose = hose->next) in reserve_std_resources()
|
H A D | core_marvel.c | 712 for (hose = hose_head; hose; hose = hose->next) { in marvel_ioremap()
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | pci-noop.c | 27 struct pci_controller *hose_head, **hose_tail = &hose_head; variable 66 for (hose = hose_head; hose; hose = hose->next) in SYSCALL_DEFINE3()
|
H A D | pci.c | 57 struct pci_controller *hose_head, **hose_tail = &hose_head; variable 334 for (next_busno = 0, hose = hose_head; hose; hose = hose->next) { in common_init_pci() 382 for (hose = hose_head; hose; hose = hose->next) { in common_init_pci() 429 for(hose = hose_head; hose; hose = hose->next) in SYSCALL_DEFINE3()
|
H A D | pci_impl.h | 167 extern struct pci_controller *hose_head, **hose_tail;
|
H A D | console.c | 84 for (hose = hose_head; hose; hose = hose->next) { in find_console_vga_hose()
|
H A D | core_mcpcia.c | 442 for (hose = hose_head; hose; hose = hose->next) in mcpcia_init_hoses() 553 for (hose = hose_head; hose; hose = hose->next, iodpp++) { in mcpcia_print_system_area() 597 for (hose = hose_head; hose; hose = hose->next) in mcpcia_machine_check()
|
H A D | sys_rawhide.c | 172 for (hose = hose_head; hose; hose = hose->next) { in rawhide_init_irq()
|
H A D | sys_dp264.c | 534 hose_head->sg_isa->align_entry = 4; in webbrick_init_arch() 535 hose_head->sg_pci->align_entry = 4; in webbrick_init_arch()
|
H A D | sys_nautilus.c | 203 struct pci_controller *hose = hose_head; in nautilus_init_pci()
|
H A D | core_titan.c | 483 for (hose = hose_head; hose; hose = hose->next) in titan_ioremap() 758 for (hose = hose_head; hose; hose = hose->next) in titan_agp_info()
|
H A D | setup.c | 240 if (hose_head) { in reserve_std_resources() 242 for (hose = hose_head; hose; hose = hose->next) in reserve_std_resources()
|
H A D | core_marvel.c | 710 for (hose = hose_head; hose; hose = hose->next) { in marvel_ioremap()
|
/kernel/linux/linux-5.10/arch/sh/drivers/pci/ |
H A D | pci.c | 27 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()
|
/kernel/linux/linux-6.6/arch/sh/drivers/pci/ |
H A D | pci.c | 27 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()
|