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_driver
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
i2c.h
34
struct
i2c_driver
;
199
* struct
i2c_driver
- represent an I2C device driver
233
struct
i2c_driver
{
struct
270
#define to_i2c_driver(d) container_of(d, struct
i2c_driver
, driver)
282
* @detected: member of an
i2c_driver
.clients list or i2c-core's
806
int i2c_register_driver(struct module *owner, struct
i2c_driver
*driver);
807
void i2c_del_driver(struct
i2c_driver
*driver);
871
* @__i2c_driver:
i2c_driver
struct
881
* @__i2c_driver:
i2c_driver
struct
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H
A
D
i2c-core-base.c
65
static int i2c_detect(struct i2c_adapter *adapter, struct
i2c_driver
*driver);
100
struct
i2c_driver
*driver;
in i2c_device_match()
468
struct
i2c_driver
*driver;
in i2c_device_probe()
568
struct
i2c_driver
*driver;
in i2c_device_remove()
597
struct
i2c_driver
*driver;
in i2c_device_shutdown()
997
static struct
i2c_driver
dummy_driver = {
1300
static int i2c_do_add_adapter(struct
i2c_driver
*driver, struct i2c_adapter *adap)
in i2c_do_add_adapter()
1589
static void i2c_do_del_adapter(struct
i2c_driver
*driver, struct i2c_adapter *adapter)
in i2c_do_del_adapter()
1784
* An
i2c_driver
is used with one or more i2c_client (device) nodes to access
1788
int i2c_register_driver(struct module *owner, struct
i2c_driver
*drive
[all...]
/device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/
H
A
D
es8323_linux_driver.c
88
static struct
i2c_driver
es8323_i2c_driver = {
/device/soc/rockchip/common/vendor/drivers/regulator/
H
A
D
xz3216.c
354
static struct
i2c_driver
xz3216_i2c_driver = {
/device/soc/rockchip/rk3588/kernel/drivers/power/supply/
H
A
D
cw2017_battery.c
663
static struct
i2c_driver
cw_bat_driver = {
H
A
D
bq25700_charger.c
2104
static struct
i2c_driver
bq25700_driver = {
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
fan53555.c
835
static struct
i2c_driver
fan53555_regulator_driver = {
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H
A
D
dw9763.c
664
static struct
i2c_driver
dw9763_i2c_driver = {
H
A
D
ov13855.c
2086
static struct
i2c_driver
ov13855_i2c_driver = {
/device/soc/rockchip/common/sdk_linux/drivers/mfd/
H
A
D
rk808.c
1508
static struct
i2c_driver
rk808_i2c_driver = {
/device/soc/rockchip/common/vendor/drivers/media/i2c/
H
A
D
gc2093.c
1449
static struct
i2c_driver
gc2093_i2c_driver = {
Completed in 20 milliseconds