OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_rxpipe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_urtwreg.h
369
struct usbd_pipe *
sc_rxpipe
;
member in struct:urtw_softc
if_urtw.c
831
if (sc->
sc_rxpipe
!= NULL) {
832
usbd_close_pipe(sc->
sc_rxpipe
);
833
sc->
sc_rxpipe
= NULL;
883
USBD_EXCLUSIVE_USE, &sc->
sc_rxpipe
);
886
USBD_EXCLUSIVE_USE, &sc->
sc_rxpipe
);
909
error = usbd_create_xfer(sc->
sc_rxpipe
, MCLBYTES,
949
if (sc->
sc_rxpipe
!= NULL)
950
usbd_abort_pipe(sc->
sc_rxpipe
);
3032
if (sc->
sc_rxpipe
!= NULL)
3033
usbd_abort_pipe(sc->
sc_rxpipe
);
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025