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.rs194 let t = self.cast::<SetTRDequeuePointerCommandTrb>()?; in fmt_helper()
530 pub struct SetTRDequeuePointerCommandTrb { struct
666 impl TypedTrb for SetTRDequeuePointerCommandTrb { implementation
761 unsafe impl TrbCast for SetTRDequeuePointerCommandTrb {} implementation
922 std::mem::size_of::<SetTRDequeuePointerCommandTrb>(), in check_struct_sizes()
Dcommand_ring_controller.rs36 use super::xhci_abi::SetTRDequeuePointerCommandTrb;
361 .cast::<SetTRDequeuePointerCommandTrb>() in set_tr_dequeue_ptr()