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.rs185 let t = self.cast::<SetTRDequeuePointerCommandTrb>()?; in fmt_helper()
521 pub struct SetTRDequeuePointerCommandTrb { struct
657 impl TypedTrb for SetTRDequeuePointerCommandTrb { implementation
728 unsafe impl DataInit for SetTRDequeuePointerCommandTrb {} implementation
756 unsafe impl TrbCast for SetTRDequeuePointerCommandTrb {} implementation
895 std::mem::size_of::<SetTRDequeuePointerCommandTrb>(), in check_struct_sizes()
Dcommand_ring_controller.rs13 SetTRDequeuePointerCommandTrb, StopEndpointCommandTrb, TransferDescriptor, TrbCast,
305 .cast::<SetTRDequeuePointerCommandTrb>() in set_tr_dequeue_ptr()