Symbol: uhci_softc_t
sys/dev/usb/controller/uhci.c
1387
uhci_interrupt_poll(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
1411
uhci_interrupt(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
157
static uint8_t uhci_restart(uhci_softc_t *sc);
sys/dev/usb/controller/uhci.c
163
static void uhci_root_intr(uhci_softc_t *sc);
sys/dev/usb/controller/uhci.c
1818
uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/uhci.c
1887
uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/uhci.c
1944
uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/uhci.c
1988
uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/uhci.c
2021
uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/uhci.c
2037
uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/uhci.c
2109
uhci_softc_t *sc = UHCI_BUS2SC(xfer->xroot->bus);
sys/dev/usb/controller/uhci.c
2316
uhci_portreset(uhci_softc_t *sc, uint16_t index)
sys/dev/usb/controller/uhci.c
2418
uhci_softc_t *sc = UHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/uhci.c
2740
uhci_root_intr(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
276
uhci_restart(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
2964
uhci_softc_t *sc = UHCI_BUS2SC(udev->bus);
sys/dev/usb/controller/uhci.c
313
uhci_reset(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
387
uhci_start(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
449
uhci_init(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
655
uhci_suspend(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
677
uhci_resume(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
706
uhci_dumpregs(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
800
uhci_dump_all(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
830
uhci_add_loop(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
85
__containerof(bus, uhci_softc_t, sc_bus)
sys/dev/usb/controller/uhci.c
854
uhci_rem_loop(uhci_softc_t *sc)
sys/dev/usb/controller/uhci.c
98
static void uhci_dumpregs(uhci_softc_t *sc);
sys/dev/usb/controller/uhci.c
999
uhci_isoc_done(uhci_softc_t *sc, struct usb_xfer *xfer)
sys/dev/usb/controller/uhci.h
246
usb_error_t uhci_init(uhci_softc_t *sc);
sys/dev/usb/controller/uhci.h
247
void uhci_reset(uhci_softc_t *sc);
sys/dev/usb/controller/uhci.h
248
void uhci_interrupt(uhci_softc_t *sc);
sys/dev/usb/controller/uhci_pci.c
285
uhci_softc_t *sc = device_get_softc(self);
sys/dev/usb/controller/uhci_pci.c
415
uhci_softc_t *sc = device_get_softc(self);