OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atu_ep
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_atu.c
1553
int err = usbd_create_xfer(sc->
atu_ep
[ATU_ENDPT_RX],
1583
int err = usbd_create_xfer(sc->
atu_ep
[ATU_ENDPT_TX],
1670
sc->
atu_ep
[ATU_ENDPT_RX]);
1753
sc->
atu_ep
[ATU_ENDPT_TX]);
1983
USBD_EXCLUSIVE_USE, &sc->
atu_ep
[ATU_ENDPT_RX]);
1992
USBD_EXCLUSIVE_USE, &sc->
atu_ep
[ATU_ENDPT_TX]);
2232
if (sc->
atu_ep
[ATU_ENDPT_RX] != NULL) {
2233
usbd_abort_pipe(sc->
atu_ep
[ATU_ENDPT_RX]);
2236
if (sc->
atu_ep
[ATU_ENDPT_TX] != NULL) {
2237
usbd_abort_pipe(sc->
atu_ep
[ATU_ENDPT_TX])
[
all
...]
if_atureg.h
158
struct usbd_pipe *
atu_ep
[ATU_ENDPT_MAX];
member in struct:atu_softc
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025