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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/kernel/
H A Dpci-noop.c20 struct pci_controller *hose_head, **hose_tail = &hose_head; variable in typeref:struct:
31 *hose_tail = hose;
32 hose_tail = &hose->next;
H A Dpci_impl.h149 extern struct pci_controller *hose_head, **hose_tail;
H A Dpci.c49 struct pci_controller *hose_head, **hose_tail = &hose_head; variable in typeref:struct:
387 *hose_tail = hose;
388 hose_tail = &hose->next;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dpci.h31 extern struct pci_controller** hose_tail;
H A DiSeries_pci.c58 extern struct pci_controller** hose_tail;
213 *hose_tail = hose;
214 hose_tail = &hose->next;
H A Dpci.c64 struct pci_controller** hose_tail = &hose_head; variable in typeref:struct:pci_controller
418 *hose_tail = hose;
419 hose_tail = &hose->next;
H A Dpci_dma.c57 extern struct pci_controller** hose_tail;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dpci.c57 struct pci_controller** hose_tail = &hose_head; variable in typeref:struct:pci_controller
463 *hose_tail = hose;
464 hose_tail = &hose->next;

Completed in 138 milliseconds