Searched refs:config_cmd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.c | 3469 struct xhci_command *config_cmd; in xhci_alloc_streams() local 3495 config_cmd = xhci_alloc_command_with_ctx(xhci, true, mem_flags); in xhci_alloc_streams() 3496 if (!config_cmd) in xhci_alloc_streams() 3499 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_alloc_streams() 3503 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3515 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3522 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3563 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index); in xhci_alloc_streams() 3565 xhci_endpoint_copy(xhci, config_cmd->in_ctx, in xhci_alloc_streams() 3573 xhci_setup_input_ctx_for_config_ep(xhci, config_cmd in xhci_alloc_streams() 5105 struct xhci_command *config_cmd; xhci_update_hub_device() local [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.c | 3361 struct xhci_command *config_cmd; in xhci_alloc_streams() local 3387 config_cmd = xhci_alloc_command_with_ctx(xhci, true, mem_flags); in xhci_alloc_streams() 3388 if (!config_cmd) in xhci_alloc_streams() 3391 ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx); in xhci_alloc_streams() 3395 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3407 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3414 xhci_free_command(xhci, config_cmd); in xhci_alloc_streams() 3455 ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index); in xhci_alloc_streams() 3457 xhci_endpoint_copy(xhci, config_cmd->in_ctx, in xhci_alloc_streams() 3465 xhci_setup_input_ctx_for_config_ep(xhci, config_cmd in xhci_alloc_streams() 4977 struct xhci_command *config_cmd; xhci_update_hub_device() local [all...] |
Completed in 11 milliseconds