Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:next_dl_td
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-q.c
550
td->
next_dl_td
= NULL;
in td_fill()
904
if (td->
next_dl_td
)
in add_to_done_list()
911
if (td2->
next_dl_td
)
in add_to_done_list()
913
td2->
next_dl_td
= td_prev;
in add_to_done_list()
918
ohci->dl_end->
next_dl_td
= td_prev;
in add_to_done_list()
923
* Make td->
next_dl_td
point to td itself, to mark the fact
in add_to_done_list()
926
ohci->dl_end = td->
next_dl_td
= td;
in add_to_done_list()
930
if (td2 && td2->
next_dl_td
)
in add_to_done_list()
1008
if (td->
next_dl_td
)
in finish_unlinks()
1207
ohci->dl_start = td->
next_dl_td
;
in process_done_list()
[all...]
H
A
D
ohci.h
133
struct td *
next_dl_td
;
member
H
A
D
ohci-hcd.c
805
if (!td_next->
next_dl_td
)
in io_watchdog_func()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-q.c
550
td->
next_dl_td
= NULL;
in td_fill()
904
if (td->
next_dl_td
)
in add_to_done_list()
911
if (td2->
next_dl_td
)
in add_to_done_list()
913
td2->
next_dl_td
= td_prev;
in add_to_done_list()
918
ohci->dl_end->
next_dl_td
= td_prev;
in add_to_done_list()
923
* Make td->
next_dl_td
point to td itself, to mark the fact
in add_to_done_list()
926
ohci->dl_end = td->
next_dl_td
= td;
in add_to_done_list()
930
if (td2 && td2->
next_dl_td
)
in add_to_done_list()
1008
if (td->
next_dl_td
)
in finish_unlinks()
1207
ohci->dl_start = td->
next_dl_td
;
in process_done_list()
[all...]
H
A
D
ohci.h
133
struct td *
next_dl_td
;
member
H
A
D
ohci-hcd.c
803
if (!td_next->
next_dl_td
)
in io_watchdog_func()
Completed in 10 milliseconds