Home
last modified time | relevance | path

Searched refs:config_cmd (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.c3463 struct xhci_command *config_cmd; in xhci_alloc_streams() local
3489 config_cmd = xhci_alloc_command_with_ctx(xhci, true, mem_flags); in xhci_alloc_streams()
3490 if (!config_cmd) in xhci_alloc_streams()
3493 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_alloc_streams()
3497 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3509 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3516 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams()
3557 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index); in xhci_alloc_streams()
3559 xhci_endpoint_copy(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
3567 xhci_setup_input_ctx_for_config_ep(xhci, config_cmd->in_ctx, in xhci_alloc_streams()
[all …]