OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATU_ENDPT_TX
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_atu.c
1379
sc->atu_ed[
ATU_ENDPT_TX
] = ed->bEndpointAddress;
1583
int err = usbd_create_xfer(sc->atu_ep[
ATU_ENDPT_TX
],
1753
sc->atu_ep[
ATU_ENDPT_TX
]);
1991
err = usbd_open_pipe(sc->atu_iface, sc->atu_ed[
ATU_ENDPT_TX
],
1992
USBD_EXCLUSIVE_USE, &sc->atu_ep[
ATU_ENDPT_TX
]);
2236
if (sc->atu_ep[
ATU_ENDPT_TX
] != NULL) {
2237
usbd_abort_pipe(sc->atu_ep[
ATU_ENDPT_TX
]);
2251
if (sc->atu_ep[
ATU_ENDPT_TX
] != NULL) {
2252
usbd_close_pipe(sc->atu_ep[
ATU_ENDPT_TX
]);
2253
sc->atu_ep[
ATU_ENDPT_TX
] = NULL
[
all
...]
if_atureg.h
77
#define
ATU_ENDPT_TX
0x1
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025