Searched refs:I3C_MSG_STOP (Results 1 – 7 of 7) sorted by relevance
48 msg.flags = I3C_MSG_WRITE | I3C_MSG_STOP | I3C_MSG_HDR; in i3c_hdr_ddr_write()76 msg.flags = I3C_MSG_STOP | I3C_MSG_HDR; in i3c_hdr_ddr_read()116 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_HDR | I3C_MSG_STOP; in i3c_hdr_ddr_write_read()
23 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_STOP) ? I3C_MSG_STOP : 0) | in i3c_msg_from_rx()37 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_STOP) ? I3C_MSG_STOP : 0) | in i3c_msg_from_tx()51 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_STOP) ? I3C_MSG_STOP : 0) | in i3c_msg_from_tiny_tx()
46 ((msgs[i].flags & I3C_MSG_STOP) ? RTIO_IODEV_I3C_STOP : 0) | in i3c_rtio_copy()
1109 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in mcux_i3c_transfer()
1172 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in npcx_i3c_transfer()
2229 if ((i < (num_msgs - 1)) && ((msgs[i].flags & I3C_MSG_STOP) == 0)) { in cdns_i3c_transfer()
397 #define I3C_MSG_STOP BIT(1) macro1830 msg.flags = I3C_MSG_WRITE | I3C_MSG_STOP; in i3c_write()1857 msg.flags = I3C_MSG_READ | I3C_MSG_STOP; in i3c_read()1895 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()1964 msg[1].flags = I3C_MSG_WRITE | I3C_MSG_STOP; in i3c_burst_write()