Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Di2c.h75 #define I2C_M_REV_DIR_ADDR 0x2000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/linux-4.4.14/Documentation/i2c/
Di2c-protocol79 I2C_M_REV_DIR_ADDR:
Dfunctionality21 I2C_M_REV_DIR_ADDR and I2C_M_NO_RD_ACK
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-i2c.c263 if (flags & I2C_M_REV_DIR_ADDR) in cobalt_xfer()
/linux-4.4.14/drivers/input/joystick/
Das5011.c106 .flags = I2C_M_REV_DIR_ADDR, in as5011_i2c_read()
/linux-4.4.14/drivers/i2c/algos/
Di2c-algo-pcf.c300 if (flags & I2C_M_REV_DIR_ADDR) in pcf_doAddress()
Di2c-algo-bit.c525 if (flags & I2C_M_REV_DIR_ADDR) in bit_doAddress()
/linux-4.4.14/drivers/i2c/busses/
Di2c-sirf.c198 if (msg->flags & I2C_M_REV_DIR_ADDR) in i2c_sirfsoc_set_address()
Di2c-s3c2410.c275 if (msg->flags & I2C_M_REV_DIR_ADDR) in s3c24xx_i2c_message_start()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_maven.c143 .flags = I2C_M_REV_DIR_ADDR, in maven_get_reg()