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:rd_noinc_table
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
internal.h
101
const struct regmap_access_table *
rd_noinc_table
;
member
H
A
D
regmap.c
194
if (map->
rd_noinc_table
)
in regmap_readable_noinc()
195
return regmap_check_range_table(map, reg, map->
rd_noinc_table
);
in regmap_readable_noinc()
819
map->
rd_noinc_table
= config->
rd_noinc_table
;
in __regmap_init()
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
internal.h
107
const struct regmap_access_table *
rd_noinc_table
;
member
H
A
D
regmap.c
194
if (map->
rd_noinc_table
)
in regmap_readable_noinc()
195
return regmap_check_range_table(map, reg, map->
rd_noinc_table
);
in regmap_readable_noinc()
795
map->
rd_noinc_table
= config->
rd_noinc_table
;
in __regmap_init()
/kernel/linux/linux-5.10/include/linux/
H
A
D
regmap.h
273
*
rd_noinc_table
(see below) is not, the check is
276
* by
rd_noinc_table
).
305
* @
rd_noinc_table
: As above, for no increment readable registers.
378
const struct regmap_access_table *
rd_noinc_table
;
member
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
kionix-kx022a.c
147
.
rd_noinc_table
= &kx022a_nir_regs,
/kernel/linux/linux-6.6/include/linux/
H
A
D
regmap.h
296
*
rd_noinc_table
(see below) is not, the check is
299
* by
rd_noinc_table
).
341
* @
rd_noinc_table
: As above, for no increment readable registers.
430
const struct regmap_access_table *
rd_noinc_table
;
member
Completed in 16 milliseconds