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_READ_P
(Results
1 - 25
of
34
) sorted by relevancy
1
2
/src/sys/dev/i2c/
i2c_io.h
54
#define
I2C_OP_READ_P
(x) (!I2C_OP_WRITE_P(x))
motoi2c.c
264
| (cmdlen == 0 &&
I2C_OP_READ_P
(op) ? 1 : 0);
287
if (cmdlen > 0 &&
I2C_OP_READ_P
(op)) {
308
if (
I2C_OP_READ_P
(op)) {
i2c_exec.c
277
if (
I2C_OP_READ_P
(op))
283
if (
I2C_OP_READ_P
(op))
290
if (
I2C_OP_READ_P
(op)) {
/src/sys/arch/evbarm/gumstix/
gxiic.c
134
if (
I2C_OP_READ_P
(op) && (cmdlen == 0) && (buflen == 1))
137
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 1)) {
144
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 2)) {
176
I2C_OP_READ_P
(op)?1:0);
/src/sys/dev/pci/
nfsmb.c
259
if (
I2C_OP_READ_P
(op) && (cmdlen == 0) && (buflen == 1)) {
267
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 1)) {
275
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 2)) {
330
data =
I2C_OP_READ_P
(op) | NFORCE_SMB_PROTOCOL_QUICK;
351
data =
I2C_OP_READ_P
(op) | NFORCE_SMB_PROTOCOL_BYTE;
375
data =
I2C_OP_READ_P
(op) | NFORCE_SMB_PROTOCOL_BYTE_DATA;
401
data =
I2C_OP_READ_P
(op) | NFORCE_SMB_PROTOCOL_WORD_DATA;
420
data =
I2C_OP_READ_P
(op) | NFORCE_SMB_PROTOCOL_BYTE;
446
data =
I2C_OP_READ_P
(op) | NFORCE_SMB_PROTOCOL_BYTE_DATA;
471
data =
I2C_OP_READ_P
(op) | NFORCE_SMB_PROTOCOL_WORD_DATA
[
all
...]
amdpm_smbus.c
90
if (
I2C_OP_READ_P
(op) && (cmdlen == 0) && (buflen == 1)) {
98
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 1)) {
167
if (
I2C_OP_READ_P
(op))
alipm.c
265
(
I2C_OP_READ_P
(op) ? ALIPM_SMB_TXSLVA_READ : 0));
348
if (
I2C_OP_READ_P
(op)) {
ismt.c
281
if (
I2C_OP_READ_P
(op) && (cmdlen == 0) && (buflen == 1)) {
289
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 1)) {
297
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 2)) {
429
is_read =
I2C_OP_READ_P
(op);
/src/sys/arch/hpcarm/dev/
nbpiic.c
190
if (
I2C_OP_READ_P
(op) && (cmdlen == 0) && (buflen == 1))
193
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 1)) {
200
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 2)) {
234
I2C_OP_READ_P
(op) ? 1 : 0);
/src/sys/dev/usb/
emdtv_i2c.c
81
if (
I2C_OP_READ_P
(op)) {
auvitek_i2c.c
122
if (
I2C_OP_READ_P
(op))
/src/sys/arch/mips/alchemy/dev/
ausmbus_psc.c
220
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 0) && (buflen == 1)) {
225
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 1)) {
230
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 1) && (buflen == 2)) {
235
if ((
I2C_OP_READ_P
(op)) && (cmdlen == 0) && (buflen == 0)) {
/src/sys/arch/i386/pci/
viapcib.c
292
if (
I2C_OP_READ_P
(op))
300
if (
I2C_OP_READ_P
(op))
316
if (
I2C_OP_READ_P
(op))
325
if (
I2C_OP_READ_P
(op))
334
if (
I2C_OP_READ_P
(op))
/src/sys/arch/mips/ingenic/
jziic.c
350
if (
I2C_OP_READ_P
(op)) {
432
if (
I2C_OP_READ_P
(op)) {
494
if (
I2C_OP_READ_P
(op)) {
/src/sys/dev/acpi/
smbus_acpi.c
287
if (
I2C_OP_READ_P
(op)) {
396
if (
I2C_OP_READ_P
(op)) {
qcomiic.c
242
if (
I2C_OP_READ_P
(op)) {
/src/sys/arch/arm/broadcom/
bcm2835_bsc.c
197
if (
I2C_OP_READ_P
(sc->sc_exec.op)) {
380
if (!
I2C_OP_READ_P
(sc->sc_exec.op)) {
/src/sys/arch/arm/amlogic/
meson_i2c.c
334
if (
I2C_OP_READ_P
(sc->sc_curop)) {
358
if (
I2C_OP_READ_P
(sc->sc_curop)) {
/src/sys/arch/arm/sunxi/
sunxi_rsb.c
412
if (
I2C_OP_READ_P
(op)) {
433
if (
I2C_OP_READ_P
(op)) {
/src/sys/dev/ic/
cdnsiic.c
266
if (
I2C_OP_READ_P
(op)) {
dwiic.c
447
if (x == 0 && cmdlen > 0 &&
I2C_OP_READ_P
(op))
465
while (
I2C_OP_READ_P
(op) && (tx_limit == 0 || x == len)) {
/src/sys/arch/arm/at91/
at91twi.c
291
if (
I2C_OP_READ_P
(op))
/src/sys/arch/x86/pci/imcsmb/
imcsmb.c
421
if (
I2C_OP_READ_P
(op)) {
/src/sys/arch/arm/apple/
apple_iic.c
136
if (
I2C_OP_READ_P
(op)) {
/src/sys/arch/arm/ti/
ti_iic.c
363
(
I2C_OP_READ_P
(op) ? 0 : I2C_F_STOP) | flags);
379
if (
I2C_OP_READ_P
(op)) {
Completed in 22 milliseconds
1
2
Indexes created Thu Oct 23 22:10:10 GMT 2025