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:TD_DONE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-mem.c
120
else if ((td->hwINFO & cpu_to_hc32(hc,
TD_DONE
)) != 0)
in td_free()
H
A
D
ohci.h
101
#define
TD_DONE
0x00020000 /* retired to donelist */
macro
H
A
D
ohci-q.c
956
td->hwINFO |= cpu_to_hc32 (ohci,
TD_DONE
);
in update_done_list()
1174
if (!(td->hwINFO & cpu_to_hc32(ohci,
TD_DONE
))) {
in takeback_td()
H
A
D
ohci-dbg.c
262
(tmp &
TD_DONE
) ? " (DONE)" : "",
in ohci_dump_td()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-mem.c
120
else if ((td->hwINFO & cpu_to_hc32(hc,
TD_DONE
)) != 0)
in td_free()
H
A
D
ohci.h
101
#define
TD_DONE
0x00020000 /* retired to donelist */
macro
H
A
D
ohci-q.c
956
td->hwINFO |= cpu_to_hc32 (ohci,
TD_DONE
);
in update_done_list()
1174
if (!(td->hwINFO & cpu_to_hc32(ohci,
TD_DONE
))) {
in takeback_td()
H
A
D
ohci-dbg.c
262
(tmp &
TD_DONE
) ? " (DONE)" : "",
in ohci_dump_td()
Completed in 9 milliseconds