Searched refs:I2C_M_RD (Results 1 – 2 of 2) sorted by relevance
76 #define I2C_M_RD 0x0001 /* guaranteed to be 0x0001! */ macro
79 return i2c_transfer_buffer_flags(client, buf, count, I2C_M_RD); in i2c_master_recv()95 I2C_M_RD | I2C_M_DMA_SAFE); in i2c_master_recv_dmasafe()925 return (msg->addr << 1) | (msg->flags & I2C_M_RD ? 1 : 0); in i2c_8bit_addr_from_msg()