Lines Matching defs:ConfigureEndpointCommandTrb
472 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
730 unsafe impl DataInit for ConfigureEndpointCommandTrb {} implementation
758 unsafe impl TrbCast for ConfigureEndpointCommandTrb {} implementation