Lines Matching refs:ep0_req
992 m66592->ep0_req->buf = &m66592->ep0_data;
993 m66592->ep0_req->length = 2;
996 m66592_queue(m66592->gadget.ep0, m66592->ep0_req, GFP_KERNEL);
1525 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);
1652 m66592->ep0_req = m66592_alloc_request(&m66592->ep[0].ep, GFP_KERNEL);
1653 if (m66592->ep0_req == NULL) {
1657 m66592->ep0_req->complete = nop_completion;
1669 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);
1670 m66592->ep0_req = NULL;
1680 if (m66592->ep0_req)
1681 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);