Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Di2c.h81 #define I2C_M_REV_DIR_ADDR 0x2000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Di2c.h81 #define I2C_M_REV_DIR_ADDR 0x2000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Di2c.h81 #define I2C_M_REV_DIR_ADDR 0x2000 /* if I2C_FUNC_PROTOCOL_MANGLING */ macro
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-tegra-bpmp.c63 if (flags & I2C_M_REV_DIR_ADDR) { in tegra_bpmp_xlate_flags()
65 flags &= ~I2C_M_REV_DIR_ADDR; in tegra_bpmp_xlate_flags()
H A Di2c-sirf.c194 if (msg->flags & I2C_M_REV_DIR_ADDR) in i2c_sirfsoc_set_address()
H A Di2c-s3c2410.c257 if (msg->flags & I2C_M_REV_DIR_ADDR) in s3c24xx_i2c_message_start()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dtegra186_bpmp_i2c.c32 I2C_M_REV_DIR_ADDR | \
/OK3568_Linux_fs/kernel/drivers/media/pci/cobalt/
H A Dcobalt-i2c.c251 if (flags & I2C_M_REV_DIR_ADDR) in cobalt_xfer()
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Das5011.c93 .flags = I2C_M_REV_DIR_ADDR, in as5011_i2c_read()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Di2c-protocol.rst89 I2C_M_REV_DIR_ADDR:
H A Dfunctionality.rst26 I2C_M_REV_DIR_ADDR and I2C_M_NO_RD_ACK
/OK3568_Linux_fs/kernel/drivers/i2c/algos/
H A Di2c-algo-pcf.c287 if (msg->flags & I2C_M_REV_DIR_ADDR) in pcf_doAddress()
H A Di2c-algo-bit.c521 if (flags & I2C_M_REV_DIR_ADDR) in bit_doAddress()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h85 I2C_M_REV_DIR_ADDR = 0x2000, /* invert polarity of R/W bit */ enumerator
/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c144 .flags = I2C_M_REV_DIR_ADDR, in maven_get_reg()