Lines Matching refs:ep_cmd
492 usb_ep_free_request(fu->ep_cmd, fu->cmd.req); in uasp_free_cmdreq()
508 usb_ep_disable(fu->ep_cmd); in uasp_cleanup_old_alt()
609 usb_ep_queue(fu->ep_cmd, fu->cmd.req, GFP_ATOMIC); in uasp_status_data_cmpl()
743 usb_ep_queue(fu->ep_cmd, fu->cmd.req, GFP_ATOMIC); in uasp_cmd_complete()
773 fu->cmd.req = usb_ep_alloc_request(fu->ep_cmd, GFP_KERNEL); in uasp_alloc_cmd()
777 fu->cmd.buf = kmalloc(fu->ep_cmd->maxpacket, GFP_KERNEL); in uasp_alloc_cmd()
783 fu->cmd.req->length = fu->ep_cmd->maxpacket; in uasp_alloc_cmd()
788 usb_ep_free_request(fu->ep_cmd, fu->cmd.req); in uasp_alloc_cmd()
828 ret = usb_ep_queue(fu->ep_cmd, fu->cmd.req, GFP_ATOMIC); in uasp_prepare_reqs()
869 config_ep_by_speed(gadget, f, fu->ep_cmd); in uasp_set_alt()
870 ret = usb_ep_enable(fu->ep_cmd); in uasp_set_alt()
888 usb_ep_disable(fu->ep_cmd); in uasp_set_alt()
2052 fu->ep_cmd = ep; in usbg_bind()