OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_freetds
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
uhcivar.h
168
uhci_soft_td_t *
sc_freetds
; /* TD free list */
member in struct:uhci_softc
ohcivar.h
127
ohci_soft_td_t *
sc_freetds
;
member in struct:ohci_softc
uhci.c
1832
if (sc->
sc_freetds
== NULL) {
1848
std->link.std = sc->
sc_freetds
;
1849
sc->
sc_freetds
= std;
1852
std = sc->
sc_freetds
;
1853
sc->
sc_freetds
= std->link.std;
1876
std->link.std = sc->
sc_freetds
;
1877
sc->
sc_freetds
= std;
2060
ux->ux_stds[i]->link.std = sc->
sc_freetds
;
2061
sc->
sc_freetds
= std;
ohci.c
472
if (sc->
sc_freetds
== NULL) {
497
std->nexttd = sc->
sc_freetds
;
499
sc->
sc_freetds
= std;
503
std = sc->
sc_freetds
;
504
sc->
sc_freetds
= std->nexttd;
521
std->nexttd = sc->
sc_freetds
;
522
sc->
sc_freetds
= std;
Completed in 17 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025