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.rs479 pub struct EvaluateContextCommandTrb { struct
480 input_context_pointer: B64,
481 reserved0: B32,
482 cycle: bool,
483 reserved1: B9,
484 trb_type: TrbType,
485 reserved2: B8,
486 slot_id: B8,
645 impl TypedTrb for EvaluateContextCommandTrb { implementation
725 unsafe impl DataInit for EvaluateContextCommandTrb {} implementation
[all …]