Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs459 pub struct AddressDeviceCommandTrb { struct
460 input_context_pointer: B64,
461 reserved: B32,
462 cycle: bool,
463 reserved2: B8,
464 block_set_address_request: bool,
465 trb_type: TrbType,
466 reserved3: B8,
467 slot_id: B8,
643 impl TypedTrb for AddressDeviceCommandTrb { implementation
[all …]