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.rs440 pub struct DisableSlotCommandTrb { struct
441 reserved0: B32,
442 reserved1: B32,
443 reserved2: B32,
444 cycle: bool,
445 reserved3: B9,
446 trb_type: TrbType,
447 reserved4: B8,
448 slot_id: B8,
633 impl TypedTrb for DisableSlotCommandTrb { implementation
[all …]