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:msg_write_idx
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-designware-master.c
228
if (msgs[dev->
msg_write_idx
].flags & I2C_M_TEN) {
in i2c_dw_xfer_init()
247
msgs[dev->
msg_write_idx
].addr | ic_tar);
in i2c_dw_xfer_init()
275
u32 addr = msgs[dev->
msg_write_idx
].addr;
in i2c_dw_xfer_msg()
283
for (; dev->
msg_write_idx
< dev->msgs_num; dev->
msg_write_idx
++) {
in i2c_dw_xfer_msg()
284
u32 flags = msgs[dev->
msg_write_idx
].flags;
in i2c_dw_xfer_msg()
291
if (msgs[dev->
msg_write_idx
].addr != addr) {
in i2c_dw_xfer_msg()
300
buf = msgs[dev->
msg_write_idx
].buf;
in i2c_dw_xfer_msg()
301
buf_len = msgs[dev->
msg_write_idx
].len;
in i2c_dw_xfer_msg()
308
(dev->
msg_write_idx
>
in i2c_dw_xfer_msg()
[all...]
H
A
D
i2c-designware-core.h
196
* @
msg_write_idx
: the element index of the current tx message in the msgs
251
int
msg_write_idx
;
member
H
A
D
i2c-designware-slave.c
82
dev->
msg_write_idx
= 0;
in i2c_dw_reg_slave()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-designware-master.c
221
if (msgs[dev->
msg_write_idx
].flags & I2C_M_TEN) {
in i2c_dw_xfer_init()
240
msgs[dev->
msg_write_idx
].addr | ic_tar);
in i2c_dw_xfer_init()
432
u32 addr = msgs[dev->
msg_write_idx
].addr;
in i2c_dw_xfer_msg()
440
for (; dev->
msg_write_idx
< dev->msgs_num; dev->
msg_write_idx
++) {
in i2c_dw_xfer_msg()
441
u32 flags = msgs[dev->
msg_write_idx
].flags;
in i2c_dw_xfer_msg()
448
if (msgs[dev->
msg_write_idx
].addr != addr) {
in i2c_dw_xfer_msg()
457
buf = msgs[dev->
msg_write_idx
].buf;
in i2c_dw_xfer_msg()
458
buf_len = msgs[dev->
msg_write_idx
].len;
in i2c_dw_xfer_msg()
465
(dev->
msg_write_idx
>
in i2c_dw_xfer_msg()
[all...]
H
A
D
i2c-designware-core.h
206
* @
msg_write_idx
: the element index of the current tx message in the msgs array
264
int
msg_write_idx
;
member
Completed in 5 milliseconds