TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MmUsbDispatch.h>
Data Fields | |
EFI_USB_MMI_TYPE | Type |
EFI_DEVICE_PATH_PROTOCOL * | Device |
The dispatch function's context.
Definition at line 36 of file MmUsbDispatch.h.
EFI_DEVICE_PATH_PROTOCOL* EFI_MM_USB_REGISTER_CONTEXT::Device |
The device path is part of the context structure and describes the location of the particular USB host controller in the system for which this register event will occur. This location is important because of the possible integration of several USB host controllers in a system.
Definition at line 49 of file MmUsbDispatch.h.
EFI_USB_MMI_TYPE EFI_MM_USB_REGISTER_CONTEXT::Type |
Describes whether this child handler will be invoked in response to a USB legacy emulation event, such as port-trap on the PS/2* keyboard control registers, or to a USB wake event, such as resumption from a sleep state.
Definition at line 42 of file MmUsbDispatch.h.