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