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