Searched refs:I3C_MSG_RESTART (Results 1 – 6 of 6) sorted by relevance
24 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_RESTART) ? I3C_MSG_RESTART : 0) | in i3c_msg_from_rx()38 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_RESTART) ? I3C_MSG_RESTART : 0) | in i3c_msg_from_tx()52 ((iodev_sqe->sqe.iodev_flags & RTIO_IODEV_I3C_RESTART) ? I3C_MSG_RESTART : 0) | in i3c_msg_from_tiny_tx()
47 ((msgs[i].flags & I3C_MSG_RESTART) ? RTIO_IODEV_I3C_RESTART : 0) | in i3c_rtio_copy()
1107 ((msgs[i].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()1123 ((msgs[i + 1].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in mcux_i3c_transfer()
1169 (i == 0) || ((msgs[i].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in npcx_i3c_transfer()1185 ((msgs[i + 1].flags & I3C_MSG_RESTART) == I3C_MSG_RESTART); in npcx_i3c_transfer()
116 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_HDR | I3C_MSG_STOP; in i3c_hdr_ddr_write_read()
408 #define I3C_MSG_RESTART BIT(2) macro1895 msg[1].flags = I3C_MSG_RESTART | I3C_MSG_READ | I3C_MSG_STOP; in i3c_write_read()