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:shared_res
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H
A
D
dev-enet.c
46
static struct resource
shared_res
[] = {
variable
67
.num_resources = ARRAY_SIZE(
shared_res
),
68
.resource =
shared_res
,
180
shared_res
[0].start = bcm63xx_regset_address(RSET_ENETDMA);
in register_shared()
181
shared_res
[0].end =
shared_res
[0].start;
in register_shared()
183
shared_res
[0].end += (RSET_6345_ENETDMA_SIZE) - 1;
in register_shared()
185
shared_res
[0].end += (RSET_ENETDMA_SIZE) - 1;
in register_shared()
194
shared_res
[1].start = bcm63xx_regset_address(RSET_ENETDMAC);
in register_shared()
195
shared_res
[
in register_shared()
[all...]
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H
A
D
dev-enet.c
46
static struct resource
shared_res
[] = {
variable
67
.num_resources = ARRAY_SIZE(
shared_res
),
68
.resource =
shared_res
,
180
shared_res
[0].start = bcm63xx_regset_address(RSET_ENETDMA);
in register_shared()
181
shared_res
[0].end =
shared_res
[0].start;
in register_shared()
183
shared_res
[0].end += (RSET_6345_ENETDMA_SIZE) - 1;
in register_shared()
185
shared_res
[0].end += (RSET_ENETDMA_SIZE) - 1;
in register_shared()
194
shared_res
[1].start = bcm63xx_regset_address(RSET_ENETDMAC);
in register_shared()
195
shared_res
[
in register_shared()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-mlxbf.c
403
struct mlxbf_i2c_resource *
shared_res
[MLXBF_I2C_SHARED_RES_MAX];
member
1060
res = chip->
shared_res
[res_idx];
in mlxbf_i2c_get_shared_resource()
2203
.
shared_res
= {
2214
.
shared_res
= {
2223
.
shared_res
= {
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-mlxbf.c
419
struct mlxbf_i2c_resource *
shared_res
[MLXBF_I2C_SHARED_RES_MAX];
member
1035
res = chip->
shared_res
[res_idx];
in mlxbf_i2c_get_shared_resource()
2204
.
shared_res
= {
2213
.
shared_res
= {
Completed in 7 milliseconds