Home | History | Annotate | Download | only in libugenhc

Lines Matching defs:sc_bus

94 	struct usbd_bus sc_bus;
230 KASSERT(sc->sc_bus.ub_usepolling || mutex_owned(&sc->sc_lock));
519 KASSERT(sc->sc_bus.ub_usepolling || mutex_owned(&sc->sc_lock));
584 KASSERT(sc->sc_bus.ub_usepolling || mutex_owned(&sc->sc_lock));
922 sc->sc_bus.ub_revision = USBREV_2_0;
923 sc->sc_bus.ub_methods = &ugenhc_bus_methods;
924 sc->sc_bus.ub_hcpriv = sc;
925 sc->sc_bus.ub_pipesize = sizeof(struct ugenhc_pipe);
926 sc->sc_bus.ub_usedma = false;
931 config_found(self, &sc->sc_bus, usbctlprint, CFARGS_NONE);