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.rs449 pub struct DisableSlotCommandTrb { struct
450 reserved0: B32,
451 reserved1: B32,
452 reserved2: B32,
453 cycle: bool,
454 reserved3: B9,
455 trb_type: TrbType,
456 reserved4: B8,
457 slot_id: B8,
642 impl TypedTrb for DisableSlotCommandTrb { implementation
[all …]