Home
last modified time | relevance | path

Searched defs: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
286 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_free_request() local
327 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_enable() local
351 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_disable() local
421 static void ci_ep_submit_next_request(struct ci_ep *ci_ep) in ci_ep_submit_next_request()
530 struct ci_ep *ci_ep = container_of(_ep, struct ci_ep, ep); in ci_ep_dequeue() local
555 struct ci_ep *ci_ep = container_of(ep, struct ci_ep, ep); in ci_ep_queue() local
603 static void handle_ep_complete(struct ci_ep *ci_ep) in handle_ep_complete()
661 struct ci_ep *ci_ep = &controller.ep[0]; in handle_setup() local
H A Dci_udc.h92 struct ci_ep { struct
107 struct ci_ep ep[NUM_ENDPOINTS]; argument