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:rg_region
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/dw-edma/
H
A
D
dw-edma-pcie.c
142
dw->
rg_region
.vaddr = pcim_iomap_table(pdev)[pdata->rg_bar];
in dw_edma_pcie_probe()
143
dw->
rg_region
.vaddr += pdata->rg_off;
in dw_edma_pcie_probe()
144
dw->
rg_region
.paddr = pdev->resource[pdata->rg_bar].start;
in dw_edma_pcie_probe()
145
dw->
rg_region
.paddr += pdata->rg_off;
in dw_edma_pcie_probe()
146
dw->
rg_region
.sz = pdata->rg_sz;
in dw_edma_pcie_probe()
173
dw->
rg_region
.vaddr, &dw->
rg_region
.paddr);
in dw_edma_pcie_probe()
H
A
D
dw-edma-core.h
119
struct dw_edma_region
rg_region
; /* Registers */
member
H
A
D
dw-edma-v0-debugfs.c
292
regs = dw->
rg_region
.vaddr;
in dw_edma_v0_debugfs_on()
H
A
D
dw-edma-v0-core.c
28
return dw->
rg_region
.vaddr;
in __dw_regs()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
dw-xdata-pcie.c
65
struct dw_xdata_region
rg_region
; /* registers */
member
75
return dw->
rg_region
.vaddr;
in __dw_regs()
322
dw->
rg_region
.vaddr = pcim_iomap_table(pdev)[BAR_0];
in dw_xdata_pcie_probe()
323
if (!dw->
rg_region
.vaddr)
in dw_xdata_pcie_probe()
326
dw->
rg_region
.paddr = pdev->resource[BAR_0].start;
in dw_xdata_pcie_probe()
356
addr = dw->
rg_region
.paddr + DW_XDATA_EP_MEM_OFFSET;
in dw_xdata_pcie_probe()
Completed in 3 milliseconds