Home
last modified time | relevance | path

Searched defs:EvaluateContextCommandTrb (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs485 pub struct EvaluateContextCommandTrb { struct
486 input_context_pointer: B64,
487 reserved0: B32,
488 cycle: bool,
489 reserved1: B9,
490 trb_type: TrbType,
491 reserved2: B8,
492 slot_id: B8,
651 impl TypedTrb for EvaluateContextCommandTrb { implementation
731 unsafe impl DataInit for EvaluateContextCommandTrb {} implementation
[all …]