HomeSort by: relevance | last modified time | path
    Searched defs:sc_aclwr_pipe (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ubt.c 203 struct usbd_pipe *sc_aclwr_pipe; /* write pipe */ member in struct:ubt_softc
889 if (sc->sc_aclwr_pipe != NULL) {
890 usbd_abort_pipe(sc->sc_aclwr_pipe);
950 if (sc->sc_aclwr_pipe != NULL) {
951 usbd_close_pipe(sc->sc_aclwr_pipe);
952 sc->sc_aclwr_pipe = NULL;
1039 USBD_EXCLUSIVE_USE, &sc->sc_aclwr_pipe);
1044 error = usbd_create_xfer(sc->sc_aclwr_pipe, UBT_BUFSIZ_ACL,
1338 usbd_clear_endpoint_stall_async(sc->sc_aclwr_pipe);
ubt.c 203 struct usbd_pipe *sc_aclwr_pipe; /* write pipe */ member in struct:ubt_softc
889 if (sc->sc_aclwr_pipe != NULL) {
890 usbd_abort_pipe(sc->sc_aclwr_pipe);
950 if (sc->sc_aclwr_pipe != NULL) {
951 usbd_close_pipe(sc->sc_aclwr_pipe);
952 sc->sc_aclwr_pipe = NULL;
1039 USBD_EXCLUSIVE_USE, &sc->sc_aclwr_pipe);
1044 error = usbd_create_xfer(sc->sc_aclwr_pipe, UBT_BUFSIZ_ACL,
1338 usbd_clear_endpoint_stall_async(sc->sc_aclwr_pipe);

Completed in 52 milliseconds