Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c262 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_alloc_request() local
266 if (ci_ep->desc) in ci_ep_alloc_request()
267 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_alloc_request()
286 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_free_request() local
290 if (ci_ep->desc) in ci_ep_free_request()
291 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK; in ci_ep_free_request()
327 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_enable() local
331 ci_ep->desc = desc; in ci_ep_enable()
351 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_disable() local
353 ci_ep->desc = NULL; in ci_ep_disable()
[all …]
H A Dci_udc.h92 struct ci_ep { struct
107 struct ci_ep ep[NUM_ENDPOINTS]; argument