Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs538 pub struct ResetDeviceCommandTrb { struct
539 reserved0: B32,
540 reserved1: B32,
541 reserved2: B32,
542 cycle: bool,
543 reserved3: B9,
544 trb_type: TrbType,
545 reserved4: B8,
546 slot_id: B8,
661 impl TypedTrb for ResetDeviceCommandTrb { implementation
[all …]