Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs446 pub struct DisableSlotCommandTrb { struct
447 reserved0: B32,
448 reserved1: B32,
449 reserved2: B32,
450 cycle: bool,
451 reserved3: B9,
452 trb_type: TrbType,
453 reserved4: B8,
454 slot_id: B8,
639 impl TypedTrb for DisableSlotCommandTrb { implementation
[all …]