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:map_rx
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/
H
A
D
mcp251xfd-tef.c
153
const int val_bytes = regmap_get_val_bytes(priv->
map_rx
);
in mcp251xfd_tef_obj_read()
165
return regmap_bulk_read(priv->
map_rx
,
in mcp251xfd_tef_obj_read()
H
A
D
mcp251xfd-rx.c
189
const int val_bytes = regmap_get_val_bytes(priv->
map_rx
);
in mcp251xfd_rx_obj_read()
192
err = regmap_bulk_read(priv->
map_rx
,
in mcp251xfd_rx_obj_read()
H
A
D
mcp251xfd-regmap.c
516
priv->
map_rx
= priv->map_nocrc;
in mcp251xfd_regmap_init_nocrc()
569
priv->
map_rx
= priv->map_crc;
in mcp251xfd_regmap_init_crc()
H
A
D
mcp251xfd-dump.c
67
const int val_bytes = regmap_get_val_bytes(priv->
map_rx
);
in mcp251xfd_dump_registers()
H
A
D
mcp251xfd.h
617
struct regmap *
map_rx
; /* RX/TEF RAM access */
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/
H
A
D
mcp251xfd-regmap.c
463
priv->
map_rx
= priv->map_nocrc;
in mcp251xfd_regmap_init_nocrc()
516
priv->
map_rx
= priv->map_crc;
in mcp251xfd_regmap_init_crc()
H
A
D
mcp251xfd.h
570
struct regmap *
map_rx
; /* RX/TEF RAM access */
member
H
A
D
mcp251xfd-core.c
1296
return regmap_bulk_read(priv->
map_rx
,
in mcp251xfd_tef_obj_read()
1462
err = regmap_bulk_read(priv->
map_rx
,
in mcp251xfd_rx_obj_read()
Completed in 11 milliseconds