Lines Matching defs:ep_state
119 struct smartbond_ep_state ep_state[2][4]; member
271 static void fill_tx_fifo(struct smartbond_ep_state *ep_state) in fill_tx_fifo()
324 static bool try_allocate_dma(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in try_allocate_dma()
358 static void start_rx_packet(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in start_rx_packet()
410 static void start_tx_packet(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in start_tx_packet()
453 static uint16_t read_rx_fifo(struct smartbond_ep_state *ep_state, uint8_t *dst, in read_rx_fifo()
532 struct smartbond_ep_state *ep_state = (struct smartbond_ep_state *)(ep_cfg); in udc_smartbond_ep_abort() local
557 struct smartbond_ep_state *ep_state = usb_dc_get_ep_in_state(data, USB_EP_GET_IDX(ep)); in udc_smartbond_ep_tx() local
583 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(data, USB_EP_GET_IDX(ep)); in udc_smartbond_ep_rx() local
666 struct smartbond_ep_state *ep_state; in udc_smartbond_ep_enable() local
704 struct smartbond_ep_state *ep_state; in udc_smartbond_ep_disable() local
722 struct smartbond_ep_state *ep_state = (struct smartbond_ep_state *)(ep_cfg); in udc_smartbond_ep_set_halt() local
758 struct smartbond_ep_state *ep_state = (struct smartbond_ep_state *)(ep_cfg); in udc_smartbond_ep_clear_halt() local
918 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(data, ep_idx); in handle_epx_rx_ev() local
1025 static void handle_epx_tx_ev(struct usb_smartbond_data *data, struct smartbond_ep_state *ep_state) in handle_epx_tx_ev()
1230 struct smartbond_ep_state *ep_state; in handle_alt_ev() local
1434 struct smartbond_ep_state *ep_state = EP0_OUT_STATE(data); in usbd_ctrl_feed_dout() local