Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dinterrupter.rs7 CommandCompletionEventTrb, Error as TrbError, PortStatusChangeEventTrb, TransferEventTrb, Trb,
102 .cast_mut::<CommandCompletionEventTrb>() in send_command_completion_trb()
Dxhci_abi.rs204 let t = self.cast::<CommandCompletionEventTrb>()?; in fmt_helper()
573 pub struct CommandCompletionEventTrb { struct
675 impl TypedTrb for CommandCompletionEventTrb { implementation
737 unsafe impl DataInit for CommandCompletionEventTrb {} implementation
765 unsafe impl TrbCast for CommandCompletionEventTrb {} implementation
906 assert_eq!(std::mem::size_of::<CommandCompletionEventTrb>(), TRB_SIZE); in check_struct_sizes()