Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs57 SetTRDequeuePointerCommand = 16, enumerator
190 TrbType::SetTRDequeuePointerCommand => { in fmt_helper()
664 const TY: TrbType = TrbType::SetTRDequeuePointerCommand;
Dcommand_ring_controller.rs373 Ok(TrbType::SetTRDequeuePointerCommand) => { in handle_transfer_descriptor()