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_M_STOP
(Results
1 - 25
of
36
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
i2c.h
83
#define
I2C_M_STOP
0x8000 /* if I2C_FUNC_PROTOCOL_MANGLING */
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
i2c.h
43
* %
I2C_M_STOP
: force a STOP condition after the message
84
#define
I2C_M_STOP
0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
i2c.h
33
#define
I2C_M_STOP
0x8000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
i2c.h
33
#define
I2C_M_STOP
0x8000
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
i2c.h
23
#define
I2C_M_STOP
0x8000
macro
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
smu_v11_0_i2c.c
317
if (numbytes == 1 && i2c_flag &
I2C_M_STOP
)
in smu_v11_0_i2c_transmit()
396
if (numbytes == 1 && i2c_flag &
I2C_M_STOP
)
in smu_v11_0_i2c_receive()
689
i2c_flag |=
I2C_M_STOP
;
in smu_v11_0_i2c_xfer()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-tegra-bpmp.c
53
if (flags &
I2C_M_STOP
) {
in tegra_bpmp_xlate_flags()
55
flags &= ~
I2C_M_STOP
;
in tegra_bpmp_xlate_flags()
H
A
D
i2c-uniphier.c
227
/* Emit STOP if it is the last message or
I2C_M_STOP
is set. */
in uniphier_i2c_master_xfer()
228
bool stop = (msg + 1 == emsg) || (msg->flags &
I2C_M_STOP
);
in uniphier_i2c_master_xfer()
H
A
D
i2c-uniphier-f.c
419
/* Emit STOP if it is the last message or
I2C_M_STOP
is set. */
in uniphier_fi2c_master_xfer()
420
bool stop = (msg + 1 == emsg) || (msg->flags &
I2C_M_STOP
);
in uniphier_fi2c_master_xfer()
H
A
D
i2c-fsi.c
247
if (stop || msg->flags &
I2C_M_STOP
)
in fsi_i2c_start()
H
A
D
i2c-sh_mobile.c
97
/* I2C message or if the
I2C_M_STOP
flag is set. Similarly, the BUSY bit is */
662
pd->send_stop = i == num - 1 || msg->flags &
I2C_M_STOP
;
in sh_mobile_xfer()
H
A
D
i2c-omap.c
699
if (msg->flags &
I2C_M_STOP
)
in omap_i2c_xfer_msg()
H
A
D
i2c-pxa.c
923
* of any message with
I2C_M_STOP
(e.g. SCCB), send a STOP.
in i2c_pxa_irq_txempty()
926
((i2c->msg->flags &
I2C_M_STOP
) ||
in i2c_pxa_irq_txempty()
/kernel/linux/linux-5.10/drivers/iio/proximity/
H
A
D
pulsedlight-lidar-lite-v2.c
76
msg[0].flags = client->flags |
I2C_M_STOP
;
in lidar_i2c_xfer()
/kernel/linux/linux-6.6/drivers/iio/proximity/
H
A
D
pulsedlight-lidar-lite-v2.c
76
msg[0].flags = client->flags |
I2C_M_STOP
;
in lidar_i2c_xfer()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-uniphier.c
227
/* Emit STOP if it is the last message or
I2C_M_STOP
is set. */
in uniphier_i2c_master_xfer()
228
bool stop = (msg + 1 == emsg) || (msg->flags &
I2C_M_STOP
);
in uniphier_i2c_master_xfer()
H
A
D
i2c-tegra-bpmp.c
49
if (flags &
I2C_M_STOP
)
in tegra_bpmp_xlate_flags()
H
A
D
i2c-uniphier-f.c
419
/* Emit STOP if it is the last message or
I2C_M_STOP
is set. */
in uniphier_fi2c_master_xfer()
420
bool stop = (msg + 1 == emsg) || (msg->flags &
I2C_M_STOP
);
in uniphier_fi2c_master_xfer()
H
A
D
i2c-hix5hd2.c
363
if ((i == num - 1) || (msgs->flags &
I2C_M_STOP
))
in hix5hd2_i2c_xfer()
H
A
D
i2c-fsi.c
247
if (stop || msg->flags &
I2C_M_STOP
)
in fsi_i2c_start()
H
A
D
i2c-sh_mobile.c
97
/* I2C message or if the
I2C_M_STOP
flag is set. Similarly, the BUSY bit is */
654
pd->send_stop = i == num - 1 || msg->flags &
I2C_M_STOP
;
in sh_mobile_xfer()
H
A
D
i2c-mchp-pci1xxxx.c
1006
* if the
I2C_M_STOP
flag is set.
in pci1xxxx_i2c_xfer()
1008
if ((i == num - 1) || (msgs[i].flags &
I2C_M_STOP
))
in pci1xxxx_i2c_xfer()
/kernel/linux/linux-5.10/drivers/i2c/algos/
H
A
D
i2c-algo-bit.c
552
if (msgs[i - 1].flags &
I2C_M_STOP
) {
in bit_xfer()
/kernel/linux/linux-6.6/drivers/i2c/algos/
H
A
D
i2c-algo-bit.c
541
if (msgs[i - 1].flags &
I2C_M_STOP
) {
in bit_xfer()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_helper.c
1396
if (!(i2c_msg->flags &
I2C_M_STOP
))
in drm_dp_i2c_msg_set_request()
Completed in 26 milliseconds
1
2