Home
last modified time | relevance | path

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

/external/crosvm/devices/src/usb/xhci/
Dxhci_abi.rs741 unsafe impl DataInit for SlotContext {} implementation
810 pub struct SlotContext { struct
864 pub slot_context: SlotContext,
915 std::mem::size_of::<SlotContext>(), in check_struct_sizes()
Ddevice_slot.rs11 InputControlContext, SlotContext, TrbCompletionCode, DEVICE_CONTEXT_ENTRY_SIZE,
547 let input_slot_context: SlotContext = self in evaluate_context()