Searched refs:sc_ctl_notify (Results 1 – 2 of 2) sorted by relevance
230 sc->sc_ctl_notify = -1; in umodem_common_attach()243 sc->sc_ctl_notify = ed->bEndpointAddress; in umodem_common_attach()297 if (sc->sc_ctl_notify != -1 && sc->sc_notify_pipe == NULL) { in umodem_open()298 err = usbd_open_pipe_intr(sc->sc_ctl_iface, sc->sc_ctl_notify, in umodem_open()
56 int sc_ctl_notify; /* Notification endpoint */ member