Lines Matching refs:ep_cmd
485 usb_ep_free_request(fu->ep_cmd, fu->cmd.req); in uasp_free_cmdreq()
501 usb_ep_disable(fu->ep_cmd); in uasp_cleanup_old_alt()
602 usb_ep_queue(fu->ep_cmd, fu->cmd.req, GFP_ATOMIC); in uasp_status_data_cmpl()
736 usb_ep_queue(fu->ep_cmd, fu->cmd.req, GFP_ATOMIC); in uasp_cmd_complete()
766 fu->cmd.req = usb_ep_alloc_request(fu->ep_cmd, GFP_KERNEL); in uasp_alloc_cmd()
770 fu->cmd.buf = kmalloc(fu->ep_cmd->maxpacket, GFP_KERNEL); in uasp_alloc_cmd()
776 fu->cmd.req->length = fu->ep_cmd->maxpacket; in uasp_alloc_cmd()
781 usb_ep_free_request(fu->ep_cmd, fu->cmd.req); in uasp_alloc_cmd()
821 ret = usb_ep_queue(fu->ep_cmd, fu->cmd.req, GFP_ATOMIC); in uasp_prepare_reqs()
862 config_ep_by_speed(gadget, f, fu->ep_cmd); in uasp_set_alt()
863 ret = usb_ep_enable(fu->ep_cmd); in uasp_set_alt()
881 usb_ep_disable(fu->ep_cmd); in uasp_set_alt()
2042 fu->ep_cmd = ep; in tcm_bind()