Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs187 let t = self.cast::<StopEndpointCommandTrb>()?; in fmt_helper()
512 pub struct StopEndpointCommandTrb { struct
659 impl TypedTrb for StopEndpointCommandTrb { implementation
733 unsafe impl DataInit for StopEndpointCommandTrb {} implementation
761 unsafe impl TrbCast for StopEndpointCommandTrb {} implementation
899 assert_eq!(std::mem::size_of::<StopEndpointCommandTrb>(), TRB_SIZE); in check_struct_sizes()
Dcommand_ring_controller.rs13 SetTRDequeuePointerCommandTrb, StopEndpointCommandTrb, TransferDescriptor, TrbCast,
273 .cast::<StopEndpointCommandTrb>() in stop_endpoint()