Searched refs:ep0_req (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dm66592-udc.c1004 m66592->ep0_req->buf = &m66592->ep0_data;
1005 m66592->ep0_req->length = 2;
1008 m66592_queue(m66592->gadget.ep0, m66592->ep0_req, GFP_KERNEL);
1555 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);
1686 m66592->ep0_req = m66592_alloc_request(&m66592->ep[0].ep, GFP_KERNEL);
1687 if (m66592->ep0_req == NULL)
1689 m66592->ep0_req->complete = nop_completion;
1707 if (m66592->ep0_req)
1708 m66592_free_request(&m66592->ep[0].ep, m66592->ep0_req);
H A Dr8a66597-udc.c947 r8a66597->ep0_req->buf = &r8a66597->ep0_data;
948 r8a66597->ep0_req->length = 2;
951 r8a66597_queue(r8a66597->gadget.ep0, r8a66597->ep0_req, GFP_KERNEL);
1505 r8a66597_free_request(&r8a66597->ep[0].ep, r8a66597->ep0_req);
1636 r8a66597->ep0_req = r8a66597_alloc_request(&r8a66597->ep[0].ep,
1638 if (r8a66597->ep0_req == NULL)
1640 r8a66597->ep0_req->complete = nop_completion;
1658 if (r8a66597->ep0_req)
1660 r8a66597->ep0_req);
H A Dr8a66597-udc.h109 struct usb_request *ep0_req; /* for internal request */ member in struct:r8a66597
H A Dm66592-udc.h494 struct usb_request *ep0_req; /* for internal request */ member in struct:m66592

Completed in 67 milliseconds