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:i2c_bus
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/rk2206/hdf_driver/i2c/
H
A
D
i2c_driver.c
39
struct
i2c_bus
{
struct
60
static int32_t i2cdrv_initdevice(const struct
i2c_bus
*bus)
in i2cdrv_initdevice()
115
static void i2cdrv_deinitdevice(const struct
i2c_bus
*bus)
in i2cdrv_deinitdevice()
128
static int32_t i2cdrv_readdrs(struct DeviceResourceNode *node, struct
i2c_bus
*bus)
in i2cdrv_readdrs()
152
memset_s(bus, sizeof(struct
i2c_bus
), 0, sizeof(struct
i2c_bus
));
in i2cdrv_readdrs()
271
struct
i2c_bus
*bus;
in i2cdrv_transfer()
291
bus = (struct
i2c_bus
*)cntlr->priv;
in i2cdrv_transfer()
351
struct
i2c_bus
*bus = NULL;
in i2cdrv_init()
360
bus = (struct
i2c_bus
*)OsalMemAllo
in i2cdrv_init()
[all...]
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H
A
D
checks.c
1049
static const struct bus_type
i2c_bus
= {
variable
1057
node->bus = &
i2c_bus
;
in check_i2c_bus_bridge()
1066
node->bus = &
i2c_bus
;
in check_i2c_bus_bridge()
1096
if (!node->parent || (node->parent->bus != &
i2c_bus
)) {
in check_i2c_bus_reg()
Completed in 4 milliseconds