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:hwNextTD
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-q.c
569
td->
hwNextTD
= cpu_to_hc32 (ohci, td_pt->td_dma);
in td_fill()
581
td->ed->hwTailP = td->
hwNextTD
;
in td_fill()
871
ed->hwHeadP = next->
hwNextTD
| toggle;
in ed_halted()
967
td_dma = hc32_to_cpup (ohci, &td->
hwNextTD
);
in update_done_list()
1049
prev = &td->
hwNextTD
;
in finish_unlinks()
1055
*prev = td->
hwNextTD
| savebits;
in finish_unlinks()
H
A
D
ohci-mem.c
103
td->
hwNextTD
= cpu_to_hc32 (hc, dma);
in td_alloc()
H
A
D
ohci.h
120
__hc32
hwNextTD
; /* Next TD Pointer */
member
H
A
D
ohci-dbg.c
264
hc32_to_cpup (ohci, &td->
hwNextTD
));
in ohci_dump_td()
348
*
hwNextTD
as it accumulates ed_donelist.
in ohci_dump_ed()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-q.c
569
td->
hwNextTD
= cpu_to_hc32 (ohci, td_pt->td_dma);
in td_fill()
581
td->ed->hwTailP = td->
hwNextTD
;
in td_fill()
871
ed->hwHeadP = next->
hwNextTD
| toggle;
in ed_halted()
967
td_dma = hc32_to_cpup (ohci, &td->
hwNextTD
);
in update_done_list()
1049
prev = &td->
hwNextTD
;
in finish_unlinks()
1055
*prev = td->
hwNextTD
| savebits;
in finish_unlinks()
H
A
D
ohci-mem.c
103
td->
hwNextTD
= cpu_to_hc32 (hc, dma);
in td_alloc()
H
A
D
ohci.h
120
__hc32
hwNextTD
; /* Next TD Pointer */
member
H
A
D
ohci-dbg.c
264
hc32_to_cpup (ohci, &td->
hwNextTD
));
in ohci_dump_td()
348
*
hwNextTD
as it accumulates ed_donelist.
in ohci_dump_ed()
Completed in 10 milliseconds