Searched refs:no_ending (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/i3c/ |
D | i3c_mcux.c | 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() [all …]
|
D | i3c_npcx.c | 737 bool no_ending) in npcx_i3c_xfer_write_fifo() argument 750 if ((remaining > 1) || no_ending) { in npcx_i3c_xfer_write_fifo() 1039 bool is_read, bool emit_start, bool emit_stop, bool no_ending) in npcx_i3c_do_one_xfer() argument 1064 ret = npcx_i3c_xfer_write_fifo(inst, buf, buf_sz, no_ending); in npcx_i3c_do_one_xfer() 1075 if (is_read || !no_ending) { in npcx_i3c_do_one_xfer() 1161 bool no_ending = false; in npcx_i3c_transfer() local 1189 no_ending = true; in npcx_i3c_transfer() 1195 if (!is_read && no_ending) { in npcx_i3c_transfer()
|