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.rs472 pub struct ConfigureEndpointCommandTrb { struct
473 input_context_pointer: B64,
474 reserved0: B32,
475 cycle: bool,
476 reserved1: B8,
477 deconfigure: bool,
478 trb_type: TrbType,
479 reserved2: B8,
480 slot_id: B8,
647 impl TypedTrb for ConfigureEndpointCommandTrb { implementation
[all …]
Ddevice_slot.rs492 trb: &ConfigureEndpointCommandTrb, in configure_endpoint()