Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs195 let t = self.cast::<ResetDeviceCommandTrb>()?; in fmt_helper()
544 pub struct ResetDeviceCommandTrb { struct
667 impl TypedTrb for ResetDeviceCommandTrb { implementation
735 unsafe impl DataInit for ResetDeviceCommandTrb {} implementation
763 unsafe impl TrbCast for ResetDeviceCommandTrb {} implementation
904 assert_eq!(std::mem::size_of::<ResetDeviceCommandTrb>(), TRB_SIZE); in check_struct_sizes()
Dcommand_ring_controller.rs12 Error as TrbError, EvaluateContextCommandTrb, ResetDeviceCommandTrb,
239 .cast::<ResetDeviceCommandTrb>() in reset_device()