Searched refs:I2C_M_STOP (Results 1 – 17 of 17) sorted by relevance
85 #define I2C_M_STOP 0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
142 request.flags = I2C_M_STOP; in t14s_ec_read()182 request.flags = I2C_M_STOP; in t14s_ec_read_evt()
93 I2C_M_STOP:
96 I2C_M_STOP:
225 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_xfer()
363 if ((i == num - 1) || (msgs->flags & I2C_M_STOP)) in hix5hd2_i2c_xfer()
417 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_xfer()
247 if (stop || msg->flags & I2C_M_STOP) in fsi_i2c_start()
892 if ((msgs_part[cnt - 1].flags & I2C_M_STOP) || in i2c_dw_xfer_common()
655 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_xfer()
1008 if ((i == num - 1) || (msgs[i].flags & I2C_M_STOP)) in pci1xxxx_i2c_xfer()
930 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()
541 if (msgs[i - 1].flags & I2C_M_STOP) { in bit_xfer()
1459 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in aldebaran_i2c_xfer()
2712 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v13_0_0_i2c_xfer()
2471 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v13_0_6_i2c_xfer()
1945 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in smu_v14_0_2_i2c_xfer()