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

  /external/u-boot/drivers/usb/gadget/
ci_udc.c 263 struct ci_req *ci_req; local
271 ci_req = calloc(1, sizeof(*ci_req));
272 if (!ci_req)
275 INIT_LIST_HEAD(&ci_req->queue);
278 controller.ep0_req = ci_req;
280 return &ci_req->req;
286 struct ci_req *ci_req = container_of(req, struct ci_req, req) local
426 struct ci_req *ci_req; local
530 struct ci_req *ci_req; local
555 struct ci_req *ci_req = container_of(req, struct ci_req, req); local
606 struct ci_req *ci_req; local
661 struct ci_req *ci_req; local
    [all...]
ci_udc.h 80 struct ci_req { struct
101 struct ci_req *ep0_req;

Completed in 44 milliseconds