Searched refs:DisableSlotCommandTrb (Results 1 – 2 of 2) sorted by relevance
167 let t = self.cast::<DisableSlotCommandTrb>()?; in fmt_helper()446 pub struct DisableSlotCommandTrb { struct639 impl TypedTrb for DisableSlotCommandTrb { implementation728 unsafe impl DataInit for DisableSlotCommandTrb {} implementation756 unsafe impl TrbCast for DisableSlotCommandTrb {} implementation894 assert_eq!(std::mem::size_of::<DisableSlotCommandTrb>(), TRB_SIZE); in check_struct_sizes()
11 AddressDeviceCommandTrb, AddressedTrb, ConfigureEndpointCommandTrb, DisableSlotCommandTrb,133 .cast::<DisableSlotCommandTrb>() in disable_slot()