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