OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 15 07:09:58 GMT 2025