Lines Matching refs:ep_cmd
531 usb_ep_free_request(fu->ep_cmd, fu->cmd[i].req); in uasp_free_cmdreq()
548 usb_ep_disable(fu->ep_cmd); in uasp_cleanup_old_alt()
736 usb_ep_queue(fu->ep_cmd, cmd->req, GFP_ATOMIC); in uasp_status_data_cmpl()
870 usb_ep_queue(fu->ep_cmd, req, GFP_ATOMIC); in uasp_cmd_complete()
907 fu->cmd[i].req = usb_ep_alloc_request(fu->ep_cmd, GFP_KERNEL); in uasp_alloc_cmd()
911 fu->cmd[i].buf = kmalloc(fu->ep_cmd->maxpacket, GFP_KERNEL); in uasp_alloc_cmd()
917 fu->cmd[i].req->length = fu->ep_cmd->maxpacket; in uasp_alloc_cmd()
922 usb_ep_free_request(fu->ep_cmd, fu->cmd[i].req); in uasp_alloc_cmd()
943 ret = usb_ep_queue(fu->ep_cmd, fu->cmd[i].req, GFP_ATOMIC); in uasp_prepare_reqs()
985 config_ep_by_speed_and_alt(gadget, f, fu->ep_cmd, USB_G_ALT_INT_UAS); in uasp_set_alt()
986 ret = usb_ep_enable(fu->ep_cmd); in uasp_set_alt()
1004 usb_ep_disable(fu->ep_cmd); in uasp_set_alt()
2322 fu->ep_cmd = ep; in tcm_bind()