Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs183 let t = self.cast::<ResetEndpointCommandTrb>()?; in fmt_helper()
497 pub struct ResetEndpointCommandTrb { struct
655 impl TypedTrb for ResetEndpointCommandTrb { implementation
732 unsafe impl DataInit for ResetEndpointCommandTrb {} implementation
760 unsafe impl TrbCast for ResetEndpointCommandTrb {} implementation
898 assert_eq!(std::mem::size_of::<ResetEndpointCommandTrb>(), TRB_SIZE); in check_struct_sizes()