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

  /src/sys/dev/usb/
auvitek_dtv.c 158 err = usbd_create_xfer(sc->sc_ab.ab_pipe,
284 USBD_EXCLUSIVE_USE|USBD_MPSAFE, &sc->sc_ab.ab_pipe);
299 if (sc->sc_ab.ab_pipe != NULL) {
301 usbd_abort_pipe(sc->sc_ab.ab_pipe);
311 if (sc->sc_ab.ab_pipe != NULL) {
313 usbd_close_pipe(sc->sc_ab.ab_pipe);
315 sc->sc_ab.ab_pipe = NULL;
341 usbd_clear_endpoint_stall_async(ab->ab_pipe);
auvitekvar.h 95 struct usbd_pipe *ab_pipe; member in struct:auvitek_bulk

Completed in 12 milliseconds