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.rs56 SetTRDequeuePointerCommand = 16, enumerator
193 TrbType::SetTRDequeuePointerCommand => { in fmt_helper()
667 const TY: TrbType = TrbType::SetTRDequeuePointerCommand;
Dcommand_ring_controller.rs413 Ok(TrbType::SetTRDequeuePointerCommand) => { in handle_transfer_descriptor()