Lines Matching refs:ep0_in_state
481 struct smartbond_ep_state *ep0_in_state; in handle_ep0_rx() local
488 ep0_in_state = EP0_IN_STATE(data); in handle_ep0_rx()
489 ep0_in_config = &ep0_in_state->config; in handle_ep0_rx()
863 struct smartbond_ep_state *ep0_in_state = EP0_IN_STATE(data); in handle_ep0_tx() local
865 struct smartbond_ep_reg_set *regs = ep0_in_state->regs; in handle_ep0_tx()
866 struct udc_ep_config *ep0_in_config = &ep0_in_state->config; in handle_ep0_tx()
867 struct net_buf *buf = ep0_in_state->buf; in handle_ep0_tx()
877 net_buf_pull(buf, ep0_in_state->last_packet_size); in handle_ep0_tx()
878 ep0_in_state->last_packet_size = 0; in handle_ep0_tx()
906 ep0_in_state->last_packet_size = 0; in handle_ep0_tx()
909 start_tx_packet(data, ep0_in_state); in handle_ep0_tx()