Home
last modified time | relevance | path

Searched refs:sc_ctl_notify (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dumodem_common.c230 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()
H A Dumodemvar.h56 int sc_ctl_notify; /* Notification endpoint */ member