OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ipipe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uhub.c
152
struct usbd_pipe *
sc_ipipe
; /* interrupt pipe */
member in struct:uhub_softc
423
USBD_SHORT_XFER_OK|USBD_MPSAFE, &sc->
sc_ipipe
, sc,
938
usbd_abort_pipe(sc->
sc_ipipe
);
939
usbd_close_pipe(sc->
sc_ipipe
);
1041
usbd_clear_endpoint_stall_async(sc->
sc_ipipe
);
uhidev.c
120
struct usbd_pipe *
sc_ipipe
; /* input interrupt pipe */
member in struct:uhidev_softc
513
KASSERT(sc->
sc_ipipe
== NULL);
566
usbd_clear_endpoint_stall_async(sc->
sc_ipipe
);
710
USBD_SHORT_XFER_OK, &sc->
sc_ipipe
, sc, sc->sc_ibuf,
774
out2: if (sc->
sc_ipipe
) {
775
usbd_abort_pipe(sc->
sc_ipipe
);
776
usbd_close_pipe(sc->
sc_ipipe
);
777
sc->
sc_ipipe
= NULL;
840
if (sc->
sc_ipipe
) {
841
usbd_abort_pipe(sc->
sc_ipipe
);
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025