Home
last modified time | relevance | path

Searched defs:ci_req (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c264 struct ci_req *ci_req; in ci_ep_alloc_request() local
287 struct ci_req *ci_req = container_of(req, struct ci_req, req); in ci_ep_free_request() local
357 static int ci_bounce(struct ci_req *ci_req, int in) in ci_bounce()
402 static void ci_debounce(struct ci_req *ci_req, int in) in ci_debounce()
427 struct ci_req *ci_req; in ci_ep_submit_next_request() local
531 struct ci_req *ci_req; in ci_ep_dequeue() local
556 struct ci_req *ci_req = container_of(req, struct ci_req, req); in ci_ep_queue() local
607 struct ci_req *ci_req; in handle_ep_complete() local
662 struct ci_req *ci_req; in handle_setup() local
H A Dci_udc.h80 struct ci_req { struct
101 struct ci_req *ep0_req; argument