Home
last modified time | relevance | path

Searched refs:InputData (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type09/
DMiscSystemSlotDesignationFunction.c29 IN SMBIOS_TABLE_TYPE9 *InputData in UpdateSlotDesignation() argument
42 if ((UINTN)InputData == (UINTN)&MiscSystemSlotDesignationPcie0Data) in UpdateSlotDesignation()
46 else if ((UINTN)InputData == (UINTN)&MiscSystemSlotDesignationPcie1Data) in UpdateSlotDesignation()
50 else if ((UINTN)InputData == (UINTN)&MiscSystemSlotDesignationPcie2Data) in UpdateSlotDesignation()
54 else if ((UINTN)InputData == (UINTN)&MiscSystemSlotDesignationPcie3Data) in UpdateSlotDesignation()
72 IN OUT SMBIOS_TABLE_TYPE9 *InputData in UpdateSlotUsage() argument
89 if (((UINTN)InputData == (UINTN)&MiscSystemSlotDesignationPcie0Data) in UpdateSlotUsage()
91 InputData->CurrentUsage = SlotUsageAvailable; in UpdateSlotUsage()
97 if ((UINTN)InputData == (UINTN)&MiscSystemSlotDesignationPcie1Data) in UpdateSlotUsage()
100 InputData->SlotDataBusWidth = SlotDataBusWidth4X; in UpdateSlotUsage()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type32/
DMiscBootInformationFunction.c41 SMBIOS_TABLE_TYPE32 *InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
50 InputData = (SMBIOS_TABLE_TYPE32 *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
60 (VOID)CopyMem(SmbiosRecord, InputData, sizeof (SMBIOS_TABLE_TYPE32)); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type38/
DMiscIpmiDeviceInformationFunction.c49 SMBIOS_TABLE_TYPE38 *InputData = NULL; in MISC_SMBIOS_TABLE_FUNCTION() local
60 InputData = (SMBIOS_TABLE_TYPE38*)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
67 (VOID)CopyMem(SmbiosRecord, InputData, sizeof (SMBIOS_TABLE_TYPE38)); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type13/
DMiscNumberOfInstallableLanguagesFunction.c119 SMBIOS_TABLE_TYPE13 *InputData = NULL;; in MISC_SMBIOS_TABLE_FUNCTION() local
128 InputData = (SMBIOS_TABLE_TYPE13 *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
130 InputData->InstallableLanguages = GetSupportedLanguageNumber (mHiiHandle); in MISC_SMBIOS_TABLE_FUNCTION()
147 (VOID)CopyMem(SmbiosRecord, InputData, sizeof (SMBIOS_TABLE_TYPE13)); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type03/
DMiscChassisManufacturerFunction.c73 SMBIOS_TABLE_TYPE3 *InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
90 InputData = (SMBIOS_TABLE_TYPE3 *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
117 ContainedElementCount = InputData->ContainedElementCount; in MISC_SMBIOS_TABLE_FUNCTION()
139 (VOID)CopyMem(SmbiosRecord, InputData, sizeof (SMBIOS_TABLE_TYPE3)); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type01/
DMiscSystemManufacturerFunction.c58 SMBIOS_TABLE_TYPE1 *InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
74 InputData = (SMBIOS_TABLE_TYPE1 *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
133 (VOID)CopyMem(SmbiosRecord, InputData, sizeof (SMBIOS_TABLE_TYPE1)); in MISC_SMBIOS_TABLE_FUNCTION()
137 SmbiosRecord->Uuid = InputData->Uuid; in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2KbdTextIn.c100 IN EFI_KEY_DATA *InputData in IsKeyRegistered() argument
104 ASSERT (RegsiteredData != NULL && InputData != NULL); in IsKeyRegistered()
106 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in IsKeyRegistered()
107 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in IsKeyRegistered()
115 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered()
119 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in IsKeyRegistered()
DPs2Keyboard.h563 IN EFI_KEY_DATA *InputData
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2KbdTextIn.c100 IN EFI_KEY_DATA *InputData in IsKeyRegistered() argument
104 ASSERT (RegsiteredData != NULL && InputData != NULL); in IsKeyRegistered()
106 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in IsKeyRegistered()
107 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in IsKeyRegistered()
115 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered()
119 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in IsKeyRegistered()
DPs2Keyboard.h562 IN EFI_KEY_DATA *InputData
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopInput.c22 IN EFI_KEY_DATA *InputData in GopPrivateIsKeyRegistered() argument
41 ASSERT (RegsiteredData != NULL && InputData != NULL); in GopPrivateIsKeyRegistered()
43 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in GopPrivateIsKeyRegistered()
44 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in GopPrivateIsKeyRegistered()
52 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in GopPrivateIsKeyRegistered()
56 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in GopPrivateIsKeyRegistered()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type02/
DMiscBaseBoardManufacturerFunction.c60 SMBIOS_TABLE_TYPE2 *InputData = NULL; in MISC_SMBIOS_TABLE_FUNCTION() local
76 InputData = (SMBIOS_TABLE_TYPE2*)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
135 (VOID)CopyMem(SmbiosRecord, InputData, sizeof (SMBIOS_TABLE_TYPE2)); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/SmbiosMiscDxe/Type00/
DMiscBiosVendorFunction.c135 SMBIOS_TABLE_TYPE0 *InputData; in MISC_SMBIOS_TABLE_FUNCTION() local
145 InputData = (SMBIOS_TABLE_TYPE0 *)RecordData; in MISC_SMBIOS_TABLE_FUNCTION()
215 (VOID)CopyMem(SmbiosRecord, InputData, sizeof (SMBIOS_TABLE_TYPE0)); in MISC_SMBIOS_TABLE_FUNCTION()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/
DVirtualKeyboard.c447 IN EFI_KEY_DATA *InputData in IsKeyRegistered() argument
451 ASSERT (RegsiteredData != NULL && InputData != NULL); in IsKeyRegistered()
453 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in IsKeyRegistered()
454 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in IsKeyRegistered()
462 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered()
466 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in IsKeyRegistered()
DVirtualKeyboard.h445 IN EFI_KEY_DATA *InputData
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopInput.c175 IN EFI_KEY_DATA *InputData in GopPrivateIsKeyRegistered() argument
194 ASSERT (RegsiteredData != NULL && InputData != NULL); in GopPrivateIsKeyRegistered()
196 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in GopPrivateIsKeyRegistered()
197 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in GopPrivateIsKeyRegistered()
205 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in GopPrivateIsKeyRegistered()
209 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in GopPrivateIsKeyRegistered()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c883 IN EFI_KEY_DATA *InputData in IsKeyRegistered() argument
886 ASSERT (RegsiteredData != NULL && InputData != NULL); in IsKeyRegistered()
888 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in IsKeyRegistered()
889 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in IsKeyRegistered()
897 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered()
901 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in IsKeyRegistered()
DEfiKey.h585 IN EFI_KEY_DATA *InputData
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.c2091 IN EFI_KEY_DATA *InputData in IsKeyRegistered() argument
2094 ASSERT (RegsiteredData != NULL && InputData != NULL); in IsKeyRegistered()
2096 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in IsKeyRegistered()
2097 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in IsKeyRegistered()
2105 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered()
2109 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in IsKeyRegistered()
DBiosKeyboard.h740 IN EFI_KEY_DATA *InputData
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/NorFlashDxe/
DNorFlashHw.c57 UINT32 InputData in PortWriteData() argument
64 MmioWrite32 (FlashAddr, InputData); in PortWriteData()
67 MmioWrite16 (FlashAddr, InputData); in PortWriteData()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConIn.c169 IN EFI_KEY_DATA *InputData in IsKeyRegistered() argument
172 ASSERT (RegsiteredData != NULL && InputData != NULL); in IsKeyRegistered()
174 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in IsKeyRegistered()
175 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in IsKeyRegistered()
DTerminal.h252 IN EFI_KEY_DATA *InputData
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitter.c3618 IN EFI_KEY_DATA *InputData in IsKeyRegistered() argument
3621 ASSERT (RegsiteredData != NULL && InputData != NULL); in IsKeyRegistered()
3623 if ((RegsiteredData->Key.ScanCode != InputData->Key.ScanCode) || in IsKeyRegistered()
3624 (RegsiteredData->Key.UnicodeChar != InputData->Key.UnicodeChar)) { in IsKeyRegistered()
3632 RegsiteredData->KeyState.KeyShiftState != InputData->KeyState.KeyShiftState) { in IsKeyRegistered()
3636 RegsiteredData->KeyState.KeyToggleState != InputData->KeyState.KeyToggleState) { in IsKeyRegistered()