Searched defs:ep_state (Results 1 – 4 of 4) sorted by relevance
110 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in udc_rpi_start_xfer() local165 struct udc_rpi_ep_state *const ep_state = udc_rpi_get_ep_state(ep); in udc_rpi_cancel_endpoint() local191 const struct udc_rpi_ep_state *const ep_state = udc_rpi_get_ep_state(USB_CONTROL_EP_OUT); in udc_rpi_handle_setup() local233 struct udc_rpi_ep_state *ep_state; in udc_rpi_handle_buff_status() local539 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_set_callback() local610 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_configure() local628 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_set_stall() local654 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_clear_stall() local678 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_is_stalled() local699 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_enable() local[all …]
668 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_set_callback() local767 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_configure() local832 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_set_stall() local855 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_clear_stall() local879 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_is_stalled() local894 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_enable() local925 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_disable() local947 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_write() local1003 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_read_wait() local1044 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_read_continue() local[all …]
166 struct smartbond_ep_state ep_state[2][4]; member364 static void fill_tx_fifo(struct smartbond_ep_state *ep_state) in fill_tx_fifo()409 static bool try_allocate_dma(struct smartbond_ep_state *ep_state, uint8_t dir) in try_allocate_dma()441 static void start_rx_packet(struct smartbond_ep_state *ep_state) in start_rx_packet()490 static void start_tx_packet(struct smartbond_ep_state *ep_state) in start_tx_packet()524 static uint16_t read_rx_fifo(struct smartbond_ep_state *ep_state, in read_rx_fifo()636 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(ep_idx); in handle_epx_rx_ev() local723 static void handle_epx_tx_ev(struct smartbond_ep_state *ep_state) in handle_epx_tx_ev()870 struct smartbond_ep_state *ep_state; in handle_alt_ev() local1169 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_disable() local[all …]
119 struct smartbond_ep_state ep_state[2][4]; member271 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() local557 struct smartbond_ep_state *ep_state = usb_dc_get_ep_in_state(data, USB_EP_GET_IDX(ep)); in udc_smartbond_ep_tx() local583 struct smartbond_ep_state *ep_state = usb_dc_get_ep_out_state(data, USB_EP_GET_IDX(ep)); in udc_smartbond_ep_rx() local666 struct smartbond_ep_state *ep_state; in udc_smartbond_ep_enable() local[all …]