Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs471 pub struct ConfigureEndpointCommandTrb { struct
472 input_context_pointer: B64,
473 reserved0: B32,
474 cycle: bool,
475 reserved1: B8,
476 deconfigure: bool,
477 trb_type: TrbType,
478 reserved2: B8,
479 slot_id: B8,
646 impl TypedTrb for ConfigureEndpointCommandTrb { implementation
[all …]
Ddevice_slot.rs503 trb: &ConfigureEndpointCommandTrb, in configure_endpoint()