Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs55 SetTRDequeuePointerCommand = 16, enumerator
192 TrbType::SetTRDequeuePointerCommand => { in fmt_helper()
666 const TY: TrbType = TrbType::SetTRDequeuePointerCommand;
H A Dcommand_ring_controller.rs413 Ok(TrbType::SetTRDequeuePointerCommand) => { in handle_transfer_descriptor()