Searched refs:StopEndpointCommandTrb (Results 1 – 2 of 2) sorted by relevance
187 let t = self.cast::<StopEndpointCommandTrb>()?; in fmt_helper()512 pub struct StopEndpointCommandTrb { struct659 impl TypedTrb for StopEndpointCommandTrb { implementation733 unsafe impl DataInit for StopEndpointCommandTrb {} implementation761 unsafe impl TrbCast for StopEndpointCommandTrb {} implementation899 assert_eq!(std::mem::size_of::<StopEndpointCommandTrb>(), TRB_SIZE); in check_struct_sizes()
13 SetTRDequeuePointerCommandTrb, StopEndpointCommandTrb, TransferDescriptor, TrbCast,273 .cast::<StopEndpointCommandTrb>() in stop_endpoint()