Home
last modified time | relevance | path

Searched defs:ep_state (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/usb/device/
Dusb_dc_rpi_pico.c110 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in udc_rpi_start_xfer() local
165 struct udc_rpi_ep_state *const ep_state = udc_rpi_get_ep_state(ep); in udc_rpi_cancel_endpoint() local
191 const struct udc_rpi_ep_state *const ep_state = udc_rpi_get_ep_state(USB_CONTROL_EP_OUT); in udc_rpi_handle_setup() local
233 struct udc_rpi_ep_state *ep_state; in udc_rpi_handle_buff_status() local
539 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_set_callback() local
610 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_configure() local
628 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_set_stall() local
654 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_clear_stall() local
678 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_is_stalled() local
699 struct udc_rpi_ep_state *ep_state = udc_rpi_get_ep_state(ep); in usb_dc_ep_enable() local
[all …]
Dusb_dc_stm32.c668 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_set_callback() local
767 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_configure() local
832 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_set_stall() local
855 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_clear_stall() local
879 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_is_stalled() local
894 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_enable() local
925 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_disable() local
947 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_write() local
1003 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_read_wait() local
1044 struct usb_dc_stm32_ep_state *ep_state = usb_dc_stm32_get_ep_state(ep); in usb_dc_ep_read_continue() local
[all …]
Dusb_dc_smartbond.c166 struct smartbond_ep_state ep_state[2][4]; member
364 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() local
723 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() local
1169 struct smartbond_ep_state *ep_state = usb_dc_get_ep_state(ep); in usb_dc_ep_disable() local
[all …]
/Zephyr-latest/drivers/usb/udc/
Dudc_smartbond.c119 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
[all …]