OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_scowr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ubt.c
226
struct ubt_isoc_xfer
sc_scowr
[UBT_NXFERS];
member in struct:ubt_softc
933
if (sc->
sc_scowr
[i].xfer != NULL) {
934
usbd_destroy_xfer(sc->
sc_scowr
[i].xfer);
935
sc->
sc_scowr
[i].xfer = NULL;
936
sc->
sc_scowr
[i].buf = NULL;
1089
&sc->
sc_scowr
[i].xfer);
1092
sc->
sc_scowr
[i].buf =
1093
usbd_get_buffer(sc->
sc_scowr
[i].xfer);
1094
sc->
sc_scowr
[i].softc = sc;
1095
sc->
sc_scowr
[i].busy = 0
[
all
...]
ubt.c
226
struct ubt_isoc_xfer
sc_scowr
[UBT_NXFERS];
member in struct:ubt_softc
933
if (sc->
sc_scowr
[i].xfer != NULL) {
934
usbd_destroy_xfer(sc->
sc_scowr
[i].xfer);
935
sc->
sc_scowr
[i].xfer = NULL;
936
sc->
sc_scowr
[i].buf = NULL;
1089
&sc->
sc_scowr
[i].xfer);
1092
sc->
sc_scowr
[i].buf =
1093
usbd_get_buffer(sc->
sc_scowr
[i].xfer);
1094
sc->
sc_scowr
[i].softc = sc;
1095
sc->
sc_scowr
[i].busy = 0
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025