Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c265 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_alloc_request() local
269 if (ci_ep->desc) in ci_ep_alloc_request()
289 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_free_request() local
293 if (ci_ep->desc) in ci_ep_free_request()
330 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_enable() local
354 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_disable() local
424 static void ci_ep_submit_next_request(struct ci_ep *ci_ep) in ci_ep_submit_next_request() argument
533 struct ci_ep *ci_ep = container_of(_ep, struct ci_ep, ep); in ci_ep_dequeue() local
558 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_queue() local
606 static void handle_ep_complete(struct ci_ep *ci_ep) in handle_ep_complete() argument
[all …]
H A Dci_udc.h92 struct ci_ep { struct
107 struct ci_ep ep[NUM_ENDPOINTS]; argument