Home
last modified time | relevance | path

Searched refs:get_oper_state (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/i3c/
Di3c_npcx.c286 static enum npcx_i3c_oper_state get_oper_state(const struct device *dev) in get_oper_state() function
2164 enum npcx_i3c_oper_state op_state = get_oper_state(dev); in npcx_i3c_target_xfer_end_handle()
2181 if (get_oper_state(dev) == NPCX_I3C_OP_STATE_RD) { in npcx_i3c_target_xfer_end_handle()
2653 if (get_oper_state(dev) == NPCX_I3C_OP_STATE_WR) { in npcx_i3c_target_isr()
2683 if ((get_oper_state(dev) == NPCX_I3C_OP_STATE_WR) || in npcx_i3c_target_isr()
2684 (get_oper_state(dev) == NPCX_I3C_OP_STATE_RD)) { in npcx_i3c_target_isr()
2687 get_oper_state(dev)); in npcx_i3c_target_isr()
2708 if ((get_oper_state(dev) == NPCX_I3C_OP_STATE_WR) || in npcx_i3c_target_isr()
2709 (get_oper_state(dev) == NPCX_I3C_OP_STATE_RD)) { in npcx_i3c_target_isr()
2730 if (get_oper_state(dev) != NPCX_I3C_OP_STATE_IBI) { in npcx_i3c_target_isr()
[all …]