Symbol: ohci_softc_t
sys/dev/usb/controller/generic_ohci.c
77
ohci_softc_t ohci_sc;
sys/dev/usb/controller/ohci.c
1002
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1006
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1065
ohci_rhsc_enable(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
1081
ohci_interrupt_poll(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
1105
ohci_interrupt(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
124
static void ohci_root_intr(ohci_softc_t *sc);
sys/dev/usb/controller/ohci.c
140
ohci_get_hcca(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
1563
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1568
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1578
ohci_root_intr(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
1617
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1672
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
171
ohci_controller_init(ohci_softc_t *sc, int do_suspend)
sys/dev/usb/controller/ohci.c
1713
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1736
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1769
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1785
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
1822
ohci_softc_t *sc = OHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/ohci.c
2051
ohci_softc_t *sc = OHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/ohci.c
2505
ohci_softc_t *sc = OHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/ohci.c
322
ohci_init(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
454
ohci_suspend(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
468
ohci_resume(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
486
ohci_dumpregs(ohci_softc_t *sc)
sys/dev/usb/controller/ohci.c
81
__containerof(bus, ohci_softc_t, sc_bus)
sys/dev/usb/controller/ohci.c
91
static void ohci_dumpregs(ohci_softc_t *);
sys/dev/usb/controller/ohci.h
260
usb_error_t ohci_init(ohci_softc_t *sc);
sys/dev/usb/controller/ohci.h
262
void ohci_interrupt(ohci_softc_t *sc);
sys/dev/usb/controller/ohci_pci.c
205
ohci_softc_t *sc = device_get_softc(self);
sys/dev/usb/controller/ohci_pci.c
321
ohci_softc_t *sc = device_get_softc(self);
sys/powerpc/ps3/ohci_ps3.c
163
.size = sizeof(ohci_softc_t),
sys/powerpc/ps3/ohci_ps3.c
80
ohci_softc_t *sc = device_get_softc(dev);