Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/usb/xhci/
H A Dxhci_abi.rs474 pub struct ConfigureEndpointCommandTrb { struct
475 input_context_pointer: B64,
476 reserved0: B32,
477 cycle: bool,
478 reserved1: B8,
479 deconfigure: bool,
480 trb_type: TrbType,
481 reserved2: B8,
482 slot_id: B8,
649 impl TypedTrb for ConfigureEndpointCommandTrb { implementation
[all …]
H A Ddevice_slot.rs549 trb: &ConfigureEndpointCommandTrb, in configure_endpoint()