Searched refs:I2C_M_STOP (Results 1 – 18 of 18) sorted by relevance
84 #define I2C_M_STOP 0x8000 /* use only if I2C_FUNC_PROTOCOL_MANGLING */ macro
309 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_transmit()387 if (numbytes == 1 && i2c_flag & I2C_M_STOP) in smu_v11_0_i2c_receive()673 i2c_flag |= I2C_M_STOP; in smu_v11_0_i2c_xfer()
96 I2C_M_STOP:
76 msg[0].flags = client->flags | I2C_M_STOP; in lidar_i2c_xfer()
49 if (flags & I2C_M_STOP) in tegra_bpmp_xlate_flags()
228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer()
420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer()
247 if (stop || msg->flags & I2C_M_STOP) in fsi_i2c_start()
662 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_xfer()
699 if (msg->flags & I2C_M_STOP) in omap_i2c_xfer_msg()
923 ((i2c->msg->flags & I2C_M_STOP) || in i2c_pxa_irq_txempty()
552 if (msgs[i - 1].flags & I2C_M_STOP) { in bit_xfer()
1513 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in aldebaran_i2c_xfer()
1545 if (!(i2c_msg->flags & I2C_M_STOP)) in drm_dp_i2c_msg_set_request()
5627 if (msgs[i].flags & I2C_M_RD || !(msgs[i].flags & I2C_M_STOP) || in remote_i2c_write_ok()5653 msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP); in drm_dp_mst_i2c_read()
2133 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in arcturus_i2c_xfer()
2830 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in navi10_i2c_xfer()
3497 ((i == num_msgs - 1) || (msg[i].flags & I2C_M_STOP))) { in sienna_cichlid_i2c_xfer()
Completed in 62 milliseconds