Lines Matching refs:no_ending
957 static int mcux_i3c_do_one_xfer_write(I3C_Type *base, uint8_t *buf, uint8_t buf_sz, bool no_ending) in mcux_i3c_do_one_xfer_write() argument
969 if ((remaining > 1) || no_ending) { in mcux_i3c_do_one_xfer_write()
1005 bool no_ending) in mcux_i3c_do_one_xfer() argument
1029 ret = mcux_i3c_do_one_xfer_write(base, buf, buf_sz, no_ending); in mcux_i3c_do_one_xfer()
1036 if (is_read || !no_ending) { in mcux_i3c_do_one_xfer()
1100 bool no_ending = false; in mcux_i3c_transfer() local
1126 no_ending = true; in mcux_i3c_transfer()
1156 is_read, emit_start, emit_stop, no_ending); in mcux_i3c_transfer()
2044 bool no_ending = false; in mcux_i3c_i2c_api_transfer() local
2070 no_ending = true; in mcux_i3c_i2c_api_transfer()
2076 is_read, emit_start, emit_stop, no_ending); in mcux_i3c_i2c_api_transfer()