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:userMsgs
(Results
1 - 2
of
2
) sorted by relevance
/drivers/hdf_core/framework/support/platform/src/i2c/
H
A
D
i2c_msg.c
43
struct I2cUserMsg *
userMsgs
= NULL;
in RebuildMsgs()
local
56
if (!HdfSbufReadBuffer(data, (const void **)&
userMsgs
, &len) || (
userMsgs
== NULL) ||
in RebuildMsgs()
58
HDF_LOGE("RebuildMsgs: read
userMsgs
fail!");
in RebuildMsgs()
62
msgs[i].addr =
userMsgs
->addr;
in RebuildMsgs()
63
msgs[i].len =
userMsgs
->len;
in RebuildMsgs()
65
msgs[i].flags =
userMsgs
->flags;
in RebuildMsgs()
H
A
D
i2c_if_u.c
213
struct I2cUserMsg
userMsgs
= {0};
in WriteI2cMsgs()
local
221
userMsgs
.addr = msgs[i].addr;
in WriteI2cMsgs()
222
userMsgs
.len = msgs[i].len;
in WriteI2cMsgs()
223
userMsgs
.flags = msgs[i].flags;
in WriteI2cMsgs()
224
if (!HdfSbufWriteBuffer(data, &
userMsgs
, sizeof(struct I2cUserMsg))) {
in WriteI2cMsgs()
225
HDF_LOGE("WriteI2cMsgs: write
userMsgs
[%hd] buf fail!", i);
in WriteI2cMsgs()
Completed in 1 milliseconds