OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ibuff
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ucom.c
154
struct ucom_buffer
sc_ibuff
[UCOM_IN_BUFFS];
member in struct:ucom_softc
311
memset(sc->
sc_ibuff
, 0, sizeof(sc->
sc_ibuff
));
331
for (ub = &sc->
sc_ibuff
[0]; ub != &sc->
sc_ibuff
[UCOM_IN_BUFFS];
384
for (ub = &sc->
sc_ibuff
[0]; ub != &sc->
sc_ibuff
[UCOM_IN_BUFFS];
445
if (sc->
sc_ibuff
[i].ub_xfer != NULL)
446
usbd_destroy_xfer(sc->
sc_ibuff
[i].ub_xfer);
649
struct ucom_buffer *ub = &sc->
sc_ibuff
[i]
[
all
...]
ucom.c
154
struct ucom_buffer
sc_ibuff
[UCOM_IN_BUFFS];
member in struct:ucom_softc
311
memset(sc->
sc_ibuff
, 0, sizeof(sc->
sc_ibuff
));
331
for (ub = &sc->
sc_ibuff
[0]; ub != &sc->
sc_ibuff
[UCOM_IN_BUFFS];
384
for (ub = &sc->
sc_ibuff
[0]; ub != &sc->
sc_ibuff
[UCOM_IN_BUFFS];
445
if (sc->
sc_ibuff
[i].ub_xfer != NULL)
446
usbd_destroy_xfer(sc->
sc_ibuff
[i].ub_xfer);
649
struct ucom_buffer *ub = &sc->
sc_ibuff
[i]
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025