/src/sys/arch/arm/xilinx/ |
zynq7000_usb.c | 95 if (fdtbus_intr_establish(phandle, 0, IPL_USB, IST_LEVEL, ehci_intr,
|
/src/sys/arch/evbppc/wii/dev/ |
ehci_hollywood.c | 94 hollywood_intr_establish(haa->haa_irq, IPL_USB, ehci_intr, sc,
|
/src/sys/arch/arm/gemini/ |
obio_ehci.c | 80 rv = ehci_intr(sc);
|
/src/sys/arch/arm/samsung/ |
exynos_ehci.c | 130 ehci_intr, sc, device_xname(self));
|
/src/sys/arch/mips/rmi/ |
rmixl_ehci.c | 126 usbi->usbi_intr, ehci_intr, sc);
|
/src/sys/arch/arm/ti/ |
ti_ehci.c | 141 ehci_intr, sc, device_xname(self));
|
/src/sys/arch/i386/pci/ |
gcscehci.c | 139 sc->sc_ih = pci_intr_establish(pc, ih, IPL_USB, ehci_intr, sc);
|
/src/sys/arch/mips/atheros/dev/ |
ehci_arbus.c | 129 ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ehci_intr, sc);
|
/src/sys/arch/mips/ingenic/ |
ingenic_ehci.c | 186 ih = evbmips_intr_establish(aa->aa_irq, ehci_intr, sc);
|
/src/sys/arch/powerpc/booke/dev/ |
pq3ehci.c | 142 ehci_intr, sc);
|
/src/sys/dev/fdt/ |
ehci_fdt.c | 137 ehci_intr, sc, device_xname(self));
|
/src/sys/arch/arm/nvidia/ |
tegra_ehci.c | 134 FDT_INTR_MPSAFE, ehci_intr, &sc->sc, device_xname(self));
|
/src/sys/arch/arm/nxp/ |
imx6_usb.c | 294 FDT_INTR_MPSAFE, ehci_intr, hsc, device_xname(sc->sc_dev));
|
/src/sys/dev/acpi/ |
ehci_acpi.c | 158 IPL_USB, true, ehci_intr, sc, device_xname(self));
|
/src/sys/arch/mips/ralink/ |
ralink_ehci.c | 131 sc->sc_ih = ra_intr_establish(RA_IRQ_USB, ehci_intr, sc, 1);
|
/src/sys/dev/cardbus/ |
ehci_cardbus.c | 167 sc->sc_ih = Cardbus_intr_establish(ct, IPL_USB, ehci_intr, sc);
|
/src/sys/arch/arm/broadcom/ |
bcm53xx_usb.c | 199 rv1 = ehci_intr(usbsc->usbsc_ehci_sc);
|
/src/sys/dev/usb/ |
ehcivar.h | 304 int ehci_intr(void *);
|
ehci.c | 735 ehci_intr(void *v) function in typeref:typename:int 1433 /* XXX destroyed in ehci_pci.c as it controls ehci_intr access */
|
/src/sys/dev/marvell/ |
ehci_mv.c | 235 marvell_intr_establish(mva->mva_irq, IPL_USB, ehci_intr, sc);
|
/src/sys/arch/arm/imx/ |
imxusb.c | 208 sc->sc_ih = intr_establish(aa->aa_irq, IPL_USB, IST_LEVEL, ehci_intr, hsc);
|
/src/sys/dev/pci/ |
ehci_pci.c | 203 ehci_intr, sc, device_xname(self));
|