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:EHCI_LIST_END
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-mem.c
31
qtd->hw_next =
EHCI_LIST_END
(ehci);
in ehci_qtd_init()
32
qtd->hw_alt_next =
EHCI_LIST_END
(ehci);
in ehci_qtd_init()
203
hw->hw_next =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
204
hw->hw_qtd_next =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
205
hw->hw_alt_next =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
213
ehci->periodic[i] =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
H
A
D
ehci-q.c
87
hw->hw_alt_next =
EHCI_LIST_END
(ehci);
in qh_update()
408
&
EHCI_LIST_END
(ehci))) {
in qh_completions()
469
&
EHCI_LIST_END
(ehci)))
in qh_completions()
542
if (stopped != 0 || hw->hw_qtd_next ==
EHCI_LIST_END
(ehci))
in qh_completions()
699
qtd->hw_alt_next =
EHCI_LIST_END
(ehci);
in qh_urb_transaction()
1228
qtd->hw_alt_next =
EHCI_LIST_END
(ehci);
in submit_single_step_set_feature()
H
A
D
oxu210hp-hcd.c
283
#define
EHCI_LIST_END
cpu_to_le32(1) /* "null pointer" to hw */
macro
980
qtd->hw_next =
EHCI_LIST_END
;
in ehci_qtd_init()
981
qtd->hw_alt_next =
EHCI_LIST_END
;
in ehci_qtd_init()
1016
qtd->hw_next =
EHCI_LIST_END
;
in ehci_qtd_alloc()
1017
qtd->hw_alt_next =
EHCI_LIST_END
;
in ehci_qtd_alloc()
1170
oxu->mem->frame_list[i] =
EHCI_LIST_END
;
in ehci_mem_init()
1191
oxu->periodic[i] =
EHCI_LIST_END
;
in ehci_mem_init()
1251
qh->hw_alt_next =
EHCI_LIST_END
;
in qh_update()
1478
!(qtd->hw_alt_next &
EHCI_LIST_END
)) {
in qh_completions()
1568
if (stopped != 0 || qh->hw_qtd_next ==
EHCI_LIST_END
) {
in qh_completions()
[all...]
H
A
D
ehci-sched.c
89
!=
EHCI_LIST_END
(ehci))
in periodic_unlink()
703
hw->hw_next =
EHCI_LIST_END
(ehci);
in end_unlink_intr()
837
hw->hw_next =
EHCI_LIST_END
(ehci);
in qh_schedule()
1660
itd->hw_next =
EHCI_LIST_END
(ehci);
in itd_init()
2101
sitd->hw_next =
EHCI_LIST_END
(ehci);
in sitd_patch()
2105
sitd->hw_backpointer =
EHCI_LIST_END
(ehci);
in sitd_patch()
2410
q.itd->hw_next !=
EHCI_LIST_END
(ehci))
in scan_isoc()
2445
q.sitd->hw_next !=
EHCI_LIST_END
(ehci))
in scan_isoc()
H
A
D
ehci.h
349
#define
EHCI_LIST_END
(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */
macro
595
__hc32 hw_prev; /* qh or
EHCI_LIST_END
*/
H
A
D
ehci-hcd.c
527
hw->hw_qtd_next =
EHCI_LIST_END
(ehci);
in ehci_init()
H
A
D
ehci-dbg.c
381
__le32 list_end =
EHCI_LIST_END
(ehci);
in qh_lines()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-mem.c
31
qtd->hw_next =
EHCI_LIST_END
(ehci);
in ehci_qtd_init()
32
qtd->hw_alt_next =
EHCI_LIST_END
(ehci);
in ehci_qtd_init()
202
hw->hw_next =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
203
hw->hw_qtd_next =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
204
hw->hw_alt_next =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
212
ehci->periodic[i] =
EHCI_LIST_END
(ehci);
in ehci_mem_init()
H
A
D
ehci-q.c
88
hw->hw_alt_next =
EHCI_LIST_END
(ehci);
in qh_update()
409
&
EHCI_LIST_END
(ehci))) {
in qh_completions()
470
&
EHCI_LIST_END
(ehci)))
in qh_completions()
543
if (stopped != 0 || hw->hw_qtd_next ==
EHCI_LIST_END
(ehci))
in qh_completions()
700
qtd->hw_alt_next =
EHCI_LIST_END
(ehci);
in qh_urb_transaction()
1229
qtd->hw_alt_next =
EHCI_LIST_END
(ehci);
in ehci_submit_single_step_set_feature()
H
A
D
oxu210hp-hcd.c
283
#define
EHCI_LIST_END
cpu_to_le32(1) /* "null pointer" to hw */
macro
980
qtd->hw_next =
EHCI_LIST_END
;
in ehci_qtd_init()
981
qtd->hw_alt_next =
EHCI_LIST_END
;
in ehci_qtd_init()
1016
qtd->hw_next =
EHCI_LIST_END
;
in ehci_qtd_alloc()
1017
qtd->hw_alt_next =
EHCI_LIST_END
;
in ehci_qtd_alloc()
1170
oxu->mem->frame_list[i] =
EHCI_LIST_END
;
in ehci_mem_init()
1191
oxu->periodic[i] =
EHCI_LIST_END
;
in ehci_mem_init()
1251
qh->hw_alt_next =
EHCI_LIST_END
;
in qh_update()
1479
!(qtd->hw_alt_next &
EHCI_LIST_END
)) {
in qh_completions()
1569
if (stopped != 0 || qh->hw_qtd_next ==
EHCI_LIST_END
) {
in qh_completions()
[all...]
H
A
D
ehci-sched.c
89
!=
EHCI_LIST_END
(ehci))
in periodic_unlink()
710
hw->hw_next =
EHCI_LIST_END
(ehci);
in end_unlink_intr()
844
hw->hw_next =
EHCI_LIST_END
(ehci);
in qh_schedule()
1671
itd->hw_next =
EHCI_LIST_END
(ehci);
in itd_init()
2112
sitd->hw_next =
EHCI_LIST_END
(ehci);
in sitd_patch()
2116
sitd->hw_backpointer =
EHCI_LIST_END
(ehci);
in sitd_patch()
2421
q.itd->hw_next !=
EHCI_LIST_END
(ehci))
in scan_isoc()
2456
q.sitd->hw_next !=
EHCI_LIST_END
(ehci))
in scan_isoc()
H
A
D
ehci.h
352
#define
EHCI_LIST_END
(ehci) cpu_to_hc32(ehci, 1) /* "null pointer" to hw */
macro
598
__hc32 hw_prev; /* qh or
EHCI_LIST_END
*/
H
A
D
ehci-dbg.c
381
__le32 list_end =
EHCI_LIST_END
(ehci);
in qh_lines()
H
A
D
ehci-hcd.c
528
hw->hw_qtd_next =
EHCI_LIST_END
(ehci);
in ehci_init()
Completed in 26 milliseconds