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:global_regs
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i3c/master/
H
A
D
ast2600-i3c-master.c
43
struct regmap *
global_regs
;
member
88
rc = regmap_write(i3c->
global_regs
,
in ast2600_i3c_init()
97
rc = regmap_write(i3c->
global_regs
,
in ast2600_i3c_init()
141
i3c->
global_regs
= syscon_node_to_regmap(gspec.np);
in ast2600_i3c_probe()
144
if (IS_ERR(i3c->
global_regs
))
in ast2600_i3c_probe()
145
return PTR_ERR(i3c->
global_regs
);
in ast2600_i3c_probe()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H
A
D
icc-bwmon.c
185
struct regmap_field *
global_regs
[F_NUM_GLOBAL_FIELDS];
member
476
global_irq_clr = bwmon->
global_regs
[F_GLOBAL_IRQ_CLEAR];
in bwmon_clear_irq()
509
global_irq_en = bwmon->
global_regs
[F_GLOBAL_IRQ_ENABLE];
in bwmon_disable()
530
global_irq_en = bwmon->
global_regs
[F_GLOBAL_IRQ_ENABLE];
in bwmon_enable()
738
ret = devm_regmap_field_bulk_alloc(dev, map, bwmon->
global_regs
,
in bwmon_init_regmap()
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
H
A
D
et131x.h
155
struct
global_regs
{ /* Location: */
struct
1224
struct
global_regs
global;
1226
u8 unused_global[4096 - sizeof(struct
global_regs
)];
H
A
D
et131x.c
1497
struct
global_regs
__iomem *regs = &adapter->regs->global;
in et131x_configure_global_regs()
/kernel/linux/linux-6.6/drivers/net/ethernet/agere/
H
A
D
et131x.h
155
struct
global_regs
{ /* Location: */
struct
1224
struct
global_regs
global;
1226
u8 unused_global[4096 - sizeof(struct
global_regs
)];
H
A
D
et131x.c
1497
struct
global_regs
__iomem *regs = &adapter->regs->global;
in et131x_configure_global_regs()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
ov8858.c
120
const struct regval *
global_regs
;
member
1332
ret = ov8858_write_array(ov8858, ov8858->
global_regs
);
in ov8858_start_stream()
1806
ov8858->
global_regs
= ov8858->num_lanes == 4
in ov8858_check_sensor_id()
1814
ov8858->
global_regs
= ov8858_global_regs_r1a;
in ov8858_check_sensor_id()
Completed in 17 milliseconds