Home
last modified time | relevance | path

Searched refs:I2C_M_REV_DIR_ADDR (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/linux/
H A Di2c.h43 * %I2C_M_REV_DIR_ADDR: toggles the Rd/Wr bit
83 #define I2C_M_REV_DIR_ADDR 0x2000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux/Documentation/i2c/
H A Di2c-protocol.rst86 I2C_M_REV_DIR_ADDR:
H A Dfunctionality.rst26 I2C_M_REV_DIR_ADDR and I2C_M_NO_RD_ACK
/linux/Documentation/translations/it_IT/i2c/
H A Di2c-protocol.rst88 I2C_M_REV_DIR_ADDR:
/linux/drivers/media/pci/cobalt/
H A Dcobalt-i2c.c251 if (flags & I2C_M_REV_DIR_ADDR) in cobalt_xfer()
/linux/drivers/i2c/busses/
H A Di2c-tegra-bpmp.c55 if (flags & I2C_M_REV_DIR_ADDR) in tegra_bpmp_xlate_flags()
H A Di2c-s3c2410.c260 if (msg->flags & I2C_M_REV_DIR_ADDR) in s3c24xx_i2c_message_start()
/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.c288 if (msg->flags & I2C_M_REV_DIR_ADDR) in pcf_doAddress()
H A Di2c-algo-bit.c510 if (flags & I2C_M_REV_DIR_ADDR) in bit_doAddress()
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c144 .flags = I2C_M_REV_DIR_ADDR, in maven_get_reg()