Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c272 if (num == 0 && controller.ep0_req) in ci_ep_alloc_request()
273 return &controller.ep0_req->req; in ci_ep_alloc_request()
282 controller.ep0_req = ci_req; in ci_ep_alloc_request()
297 if (!controller.ep0_req) in ci_ep_free_request()
299 controller.ep0_req = 0; in ci_ep_free_request()
674 ci_req = controller.ep0_req; in handle_setup()
998 if (!controller.ep0_req) { in ci_udc_probe()
1049 ci_ep_free_request(&controller.ep[0].ep, &controller.ep0_req->req); in usb_gadget_unregister_driver()
H A Dci_udc.h101 struct ci_req *ep0_req; member