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);
1524 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);
1650 m66592->ep0_req = m66592_alloc_request(&m66592->ep[0].ep, GFP_KERNEL);
1651 if (m66592->ep0_req == NULL) {
1655 m66592->ep0_req->complete = nop_completion;
1667 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);
1668 m66592->ep0_req = NULL;
1678 if (m66592->ep0_req)
1679 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);