Lines Matching refs:ep_pool
145 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()
868 struct numaker_usbd_ep *ep_end = ep_mgmt->ep_pool + config->num_bidir_endpoints; in numaker_usbd_bus_reset_bh()
1218 struct numaker_usbd_ep *ep_ctrlout = ep_mgmt->ep_pool + 0; in numaker_udbd_isr()