Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs193 let t = self.cast::<SetTRDequeuePointerCommandTrb>()?; in fmt_helper()
529 pub struct SetTRDequeuePointerCommandTrb { struct
665 impl TypedTrb for SetTRDequeuePointerCommandTrb { implementation
758 unsafe impl TrbCast for SetTRDequeuePointerCommandTrb {} implementation
919 std::mem::size_of::<SetTRDequeuePointerCommandTrb>(), in check_struct_sizes()
H A Dcommand_ring_controller.rs36 use super::xhci_abi::SetTRDequeuePointerCommandTrb;
361 .cast::<SetTRDequeuePointerCommandTrb>() in set_tr_dequeue_ptr()