uhidev.c | 121 struct usbd_pipe *sc_opipe; /* output interrupt pipe */ member in struct:uhidev_softc 512 KASSERT(sc->sc_opipe == NULL); 679 * uhidev_write will fail gracefully (it checks sc->sc_opipe), 727 0, &sc->sc_opipe); 735 DPRINTF(("uhidev_open: sc->sc_opipe=%p\n", sc->sc_opipe)); 737 error = usbd_create_xfer(sc->sc_opipe, UHIDEV_OSIZE, 0, 0, 747 err = usbd_intr_transfer(sc->sc_oxfer, sc->sc_opipe, 0, 766 usbd_abort_pipe(sc->sc_opipe); 770 out3: if (sc->sc_opipe) { [all...] |