Home | History | Annotate | Download | only in gadget

Lines Matching defs:in_req

113 	struct usb_request		*in_req;
544 sdp->in_req = sdp_start_ep(sdp->in_ep);
545 sdp->in_req->context = sdp;
568 if (sdp->in_req) {
569 free(sdp->in_req);
570 sdp->in_req = NULL;
638 u8 *data = sdp_func->in_req->buf;
649 sdp_func->in_req->length = 5;
650 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0);
659 sdp_func->in_req->length = 65;
660 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0);
673 sdp_func->in_req->length = 65;
678 usb_ep_queue(sdp_func->in_ep, sdp_func->in_req, 0);