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.rs466 pub struct ConfigureEndpointCommandTrb { struct
467 input_context_pointer: B64,
468 reserved0: B32,
469 cycle: bool,
470 reserved1: B8,
471 deconfigure: bool,
472 trb_type: TrbType,
473 reserved2: B8,
474 slot_id: B8,
641 impl TypedTrb for ConfigureEndpointCommandTrb { implementation
[all …]
Ddevice_slot.rs485 trb: &ConfigureEndpointCommandTrb, in configure_endpoint()