Lines Matching refs:emit_stop
1004 bool is_read, bool emit_start, bool emit_stop, in mcux_i3c_do_one_xfer() argument
1016 emit_stop = true; in mcux_i3c_do_one_xfer()
1045 emit_stop = true; in mcux_i3c_do_one_xfer()
1056 if (emit_stop) { in mcux_i3c_do_one_xfer()
1109 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in mcux_i3c_transfer() local
1119 if (!is_read && !emit_stop && ((i + 1) != num_msgs)) { in mcux_i3c_transfer()
1156 is_read, emit_start, emit_stop, no_ending); in mcux_i3c_transfer()
1164 if (emit_stop) { in mcux_i3c_transfer()
2053 bool emit_stop = (msgs[i].flags & I2C_MSG_STOP) == I2C_MSG_STOP; in mcux_i3c_i2c_api_transfer() local
2063 if (!is_read && !emit_stop && ((i + 1) != num_msgs)) { in mcux_i3c_i2c_api_transfer()
2076 is_read, emit_start, emit_stop, no_ending); in mcux_i3c_i2c_api_transfer()