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
defs:i2cr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/fsi/
H
A
D
i2cr-scom.c
17
struct fsi_master_i2cr *
i2cr
;
member
H
A
D
fsi-master-i2cr.c
137
int fsi_master_i2cr_read(struct fsi_master_i2cr *
i2cr
, u32 addr, u64 *data)
in fsi_master_i2cr_read()
argument
160
int fsi_master_i2cr_write(struct fsi_master_i2cr *
i2cr
, u32 addr, u64 data)
in fsi_master_i2cr_write()
argument
190
struct fsi_master_
i2cr
*
i2cr
= container_of(master, struct fsi_master_
i2cr
, master);
i2cr_read()
local
229
struct fsi_master_
i2cr
*
i2cr
= container_of(master, struct fsi_master_
i2cr
, master);
i2cr_write()
local
252
struct fsi_master_
i2cr
*
i2cr
= to_fsi_master_
i2cr
(to_fsi_master(dev));
i2cr_release()
local
261
struct fsi_master_
i2cr
*
i2cr
;
i2cr_probe()
local
292
struct fsi_master_
i2cr
*
i2cr
= i2c_get_clientdata(client);
i2cr_remove()
local
[all...]
Completed in 2 milliseconds