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:reg_endian
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
regmap-raw-ram.c
43
r = decode_reg(data->
reg_endian
, reg);
in regmap_raw_ram_gather_write()
72
r = decode_reg(data->
reg_endian
, reg);
in regmap_raw_ram_read()
124
data->
reg_endian
= config->reg_format_endian;
in __regmap_init_raw_ram()
H
A
D
regmap.c
673
enum regmap_endian
reg_endian
, val_endian;
in __regmap_init()
local
827
reg_endian
= REGMAP_ENDIAN_NATIVE;
in __regmap_init()
850
reg_endian
= regmap_get_reg_endian(bus, config);
in __regmap_init()
913
switch (
reg_endian
) {
in __regmap_init()
929
switch (
reg_endian
) {
in __regmap_init()
939
switch (
reg_endian
) {
in __regmap_init()
1020
if ((
reg_endian
!= REGMAP_ENDIAN_BIG) ||
in __regmap_init()
H
A
D
internal.h
320
enum regmap_endian
reg_endian
;
member
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
regmap.c
711
enum regmap_endian
reg_endian
, val_endian;
in __regmap_init()
local
860
reg_endian
= regmap_get_reg_endian(bus, config);
in __regmap_init()
919
switch (
reg_endian
) {
in __regmap_init()
935
if (
reg_endian
!= REGMAP_ENDIAN_BIG)
in __regmap_init()
941
switch (
reg_endian
) {
in __regmap_init()
958
switch (
reg_endian
) {
in __regmap_init()
1058
if ((
reg_endian
!= REGMAP_ENDIAN_BIG) ||
in __regmap_init()
Completed in 11 milliseconds