Symbol: ehci_intr
sys/arch/arm/broadcom/bcm53xx_usb.c
199
rv1 = ehci_intr(usbsc->usbsc_ehci_sc);
sys/arch/arm/gemini/obio_ehci.c
80
rv = ehci_intr(sc);
sys/arch/arm/imx/imx23_usbc.c
151
FDT_INTR_MPSAFE, ehci_intr, hsc,
sys/arch/arm/imx/imxusb.c
208
sc->sc_ih = intr_establish(aa->aa_irq, IPL_USB, IST_LEVEL, ehci_intr, hsc);
sys/arch/arm/nvidia/tegra_ehci.c
134
FDT_INTR_MPSAFE, ehci_intr, &sc->sc, device_xname(self));
sys/arch/arm/nxp/imx6_usb.c
294
FDT_INTR_MPSAFE, ehci_intr, hsc, device_xname(sc->sc_dev));
sys/arch/arm/samsung/exynos_ehci.c
130
ehci_intr, sc, device_xname(self));
sys/arch/arm/ti/ti_ehci.c
141
ehci_intr, sc, device_xname(self));
sys/arch/arm/xilinx/zynq7000_usb.c
95
if (fdtbus_intr_establish(phandle, 0, IPL_USB, IST_LEVEL, ehci_intr,
sys/arch/evbppc/nintendo/dev/ehci_ahb.c
103
ahb_intr_establish(aaa->aaa_irq, IPL_USB, ehci_intr, sc,
sys/arch/i386/pci/gcscehci.c
139
sc->sc_ih = pci_intr_establish(pc, ih, IPL_USB, ehci_intr, sc);
sys/arch/mips/atheros/dev/ehci_arbus.c
129
ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ehci_intr, sc);
sys/arch/mips/ingenic/ingenic_ehci.c
186
ih = evbmips_intr_establish(aa->aa_irq, ehci_intr, sc);
sys/arch/mips/ralink/ralink_ehci.c
131
sc->sc_ih = ra_intr_establish(RA_IRQ_USB, ehci_intr, sc, 1);
sys/arch/mips/rmi/rmixl_ehci.c
126
usbi->usbi_intr, ehci_intr, sc);
sys/arch/powerpc/booke/dev/pq3ehci.c
142
ehci_intr, sc);
sys/arch/powerpc/ibm4xx/dev/ehci_plb.c
178
intr_establish_xname(paa->plb_irq, IST_LEVEL, IPL_USB, ehci_intr,
sys/dev/acpi/ehci_acpi.c
158
IPL_USB, true, ehci_intr, sc, device_xname(self));
sys/dev/cardbus/ehci_cardbus.c
167
sc->sc_ih = Cardbus_intr_establish(ct, IPL_USB, ehci_intr, sc);
sys/dev/fdt/ehci_fdt.c
137
ehci_intr, sc, device_xname(self));
sys/dev/marvell/ehci_mv.c
235
marvell_intr_establish(mva->mva_irq, IPL_USB, ehci_intr, sc);
sys/dev/pci/ehci_pci.c
204
ehci_intr, sc, device_xname(self));
sys/dev/usb/ehcivar.h
303
int ehci_intr(void *);