/src/sys/arch/evbppc/wii/dev/ |
ohci_hollywood.c | 95 hollywood_intr_establish(haa->haa_irq, IPL_USB, ohci_intr, sc,
|
/src/sys/arch/arm/at91/ |
at91ohci.c | 129 sc->sc_ih = at91_intr_establish(sc->sc_pid, IPL_USB, INTR_HIGH_LEVEL, ohci_intr, sc);
|
/src/sys/arch/arm/s3c2xx0/ |
ohci_s3c24x0.c | 117 sc->sc_ih = s3c24x0_intr_establish(sa->sa_intr, IPL_USB, IST_NONE, ohci_intr, sc);
|
/src/sys/arch/arm/samsung/ |
exynos_ohci.c | 126 ohci_intr, sc, device_xname(self));
|
/src/sys/arch/mips/atheros/dev/ |
ohci_arbus.c | 106 ih = arbus_intr_establish(aa->aa_cirq, aa->aa_mirq, ohci_intr, sc);
|
/src/sys/arch/mips/ingenic/ |
ingenic_ohci.c | 106 ih = evbmips_intr_establish(aa->aa_irq, ohci_intr, sc);
|
/src/sys/arch/mips/rmi/ |
rmixl_ohci.c | 112 usbi->usbi_intr, ohci_intr, sc);
|
/src/sys/dev/usb/ |
ohcivar.h | 175 int ohci_intr(void *);
|
ohci.c | 1279 ohci_intr(void *p) function in typeref:typename:int 1321 printf("ohci_intr: sc->sc_hcca == NULL\n");
|
/src/sys/arch/arm/ep93xx/ |
epohci.c | 144 ohci_intr, sc);
|
/src/sys/arch/mips/alchemy/dev/ |
ohci_aubus.c | 140 ohci_intr, sc);
|
/src/sys/dev/acpi/ |
ohci_acpi.c | 136 IPL_USB, true, ohci_intr, sc, device_xname(self));
|
/src/sys/dev/fdt/ |
ohci_fdt.c | 133 ohci_intr, sc, device_xname(self));
|
/src/sys/arch/mips/ralink/ |
ralink_ohci.c | 128 sc->sc_ih = ra_intr_establish(RA_IRQ_USB, ohci_intr, sc, 0);
|
/src/sys/dev/cardbus/ |
ohci_cardbus.c | 143 sc->sc_ih = Cardbus_intr_establish(ct, IPL_USB, ohci_intr, sc);
|
/src/sys/arch/hpcmips/dev/ |
plumohci.c | 165 IPL_USB, ohci_intr, sc);
|
/src/sys/arch/playstation2/dev/ |
ohci_sbus.c | 140 sbus_intr_establish(SBUS_IRQ_USB, ohci_intr, sc);
|
/src/sys/arch/arm/xscale/ |
pxa2x0_ohci.c | 112 ohci_intr, &sc->sc);
|
/src/sys/dev/pci/ |
ohci_pci.c | 144 sc->sc_ih = pci_intr_establish_xname(pc, ih, IPL_USB, ohci_intr, sc,
|
/src/sys/arch/arm/broadcom/ |
bcm53xx_usb.c | 196 rv0 = ohci_intr(usbsc->usbsc_ohci_sc);
|