Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c347 i_cmd->command_trb); in xhci_handle_stopped_cmd_ring()
349 trb_to_noop(i_cmd->command_trb, TRB_CMD_NOOP); in xhci_handle_stopped_cmd_ring()
1744 if (cmd->command_trb != xhci->cmd_ring->dequeue) { in handle_cmd_completion()
4344 cmd->command_trb = xhci->cmd_ring->enqueue; in queue_command()
H A Dxhci.h817 union xhci_trb *command_trb; member