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.rs543 pub struct ResetDeviceCommandTrb { struct
544 reserved0: B32,
545 reserved1: B32,
546 reserved2: B32,
547 cycle: bool,
548 reserved3: B9,
549 trb_type: TrbType,
550 reserved4: B8,
551 slot_id: B8,
666 impl TypedTrb for ResetDeviceCommandTrb { implementation
[all …]