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

  /src/sys/dev/usb/
umodemvar.h 57 struct usbd_pipe * sc_notify_pipe; /* Notification pipe */ member in struct:umodem_softc
umodem_common.c 231 sc->sc_notify_pipe = NULL;
297 if (sc->sc_ctl_notify != -1 && sc->sc_notify_pipe == NULL) {
299 USBD_SHORT_XFER_OK, &sc->sc_notify_pipe, sc,
317 if (sc->sc_notify_pipe != NULL) {
318 usbd_abort_pipe(sc->sc_notify_pipe);
319 usbd_close_pipe(sc->sc_notify_pipe);
320 sc->sc_notify_pipe = NULL;
353 usbd_clear_endpoint_stall_async(sc->sc_notify_pipe);

Completed in 13 milliseconds