OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2C_OP_STOP_P
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/dev/i2c/
i2c_io.h
52
#define
I2C_OP_STOP_P
(x) (((int)(x) & I2C_OPMASK_STOP) != 0)
motoi2c.c
333
} else if (i == datalen - 1 &&
I2C_OP_STOP_P
(op)) {
340
if (
I2C_OP_STOP_P
(op)) {
370
if (error || (cr & CR_TXAK) || ((cr & CR_MSTA) &&
I2C_OP_STOP_P
(op))) {
i2c_exec.c
275
if (
I2C_OP_STOP_P
(op))
288
if (len == 0 &&
I2C_OP_STOP_P
(op))
/src/sys/dev/usb/
emdtv_i2c.c
88
I2C_OP_STOP_P
(op));
umcpmio.c
761
if (
I2C_OP_STOP_P
(op))
947
if (!
I2C_OP_STOP_P
(op) && sc->sc_reportreadnostop) {
/src/sys/dev/acpi/
qcomiic.c
217
if (buflen == 0 &&
I2C_OP_STOP_P
(op))
239
if (
I2C_OP_STOP_P
(op))
/src/sys/dev/onewire/
ds28e17iic.c
287
if (
I2C_OP_STOP_P
(op))
322
if (
I2C_OP_STOP_P
(op))
389
if (!
I2C_OP_STOP_P
(op) &&
462
if (!
I2C_OP_STOP_P
(op) &&
/src/sys/dev/ic/
dwiic.c
424
if (x == (cmdlen - 1) && len == 0 &&
I2C_OP_STOP_P
(op))
453
if (x == (len - 1) &&
I2C_OP_STOP_P
(op))
525
if (
I2C_OP_STOP_P
(op) && I2C_OP_WRITE_P(op)) {
/src/sys/arch/arm/apple/
apple_iic.c
120
if (!
I2C_OP_STOP_P
(op))
/src/sys/dev/pci/
alipm.c
231
if (!
I2C_OP_STOP_P
(op) || cmdlen > 1 || len > 2 ||
ichsmb.c
562
if (!
I2C_OP_STOP_P
(op) || cmdlen > 1 || len > 2 ||
piixpm.c
666
if (!
I2C_OP_STOP_P
(op) || cmdlen > 1 || len > 2 ||
/src/sys/arch/arm/amlogic/
meson_i2c.c
267
if (sc->sc_curlen == 0 &&
I2C_OP_STOP_P
(sc->sc_curop)) {
/src/sys/arch/arm/rockchip/
rk_i2c.c
359
if (error != 0 ||
I2C_OP_STOP_P
(op))
/src/sys/arch/arm/ti/
ti_iic.c
368
if (
I2C_OP_STOP_P
(op))
Completed in 20 milliseconds
Indexes created Tue Oct 28 09:09:52 GMT 2025