Searched refs:usb_dc_get_ep_in_state (Results 1 – 2 of 2) sorted by relevance
335 static struct smartbond_ep_state *usb_dc_get_ep_in_state(uint8_t ep) in usb_dc_get_ep_in_state() function555 ep0_in_state = usb_dc_get_ep_in_state(0); in handle_ep0_rx()593 struct smartbond_ep_state *ep0_in_state = usb_dc_get_ep_in_state(0); in handle_ep0_tx()776 handle_epx_tx_ev(usb_dc_get_ep_in_state(1)); in handle_tx_ev()779 handle_epx_tx_ev(usb_dc_get_ep_in_state(2)); in handle_tx_ev()782 handle_epx_tx_ev(usb_dc_get_ep_in_state(3)); in handle_tx_ev()910 fill_tx_fifo(usb_dc_get_ep_in_state(ep_idx)); in handle_epx_tx_warn_ev()
252 static struct smartbond_ep_state *usb_dc_get_ep_in_state(struct usb_smartbond_data *data, in usb_dc_get_ep_in_state() function557 struct smartbond_ep_state *ep_state = usb_dc_get_ep_in_state(data, USB_EP_GET_IDX(ep)); in udc_smartbond_ep_tx()1094 handle_epx_tx_ev(data, usb_dc_get_ep_in_state(data, 1)); in handle_tx_ev()1097 handle_epx_tx_ev(data, usb_dc_get_ep_in_state(data, 2)); in handle_tx_ev()1100 handle_epx_tx_ev(data, usb_dc_get_ep_in_state(data, 3)); in handle_tx_ev()1106 fill_tx_fifo(usb_dc_get_ep_in_state(data, ep_idx)); in handle_epx_tx_warn_ev()