Searched refs:RTIO_IODEV_I3C_STOP (Results 1 – 4 of 4) sorted by relevance
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()
365 read_fifo_dout_reg->iodev_flags |= RTIO_IODEV_I3C_STOP | RTIO_IODEV_I3C_RESTART; in lsm6dsv16x_read_fifo_cb()427 RTIO_IODEV_I3C_STOP | RTIO_IODEV_I3C_RESTART; in lsm6dsv16x_stream_irq_handler()
213 #define RTIO_IODEV_I3C_STOP BIT(1) macro