Lines Matching defs:command
385 * It issues stop endpoint command for EP 0 to 30. And wait the last command
387 * suspend will set to 1, if suspend bit need to set in command.
412 struct xhci_command *command;
420 command = xhci_alloc_command(xhci, false, GFP_NOWAIT);
421 if (!command) {
427 ret = xhci_queue_stop_endpoint(xhci, command, slot_id,
431 xhci_free_command(xhci, command);
445 /* Wait for last stop endpoint command to finish */
450 xhci_warn(xhci, "Timeout while waiting for stop endpoint command\n");
1795 temp = readl(&xhci->op_regs->command);
1797 writel(temp, &xhci->op_regs->command);
1870 (void) readl(&xhci->op_regs->command);
1874 temp = readl(&xhci->op_regs->command);
1876 writel(temp, &xhci->op_regs->command);
1877 temp = readl(&xhci->op_regs->command);