HomeSort by relevance Sort by last modified time
    Searched refs:ci_ep (Results 1 - 2 of 2) sorted by null

  /external/u-boot/drivers/usb/gadget/
ci_udc.c 261 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); local
265 if (ci_ep->desc)
266 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK;
285 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); local
289 if (ci_ep->desc)
290 num = ci_ep->desc->bEndpointAddress & USB_ENDPOINT_NUMBER_MASK
326 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); local
350 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); local
529 struct ci_ep *ci_ep = container_of(_ep, struct ci_ep, ep); local
554 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); local
660 struct ci_ep *ci_ep = &controller.ep[0]; local
    [all...]
ci_udc.h 92 struct ci_ep { struct
107 struct ci_ep ep[NUM_ENDPOINTS];

Completed in 77 milliseconds