Lines Matching refs:config_cmd

3156 	struct xhci_command *config_cmd;  in xhci_alloc_streams()  local
3181 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_alloc_streams()
3182 if (!config_cmd) { in xhci_alloc_streams()
3186 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_alloc_streams()
3190 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3202 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3209 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3248 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index); in xhci_alloc_streams()
3250 xhci_endpoint_copy(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
3258 xhci_setup_input_ctx_for_config_ep(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
3263 ret = xhci_configure_endpoint(xhci, udev, config_cmd, in xhci_alloc_streams()
3281 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3300 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
4743 struct xhci_command *config_cmd; in xhci_update_hub_device() local
4759 config_cmd = xhci_alloc_command(xhci, true, true, mem_flags); in xhci_update_hub_device()
4760 if (!config_cmd) { in xhci_update_hub_device()
4764 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_update_hub_device()
4768 xhci_free_command(xhci, config_cmd); in xhci_update_hub_device()
4776 xhci_free_command(xhci, config_cmd); in xhci_update_hub_device()
4781 xhci_slot_copy(xhci, config_cmd->in_ctx, vdev->out_ctx); in xhci_update_hub_device()
4783 slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx); in xhci_update_hub_device()
4825 xhci_dbg_ctx(xhci, config_cmd->in_ctx, 0); in xhci_update_hub_device()
4831 ret = xhci_configure_endpoint(xhci, hdev, config_cmd, in xhci_update_hub_device()
4834 ret = xhci_configure_endpoint(xhci, hdev, config_cmd, in xhci_update_hub_device()
4840 xhci_free_command(xhci, config_cmd); in xhci_update_hub_device()