Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs546 pub struct ResetDeviceCommandTrb { struct
547 reserved0: B32,
548 reserved1: B32,
549 reserved2: B32,
550 cycle: bool,
551 reserved3: B9,
552 trb_type: TrbType,
553 reserved4: B8,
554 slot_id: B8,
669 impl TypedTrb for ResetDeviceCommandTrb { implementation
[all …]