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:end_trb_dma
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ring.c
540
dma_addr_t
end_trb_dma
;
in cdnsp_trb_in_td()
local
554
end_trb_dma
= cdnsp_trb_virt_to_dma(cur_seg, end_trb);
in cdnsp_trb_in_td()
557
end_trb_dma
, cur_seg->dma,
in cdnsp_trb_in_td()
560
if (
end_trb_dma
> 0) {
in cdnsp_trb_in_td()
565
if (start_dma <=
end_trb_dma
) {
in cdnsp_trb_in_td()
567
suspect_dma <=
end_trb_dma
) {
in cdnsp_trb_in_td()
578
suspect_dma <=
end_trb_dma
)) {
in cdnsp_trb_in_td()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-ring.c
1953
dma_addr_t
end_trb_dma
;
in trb_in_td()
local
1966
end_trb_dma
= xhci_trb_virt_to_dma(cur_seg, end_trb);
in trb_in_td()
1973
(unsigned long long)
end_trb_dma
,
in trb_in_td()
1977
if (
end_trb_dma
> 0) {
in trb_in_td()
1979
if (start_dma <=
end_trb_dma
) {
in trb_in_td()
1980
if (suspect_dma >= start_dma && suspect_dma <=
end_trb_dma
)
in trb_in_td()
1989
suspect_dma <=
end_trb_dma
))
in trb_in_td()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-ring.c
2051
dma_addr_t
end_trb_dma
;
in trb_in_td()
local
2064
end_trb_dma
= xhci_trb_virt_to_dma(cur_seg, end_trb);
in trb_in_td()
2071
(unsigned long long)
end_trb_dma
,
in trb_in_td()
2075
if (
end_trb_dma
> 0) {
in trb_in_td()
2077
if (start_dma <=
end_trb_dma
) {
in trb_in_td()
2078
if (suspect_dma >= start_dma && suspect_dma <=
end_trb_dma
)
in trb_in_td()
2087
suspect_dma <=
end_trb_dma
))
in trb_in_td()
Completed in 14 milliseconds