Lines Matching refs:ep_in
77 struct usb_ep *ep_in; member
414 dev->ep_in = ep; in mtp_create_bulk_endpoints()
436 req = mtp_request_new(dev->ep_in, MTP_BULK_BUFFER_SIZE); in mtp_create_bulk_endpoints()
572 if ((count & (dev->ep_in->maxpacket - 1)) == 0) in mtp_write()
606 ret = usb_ep_queue(dev->ep_in, req, GFP_KERNEL); in mtp_write()
667 if ((count & (dev->ep_in->maxpacket - 1)) == 0) in send_file_work()
714 ret = usb_ep_queue(dev->ep_in, req, GFP_KERNEL); in send_file_work()
1121 f->name, dev->ep_in->name, dev->ep_out->name); in mtp_function_bind()
1133 mtp_request_free(req, dev->ep_in); in mtp_function_unbind()
1150 ret = config_ep_by_speed(cdev->gadget, f, dev->ep_in); in mtp_function_set_alt()
1154 ret = usb_ep_enable(dev->ep_in); in mtp_function_set_alt()
1164 usb_ep_disable(dev->ep_in); in mtp_function_set_alt()
1175 usb_ep_disable(dev->ep_in); in mtp_function_set_alt()
1192 usb_ep_disable(dev->ep_in); in mtp_function_disable()