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:num_config_regs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
qcom-pm8008.c
135
.
num_config_regs
= PM8008_NUM_PERIPHS,
H
A
D
wcd934x.c
72
.
num_config_regs
= 4,
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
regmap-irq.c
180
for (j = 0; j < d->chip->
num_config_regs
; j++) {
in regmap_irq_sync_unlock()
557
* `num_config_bases` rows, each of `
num_config_regs
` elements.
711
if (chip->num_config_bases && chip->
num_config_regs
) {
in regmap_add_irq_chip_fwnode()
713
* Create config_buf[num_config_bases][
num_config_regs
]
in regmap_add_irq_chip_fwnode()
721
d->config_buf[i] = kcalloc(chip->
num_config_regs
,
in regmap_add_irq_chip_fwnode()
/kernel/linux/linux-6.6/arch/riscv/kvm/
H
A
D
vcpu_onereg.c
664
static unsigned long
num_config_regs
(const struct kvm_vcpu *vcpu)
in num_config_regs()
function
932
res +=
num_config_regs
(vcpu);
in kvm_riscv_vcpu_num_regs()
/kernel/linux/linux-6.6/include/linux/
H
A
D
regmap.h
1576
* @
num_config_regs
: Number of config registers for each config base register.
1589
* main status base, [0,
num_config_regs
[ for any config
1632
int
num_config_regs
;
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wcd9335.c
5028
.
num_config_regs
= 4,
Completed in 20 milliseconds