Searched refs:I2C_M_STOP (Results 1 – 5 of 5) sorted by relevance
73 #define I2C_M_STOP 0x2 macro118 } else if (msg->flags & I2C_M_STOP) { in wait_for_completion()159 .flags = flags | (len >= 0xff ? I2C_M_STOP : 0), in i2c_transfer()
30 I2C_M_STOP | \
154 msg.flags = I2C_M_STOP; in atsha204a_send()167 msg.flags = I2C_M_RD | I2C_M_STOP; in atsha204a_recv()
83 I2C_M_STOP = 0x8000, /* send stop after this message */ enumerator
428 if (!(i2c_msg->flags & I2C_M_STOP)) in drm_dp_i2c_msg_set_request()