Home
last modified time | relevance | path

Searched refs:ep_pool (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c151 struct numaker_usbd_ep *ep_pool; member
609 ep_cur = priv->ep_pool + ep_mgmt->ep_idx; in numaker_usbd_ep_mgmt_alloc_ep()
663 ep_cur = priv->ep_pool; in numaker_usbd_ep_mgmt_init()
664 ep_end = priv->ep_pool + priv->ep_pool_size; in numaker_usbd_ep_mgmt_init()
675 ep_cur->ep_hw_idx = EP0 + (ep_cur - priv->ep_pool); in numaker_usbd_ep_mgmt_init()
689 ep_cur = priv->ep_pool + 0; in numaker_usbd_ep_mgmt_init()
700 ep_cur = priv->ep_pool + 1; in numaker_usbd_ep_mgmt_init()
715 struct numaker_usbd_ep *ep_cur = priv->ep_pool; in numaker_usbd_ep_mgmt_find_ep()
716 struct numaker_usbd_ep *ep_end = priv->ep_pool + priv->ep_pool_size; in numaker_usbd_ep_mgmt_find_ep()
1351 struct numaker_usbd_ep *ep_ctrlout = priv->ep_pool + 0; in numaker_udbd_isr()
[all …]
/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c145 struct numaker_usbd_ep ep_pool[NUMAKER_USBD_EP_MAXNUM]; member
709 ep_cur = ep_mgmt->ep_pool + ep_mgmt->ep_idx; in numaker_usbd_ep_mgmt_alloc_ep()
763 ep_cur = ep_mgmt->ep_pool; in numaker_usbd_ep_mgmt_init()
764 ep_end = ep_mgmt->ep_pool + config->num_bidir_endpoints; in numaker_usbd_ep_mgmt_init()
772 ep_cur->ep_hw_idx = EP0 + (ep_cur - ep_mgmt->ep_pool); in numaker_usbd_ep_mgmt_init()
786 ep_cur = ep_mgmt->ep_pool + 0; in numaker_usbd_ep_mgmt_init()
797 ep_cur = ep_mgmt->ep_pool + 1; in numaker_usbd_ep_mgmt_init()
814 struct numaker_usbd_ep *ep_cur = ep_mgmt->ep_pool; in numaker_usbd_ep_mgmt_find_ep()
815 struct numaker_usbd_ep *ep_end = ep_mgmt->ep_pool + config->num_bidir_endpoints; in numaker_usbd_ep_mgmt_find_ep()
867 struct numaker_usbd_ep *ep_cur = ep_mgmt->ep_pool; in numaker_usbd_bus_reset_bh()
[all …]