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_FUNC_SLAVE
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
i2c.h
95
#define
I2C_FUNC_SLAVE
0x00000020
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
i2c.h
96
#define
I2C_FUNC_SLAVE
0x00000020
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
i2c.h
42
#define
I2C_FUNC_SLAVE
0x00000020
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
i2c.h
42
#define
I2C_FUNC_SLAVE
0x00000020
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
i2c.h
32
#define
I2C_FUNC_SLAVE
0x00000020
macro
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-at91-slave.c
109
return
I2C_FUNC_SLAVE
| I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL
in at91_twi_func()
H
A
D
i2c-designware-slave.c
235
dev->functionality =
I2C_FUNC_SLAVE
| DW_IC_DEFAULT_FUNCTIONALITY;
in i2c_dw_configure_slave()
H
A
D
i2c-emev2.c
314
return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL |
I2C_FUNC_SLAVE
;
in em_i2c_func()
H
A
D
i2c-bcm-iproc.c
969
val |=
I2C_FUNC_SLAVE
;
in bcm_iproc_i2c_functionality()
H
A
D
i2c-cadence.c
893
func |=
I2C_FUNC_SLAVE
;
in cdns_i2c_func()
H
A
D
i2c-rcar.c
914
u32 func = I2C_FUNC_I2C |
I2C_FUNC_SLAVE
|
in rcar_i2c_func()
H
A
D
i2c-mlxbf.c
33
I2C_FUNC_SMBUS_QUICK |
I2C_FUNC_SLAVE
)
H
A
D
i2c-stm32f7.c
2017
u32 func = I2C_FUNC_I2C | I2C_FUNC_10BIT_ADDR |
I2C_FUNC_SLAVE
|
in stm32f7_i2c_func()
H
A
D
i2c-npcm7xx.c
2214
I2C_FUNC_SLAVE
;
in npcm_i2c_functionality()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-at91-slave.c
109
return
I2C_FUNC_SLAVE
| I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL
in at91_twi_func()
H
A
D
i2c-designware-slave.c
223
dev->functionality =
I2C_FUNC_SLAVE
| DW_IC_DEFAULT_FUNCTIONALITY;
in i2c_dw_configure_slave()
H
A
D
i2c-gxp.c
145
return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL |
I2C_FUNC_SLAVE
;
in gxp_i2c_func()
H
A
D
i2c-emev2.c
314
return I2C_FUNC_I2C | I2C_FUNC_SMBUS_EMUL |
I2C_FUNC_SLAVE
;
in em_i2c_func()
H
A
D
i2c-bcm-iproc.c
991
val |=
I2C_FUNC_SLAVE
;
in bcm_iproc_i2c_functionality()
H
A
D
i2c-cadence.c
943
func |=
I2C_FUNC_SLAVE
;
in cdns_i2c_func()
H
A
D
i2c-rcar.c
1001
u32 func = I2C_FUNC_I2C |
I2C_FUNC_SLAVE
|
in rcar_i2c_func()
H
A
D
i2c-npcm7xx.c
2235
I2C_FUNC_SLAVE
;
in npcm_i2c_functionality()
H
A
D
i2c-stm32f7.c
2086
u32 func = I2C_FUNC_I2C | I2C_FUNC_10BIT_ADDR |
I2C_FUNC_SLAVE
|
in stm32f7_i2c_func()
H
A
D
i2c-mlxbf.c
33
I2C_FUNC_SMBUS_QUICK |
I2C_FUNC_SLAVE
)
Completed in 41 milliseconds