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.rs190 let t = self.cast::<SetTRDequeuePointerCommandTrb>()?; in fmt_helper()
526 pub struct SetTRDequeuePointerCommandTrb { struct
662 impl TypedTrb for SetTRDequeuePointerCommandTrb { implementation
733 unsafe impl TrbCast for SetTRDequeuePointerCommandTrb {} implementation
873 std::mem::size_of::<SetTRDequeuePointerCommandTrb>(), in check_struct_sizes()
Dcommand_ring_controller.rs35 use super::xhci_abi::SetTRDequeuePointerCommandTrb;
323 .cast::<SetTRDequeuePointerCommandTrb>() in set_tr_dequeue_ptr()