Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs191 let t = self.cast::<SetTRDequeuePointerCommandTrb>()?; in fmt_helper()
527 pub struct SetTRDequeuePointerCommandTrb { struct
663 impl TypedTrb for SetTRDequeuePointerCommandTrb { implementation
734 unsafe impl DataInit for SetTRDequeuePointerCommandTrb {} implementation
762 unsafe impl TrbCast for SetTRDequeuePointerCommandTrb {} implementation
901 std::mem::size_of::<SetTRDequeuePointerCommandTrb>(), in check_struct_sizes()
Dcommand_ring_controller.rs13 SetTRDequeuePointerCommandTrb, StopEndpointCommandTrb, TransferDescriptor, TrbCast,
310 .cast::<SetTRDequeuePointerCommandTrb>() in set_tr_dequeue_ptr()