Searched refs:ResetDeviceCommandTrb (Results 1 – 2 of 2) sorted by relevance
195 let t = self.cast::<ResetDeviceCommandTrb>()?; in fmt_helper()544 pub struct ResetDeviceCommandTrb { struct667 impl TypedTrb for ResetDeviceCommandTrb { implementation735 unsafe impl DataInit for ResetDeviceCommandTrb {} implementation763 unsafe impl TrbCast for ResetDeviceCommandTrb {} implementation904 assert_eq!(std::mem::size_of::<ResetDeviceCommandTrb>(), TRB_SIZE); in check_struct_sizes()
12 Error as TrbError, EvaluateContextCommandTrb, ResetDeviceCommandTrb,239 .cast::<ResetDeviceCommandTrb>() in reset_device()