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

  /src/sys/dev/usb/
umodemvar.h 56 int sc_ctl_notify; /* Notification endpoint */ member in struct:umodem_softc
umodem_common.c 230 sc->sc_ctl_notify = -1;
243 sc->sc_ctl_notify = ed->bEndpointAddress;
297 if (sc->sc_ctl_notify != -1 && sc->sc_notify_pipe == NULL) {
298 err = usbd_open_pipe_intr(sc->sc_ctl_iface, sc->sc_ctl_notify,

Completed in 13 milliseconds