Searched refs:emit_stop (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/drivers/i3c/ |
D | i3c_mcux.c | 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() [all …]
|
D | i3c_npcx.c | 943 bool is_read, bool emit_start, bool emit_stop, uint8_t hdr_cmd) in npcx_i3c_do_one_xfer_dma() argument 1013 if (emit_stop) { in npcx_i3c_do_one_xfer_dma() 1039 bool is_read, bool emit_start, bool emit_stop, bool no_ending) in npcx_i3c_do_one_xfer() argument 1082 emit_stop = true; in npcx_i3c_do_one_xfer() 1098 if (emit_stop) { in npcx_i3c_do_one_xfer() 1172 bool emit_stop = (msgs[i].flags & I3C_MSG_STOP) == I3C_MSG_STOP; in npcx_i3c_transfer() local 1182 if (!is_read && !emit_stop && ((i + 1) != num_msgs)) { in npcx_i3c_transfer() 1257 emit_stop, msgs[i].hdr_cmd_code); in npcx_i3c_transfer() 1269 if (emit_stop) { in npcx_i3c_transfer() 1275 if ((i == num_msgs - 1) && (emit_stop == false)) { in npcx_i3c_transfer()
|