config_cmd       3406 drivers/usb/host/xhci.c 	struct xhci_command *config_cmd;
config_cmd       3432 drivers/usb/host/xhci.c 	config_cmd = xhci_alloc_command_with_ctx(xhci, true, mem_flags);
config_cmd       3433 drivers/usb/host/xhci.c 	if (!config_cmd)
config_cmd       3436 drivers/usb/host/xhci.c 	ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx);
config_cmd       3440 drivers/usb/host/xhci.c 		xhci_free_command(xhci, config_cmd);
config_cmd       3452 drivers/usb/host/xhci.c 		xhci_free_command(xhci, config_cmd);
config_cmd       3459 drivers/usb/host/xhci.c 		xhci_free_command(xhci, config_cmd);
config_cmd       3500 drivers/usb/host/xhci.c 		ep_ctx = xhci_get_ep_ctx(xhci, config_cmd->in_ctx, ep_index);
config_cmd       3502 drivers/usb/host/xhci.c 		xhci_endpoint_copy(xhci, config_cmd->in_ctx,
config_cmd       3510 drivers/usb/host/xhci.c 	xhci_setup_input_ctx_for_config_ep(xhci, config_cmd->in_ctx,
config_cmd       3515 drivers/usb/host/xhci.c 	ret = xhci_configure_endpoint(xhci, udev, config_cmd,
config_cmd       3533 drivers/usb/host/xhci.c 	xhci_free_command(xhci, config_cmd);
config_cmd       3552 drivers/usb/host/xhci.c 	xhci_free_command(xhci, config_cmd);
config_cmd       5013 drivers/usb/host/xhci.c 	struct xhci_command *config_cmd;
config_cmd       5030 drivers/usb/host/xhci.c 	config_cmd = xhci_alloc_command_with_ctx(xhci, true, mem_flags);
config_cmd       5031 drivers/usb/host/xhci.c 	if (!config_cmd)
config_cmd       5034 drivers/usb/host/xhci.c 	ctrl_ctx = xhci_get_input_control_ctx(config_cmd->in_ctx);
config_cmd       5038 drivers/usb/host/xhci.c 		xhci_free_command(xhci, config_cmd);
config_cmd       5046 drivers/usb/host/xhci.c 		xhci_free_command(xhci, config_cmd);
config_cmd       5051 drivers/usb/host/xhci.c 	xhci_slot_copy(xhci, config_cmd->in_ctx, vdev->out_ctx);
config_cmd       5053 drivers/usb/host/xhci.c 	slot_ctx = xhci_get_slot_ctx(xhci, config_cmd->in_ctx);
config_cmd       5099 drivers/usb/host/xhci.c 		ret = xhci_configure_endpoint(xhci, hdev, config_cmd,
config_cmd       5102 drivers/usb/host/xhci.c 		ret = xhci_configure_endpoint(xhci, hdev, config_cmd,
config_cmd       5105 drivers/usb/host/xhci.c 	xhci_free_command(xhci, config_cmd);