Home
last modified time | relevance | path

Searched refs:EndpointContext (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs742 unsafe impl DataInit for EndpointContext {} implementation
836 pub struct EndpointContext { struct
865 pub endpoint_context: [EndpointContext; 31], argument
919 std::mem::size_of::<EndpointContext>(), in check_struct_sizes()
Ddevice_slot.rs10 DeviceSlotState, EndpointContext, EndpointState, EvaluateContextCommandTrb,
565 let ep0_context: EndpointContext = self in evaluate_context()
745 let ctx: EndpointContext = self in copy_context()