Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs461 pub struct AddressDeviceCommandTrb { struct
462 input_context_pointer: B64,
463 reserved: B32,
464 cycle: bool,
465 reserved2: B8,
466 block_set_address_request: bool,
467 trb_type: TrbType,
468 reserved3: B8,
469 slot_id: B8,
645 impl TypedTrb for AddressDeviceCommandTrb { implementation
[all …]
H A Ddevice_slot.rs449 trb: &AddressDeviceCommandTrb, in set_address()