Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci.c2590 command->command_trb = xhci->cmd_ring->enqueue; in xhci_configure_endpoint()
2595 if (TRB_TYPE_LINK_LE32(command->command_trb->link.control)) in xhci_configure_endpoint()
2596 command->command_trb = in xhci_configure_endpoint()
3391 reset_device_cmd->command_trb = xhci->cmd_ring->enqueue; in xhci_discover_or_reset_device()
3396 if (TRB_TYPE_LINK_LE32(reset_device_cmd->command_trb->link.control)) in xhci_discover_or_reset_device()
3397 reset_device_cmd->command_trb = in xhci_discover_or_reset_device()
Dxhci-hub.c289 cmd->command_trb = xhci->cmd_ring->enqueue; in xhci_stop_device()
Dxhci.h711 union xhci_trb *command_trb; member
Dxhci-ring.c1202 if (xhci->cmd_ring->dequeue != command->command_trb) in handle_cmd_in_cmd_wait_list()