Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_numaker.c758 struct numaker_usbd_ep *ep_end; in numaker_usbd_ep_mgmt_init() local
764 ep_end = ep_mgmt->ep_pool + config->num_bidir_endpoints; in numaker_usbd_ep_mgmt_init()
767 for (; ep_cur != ep_end; ep_cur++) { in numaker_usbd_ep_mgmt_init()
815 struct numaker_usbd_ep *ep_end = ep_mgmt->ep_pool + config->num_bidir_endpoints; in numaker_usbd_ep_mgmt_find_ep() local
817 for (; ep_cur != ep_end; ep_cur++) { in numaker_usbd_ep_mgmt_find_ep()
868 struct numaker_usbd_ep *ep_end = ep_mgmt->ep_pool + config->num_bidir_endpoints; in numaker_usbd_bus_reset_bh() local
870 for (; ep_cur != ep_end; ep_cur++) { in numaker_usbd_bus_reset_bh()
/Zephyr-latest/drivers/usb/udc/
Dudc_numaker.c658 struct numaker_usbd_ep *ep_end; in numaker_usbd_ep_mgmt_init() local
664 ep_end = priv->ep_pool + priv->ep_pool_size; in numaker_usbd_ep_mgmt_init()
667 for (; ep_cur != ep_end; ep_cur++) { in numaker_usbd_ep_mgmt_init()
716 struct numaker_usbd_ep *ep_end = priv->ep_pool + priv->ep_pool_size; in numaker_usbd_ep_mgmt_find_ep() local
718 for (; ep_cur != ep_end; ep_cur++) { in numaker_usbd_ep_mgmt_find_ep()