Lines Matching refs:target_cb
2161 const struct i3c_target_callbacks *target_cb = data->target_config->callbacks; in npcx_i3c_target_xfer_end_handle() local
2217 if (target_cb && target_cb->buf_write_received_cb) { in npcx_i3c_target_xfer_end_handle()
2218 target_cb->buf_write_received_cb(data->target_config, data->mdma_rx_buf, in npcx_i3c_target_xfer_end_handle()
2642 const struct i3c_target_callbacks *target_cb = data->target_config->callbacks; in npcx_i3c_target_isr() local
2655 if ((target_cb != NULL) && (target_cb->buf_write_received_cb != NULL)) { in npcx_i3c_target_isr()
2656 target_cb->buf_write_received_cb( in npcx_i3c_target_isr()
2695 if ((target_cb != NULL) && (target_cb->stop_cb != NULL)) { in npcx_i3c_target_isr()
2696 target_cb->stop_cb(data->target_config); in npcx_i3c_target_isr()
2742 if ((target_cb != NULL) && in npcx_i3c_target_isr()
2743 (target_cb->buf_read_requested_cb != NULL)) { in npcx_i3c_target_isr()
2744 target_cb->buf_read_requested_cb( in npcx_i3c_target_isr()
2753 if ((target_cb != NULL) && in npcx_i3c_target_isr()
2754 (target_cb->write_requested_cb != NULL)) { in npcx_i3c_target_isr()
2755 target_cb->write_requested_cb(data->target_config); in npcx_i3c_target_isr()