Lines Matching refs:get_oper_state
286 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()
2840 if (get_oper_state(dev) == NPCX_I3C_OP_STATE_WR) { in npcx_i3c_isr()
2851 if (get_oper_state(dev) == NPCX_I3C_OP_STATE_RD) { in npcx_i3c_isr()