Symbol: ohci_intr
sys/arch/arm/at91/at91ohci.c
129
sc->sc_ih = at91_intr_establish(sc->sc_pid, IPL_USB, INTR_HIGH_LEVEL, ohci_intr, sc);
sys/arch/arm/broadcom/bcm53xx_usb.c
196
rv0 = ohci_intr(usbsc->usbsc_ohci_sc);
sys/arch/arm/ep93xx/epohci.c
144
ohci_intr, sc);
sys/arch/arm/s3c2xx0/ohci_s3c24x0.c
117
sc->sc_ih = s3c24x0_intr_establish(sa->sa_intr, IPL_USB, IST_NONE, ohci_intr, sc);
sys/arch/arm/samsung/exynos_ohci.c
126
ohci_intr, sc, device_xname(self));
sys/arch/arm/ti/am18xx_ohci.c
153
FDT_INTR_MPSAFE, ohci_intr, &sc->ohci_sc, device_xname(self));
sys/arch/arm/xscale/pxa2x0_ohci.c
112
ohci_intr, &sc->sc);
sys/arch/evbppc/nintendo/dev/ohci_ahb.c
104
ahb_intr_establish(aaa->aaa_irq, IPL_USB, ohci_intr, sc,
sys/arch/hpcmips/dev/plumohci.c
165
IPL_USB, ohci_intr, sc);
sys/arch/mips/alchemy/dev/ohci_aubus.c
140
ohci_intr, sc);
sys/arch/mips/atheros/dev/ohci_arbus.c
106
ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ohci_intr, sc);
sys/arch/mips/ingenic/ingenic_ohci.c
106
ih = evbmips_intr_establish(aa->aa_irq, ohci_intr, sc);
sys/arch/mips/ralink/ralink_ohci.c
128
sc->sc_ih = ra_intr_establish(RA_IRQ_USB, ohci_intr, sc, 0);
sys/arch/mips/rmi/rmixl_ohci.c
112
usbi->usbi_intr, ohci_intr, sc);
sys/arch/playstation2/dev/ohci_sbus.c
140
sbus_intr_establish(SBUS_IRQ_USB, ohci_intr, sc);
sys/arch/powerpc/ibm4xx/dev/ohci_plb.c
128
intr_establish_xname(paa->plb_irq, IST_LEVEL, IPL_USB, ohci_intr,
sys/arch/powerpc/mpc5200/mpc5200_ohci.c
130
msc->sc_ih = intr_establish(msc->sc_irq, ist, IPL_USB, ohci_intr, sc);
sys/dev/acpi/ohci_acpi.c
136
IPL_USB, true, ohci_intr, sc, device_xname(self));
sys/dev/cardbus/ohci_cardbus.c
143
sc->sc_ih = Cardbus_intr_establish(ct, IPL_USB, ohci_intr, sc);
sys/dev/fdt/ohci_fdt.c
133
ohci_intr, sc, device_xname(self));
sys/dev/pci/ohci_pci.c
144
sc->sc_ih = pci_intr_establish_xname(pc, ih, IPL_USB, ohci_intr, sc,
sys/dev/usb/ohcivar.h
175
int ohci_intr(void *);