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:FOTG210_LIST_END
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
fotg210-hcd.c
364
__le32 list_end =
FOTG210_LIST_END
(fotg210);
in qh_lines()
1810
qtd->hw_next =
FOTG210_LIST_END
(fotg210);
in fotg210_qtd_init()
1811
qtd->hw_alt_next =
FOTG210_LIST_END
(fotg210);
in fotg210_qtd_init()
1959
fotg210->periodic[i] =
FOTG210_LIST_END
(fotg210);
in fotg210_mem_init()
2038
hw->hw_alt_next =
FOTG210_LIST_END
(fotg210);
in qh_update()
2362
FOTG210_LIST_END
(fotg210))) {
in qh_completions()
2412
FOTG210_LIST_END
(fotg210)))
in qh_completions()
2481
if (stopped != 0 || hw->hw_qtd_next ==
FOTG210_LIST_END
(fotg210)) {
in qh_completions()
2646
qtd->hw_alt_next =
FOTG210_LIST_END
(fotg210);
in qh_urb_transaction()
3357
if (q->fstn->hw_prev !=
FOTG210_LIST_END
(fotg21
in periodic_usecs()
[all...]
H
A
D
fotg210.h
381
#define
FOTG210_LIST_END
(fotg210) \
macro
586
__hc32 hw_prev; /* qh or
FOTG210_LIST_END
*/
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-hcd.c
363
__le32 list_end =
FOTG210_LIST_END
(fotg210);
in qh_lines()
1810
qtd->hw_next =
FOTG210_LIST_END
(fotg210);
in fotg210_qtd_init()
1811
qtd->hw_alt_next =
FOTG210_LIST_END
(fotg210);
in fotg210_qtd_init()
1960
fotg210->periodic[i] =
FOTG210_LIST_END
(fotg210);
in fotg210_mem_init()
2039
hw->hw_alt_next =
FOTG210_LIST_END
(fotg210);
in qh_update()
2363
FOTG210_LIST_END
(fotg210))) {
in qh_completions()
2413
FOTG210_LIST_END
(fotg210)))
in qh_completions()
2482
if (stopped != 0 || hw->hw_qtd_next ==
FOTG210_LIST_END
(fotg210)) {
in qh_completions()
2647
qtd->hw_alt_next =
FOTG210_LIST_END
(fotg210);
in qh_urb_transaction()
3358
if (q->fstn->hw_prev !=
FOTG210_LIST_END
(fotg21
in periodic_usecs()
[all...]
H
A
D
fotg210-hcd.h
379
#define
FOTG210_LIST_END
(fotg210) \
macro
584
__hc32 hw_prev; /* qh or
FOTG210_LIST_END
*/
Completed in 14 milliseconds