Searched refs:ohci_softc_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/powerpc/ps3/
H A Dohci_ps3.c84 ohci_softc_t *sc = device_get_softc(dev);
167 .size = sizeof(ohci_softc_t),
/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h257 } ohci_softc_t; typedef in typeref:struct:ohci_softc
261 usb_error_t ohci_init(ohci_softc_t *sc);
263 void ohci_interrupt(ohci_softc_t *sc);
H A Dohci.c82 ((ohci_softc_t *)(((uint8_t *)(bus)) - \
83 ((uint8_t *)&(((ohci_softc_t *)0)->sc_bus))))
92 static void ohci_dumpregs(ohci_softc_t *);
125 static void ohci_root_intr(ohci_softc_t *sc);
141 ohci_get_hcca(ohci_softc_t *sc)
172 ohci_controller_init(ohci_softc_t *sc, int do_suspend)
323 ohci_init(ohci_softc_t *sc)
456 ohci_suspend(ohci_softc_t *sc)
470 ohci_resume(ohci_softc_t *sc)
488 ohci_dumpregs(ohci_softc_t *s
[all...]
H A Dohci_pci.c212 ohci_softc_t *sc = device_get_softc(self);
343 ohci_softc_t *sc = device_get_softc(self);
H A Dgeneric_ohci.c85 ohci_softc_t ohci_sc;
/freebsd-12-stable/sys/mips/mediatek/
H A Dmtk_ohci.c92 ohci_softc_t *sc = device_get_softc(self);
164 ohci_softc_t *sc = device_get_softc(self);
212 .size = sizeof(ohci_softc_t),
/freebsd-12-stable/sys/dev/bhnd/cores/usb/
H A Dbhnd_ohci.c96 ohci_softc_t *sc;
167 ohci_softc_t *sc;

Completed in 177 milliseconds