Home
last modified time | relevance | path

Searched refs:NotifyList (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DEfiKey.c276 InitializeListHead (&UsbKeyboardDevice->NotifyList); in USBKeyboardDriverBindingStart()
551 KbdFreeNotifyList (&UsbKeyboardDevice->NotifyList); in USBKeyboardDriverBindingStop()
834 IN OUT LIST_ENTRY *NotifyList in KbdFreeNotifyList() argument
840 if (NotifyList == NULL) { in KbdFreeNotifyList()
843 while (!IsListEmpty (NotifyList)) { in KbdFreeNotifyList()
844 Link = GetFirstNode (NotifyList); in KbdFreeNotifyList()
1064 LIST_ENTRY *NotifyList; in USBKeyboardRegisterKeyNotify() local
1076 NotifyList = &UsbKeyboardDevice->NotifyList; in USBKeyboardRegisterKeyNotify()
1078 for (Link = GetFirstNode (NotifyList); in USBKeyboardRegisterKeyNotify()
1079 !IsNull (NotifyList, Link); in USBKeyboardRegisterKeyNotify()
[all …]
DEfiKey.h151 LIST_ENTRY NotifyList; member
567 IN OUT LIST_ENTRY *NotifyList
DKeyBoard.c1509 LIST_ENTRY *NotifyList; in UsbKeyCodeToEfiInputKey() local
1665 NotifyList = &UsbKeyboardDevice->NotifyList; in UsbKeyCodeToEfiInputKey()
1666 …for (Link = GetFirstNode (NotifyList); !IsNull (NotifyList, Link); Link = GetNextNode (NotifyList,… in UsbKeyCodeToEfiInputKey()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalConIn.c338 LIST_ENTRY *NotifyList; in TerminalConInRegisterKeyNotify() local
350 NotifyList = &TerminalDevice->NotifyList; in TerminalConInRegisterKeyNotify()
351 …for (Link = GetFirstNode (NotifyList); !IsNull (NotifyList,Link); Link = GetNextNode (NotifyList,L… in TerminalConInRegisterKeyNotify()
377 InsertTailList (&TerminalDevice->NotifyList, &NewNotify->NotifyEntry); in TerminalConInRegisterKeyNotify()
407 LIST_ENTRY *NotifyList; in TerminalConInUnregisterKeyNotify() local
415 NotifyList = &TerminalDevice->NotifyList; in TerminalConInUnregisterKeyNotify()
416 …for (Link = GetFirstNode (NotifyList); !IsNull (NotifyList,Link); Link = GetNextNode (NotifyList,L… in TerminalConInUnregisterKeyNotify()
784 LIST_ENTRY *NotifyList; in EfiKeyFiFoInsertOneKey() local
797 NotifyList = &TerminalDevice->NotifyList; in EfiKeyFiFoInsertOneKey()
798 …for (Link = GetFirstNode (NotifyList); !IsNull (NotifyList,Link); Link = GetNextNode (NotifyList,L… in EfiKeyFiFoInsertOneKey()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Ppi/
DPpi.c422 IN CONST EFI_PEI_NOTIFY_DESCRIPTOR *NotifyList in PeiNotifyPpi() argument
435 if (NotifyList == NULL) { in PeiNotifyPpi()
463 if ((NotifyList->Flags & EFI_PEI_PPI_DESCRIPTOR_NOTIFY_TYPES) == 0) { in PeiNotifyPpi()
465 … DEBUG((EFI_D_ERROR, "ERROR -> InstallNotify: %g %p\n", NotifyList->Guid, NotifyList->Notify)); in PeiNotifyPpi()
469 if ((NotifyList->Flags & EFI_PEI_PPI_DESCRIPTOR_NOTIFY_DISPATCH) != 0) { in PeiNotifyPpi()
473 PrivateData->PpiData.PpiListPtrs[Index].Notify = (EFI_PEI_NOTIFY_DESCRIPTOR *) NotifyList; in PeiNotifyPpi()
476 DEBUG((EFI_D_INFO, "Register PPI Notify: %g\n", NotifyList->Guid)); in PeiNotifyPpi()
477 if ((NotifyList->Flags & EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST) == in PeiNotifyPpi()
484 NotifyList++; in PeiNotifyPpi()
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopInput.c78 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in GopPrivateMakeCallbackFunction()
535 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in EmuGopSimpleTextInExRegisterKeyNotify()
562 InsertTailList (&Private->NotifyList, &NewNotify->NotifyEntry); in EmuGopSimpleTextInExRegisterKeyNotify()
631 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in EmuGopSimpleTextInExUnregisterKeyNotify()
703 InitializeListHead (&Private->NotifyList); in EmuGopInitializeSimpleTextInForWindow()
DGopDriver.c278 FreeNotifyList (&Private->NotifyList); in EmuGopDriverBindingStart()
386 FreeNotifyList (&Private->NotifyList); in EmuGopDriverBindingStop()
DGop.h106 LIST_ENTRY NotifyList; member
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopInput.c244 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in GopPrivateInvokeRegisteredFunction()
861 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in WinNtGopSimpleTextInExRegisterKeyNotify()
887 InsertTailList (&Private->NotifyList, &NewNotify->NotifyEntry); in WinNtGopSimpleTextInExRegisterKeyNotify()
926 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in WinNtGopSimpleTextInExUnregisterKeyNotify()
992 InitializeListHead (&Private->NotifyList); in WinNtGopInitializeSimpleTextInForWindow()
DWinNtGopDriver.c275 FreeNotifyList (&Private->NotifyList); in WinNtGopDriverBindingStart()
366 FreeNotifyList (&Private->NotifyList); in WinNtGopDriverBindingStop()
DWinNtGop.h143 LIST_ENTRY NotifyList; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/
DPs2KbdTextIn.c576 …for (Link = ConsoleInDev->NotifyList.ForwardLink; Link != &ConsoleInDev->NotifyList; Link = Link->… in KeyboardRegisterKeyNotify()
604 InsertTailList (&ConsoleInDev->NotifyList, &NewNotify->NotifyEntry); in KeyboardRegisterKeyNotify()
653 …for (Link = ConsoleInDev->NotifyList.ForwardLink; Link != &ConsoleInDev->NotifyList; Link = Link->… in KeyboardUnregisterKeyNotify()
DPs2Keyboard.c254 InitializeListHead (&ConsoleIn->NotifyList); in KbdControllerDriverStart()
414 KbdFreeNotifyList (&ConsoleIn->NotifyList); in KbdControllerDriverStart()
568 KbdFreeNotifyList (&ConsoleIn->NotifyList); in KbdControllerDriverStop()
DPs2Keyboard.h119 LIST_ENTRY NotifyList; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/
DBiosKeyboard.c280 InitializeListHead (&BiosKeyboardPrivate->NotifyList); in BiosKeyboardDriverBindingStart()
465 BiosKeyboardFreeNotifyList (&BiosKeyboardPrivate->NotifyList); in BiosKeyboardDriverBindingStart()
569 BiosKeyboardFreeNotifyList (&BiosKeyboardPrivate->NotifyList); in BiosKeyboardDriverBindingStop()
1946 …for (Link = BiosKeyboardPrivate->NotifyList.ForwardLink; Link != &BiosKeyboardPrivate->NotifyList;… in BiosKeyboardTimerHandler()
2281 …for (Link = BiosKeyboardPrivate->NotifyList.ForwardLink; Link != &BiosKeyboardPrivate->NotifyList;… in BiosKeyboardRegisterKeyNotify()
2310 InsertTailList (&BiosKeyboardPrivate->NotifyList, &NewNotify->NotifyEntry); in BiosKeyboardRegisterKeyNotify()
2364 …for (Link = BiosKeyboardPrivate->NotifyList.ForwardLink; Link != &BiosKeyboardPrivate->NotifyList;… in BiosKeyboardUnregisterKeyNotify()
DBiosKeyboard.h230 LIST_ENTRY NotifyList; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiServicesLib/
DPeiServicesLib.c122 IN EFI_PEI_NOTIFY_DESCRIPTOR *NotifyList in PeiServicesNotifyPpi() argument
128 return (*PeiServices)->NotifyPpi (PeiServices, NotifyList); in PeiServicesNotifyPpi()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
DAcpiSdt.c180 StartLink = &AcpiTableInstance->NotifyList; in SdtNotifyAcpiList()
314 InsertTailList (&AcpiTableInstance->NotifyList, &CurrentNotifyList->Link); in SdtRegisterNotify()
347 StartLink = &AcpiTableInstance->NotifyList; in SdtUnregisterNotify()
1103 InitializeListHead (&AcpiTableInstance->NotifyList); in SdtAcpiTableAcpiSdtConstructor()
DAcpiTable.h119 LIST_ENTRY NotifyList; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGluePeiServicesLib.h110 IN EFI_PEI_NOTIFY_DESCRIPTOR *NotifyList
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesLib/
DPeiServicesLib.c126 IN CONST EFI_PEI_NOTIFY_DESCRIPTOR *NotifyList in PeiServicesNotifyPpi() argument
132 return (*PeiServices)->NotifyPpi (PeiServices, NotifyList); in PeiServicesNotifyPpi()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DPeiApi.h138 IN EFI_PEI_NOTIFY_DESCRIPTOR * NotifyList
307 IN CONST EFI_PEI_NOTIFY_DESCRIPTOR * NotifyList
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DPeiServicesLib.h97 IN CONST EFI_PEI_NOTIFY_DESCRIPTOR *NotifyList
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitter.c538 InitializeListHead (&ConInPrivate->NotifyList); in ConSplitterTextInConstructor()
1840 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in ConSplitterTextInExAddDevice()
1866 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in ConSplitterTextInExAddDevice()
1875 for (Link = Link->BackLink; Link != &Private->NotifyList; Link = Link->BackLink) { in ConSplitterTextInExAddDevice()
3714 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in ConSplitterTextInRegisterKeyNotify()
3767 InsertTailList (&mConIn.NotifyList, &NewNotify->NotifyEntry); in ConSplitterTextInRegisterKeyNotify()
3806 …for (Link = Private->NotifyList.ForwardLink; Link != &Private->NotifyList; Link = Link->ForwardLin… in ConSplitterTextInUnregisterKeyNotify()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/SecPeiServicesLib/
DPeiServicesLib.c156 IN CONST EFI_PEI_NOTIFY_DESCRIPTOR *NotifyList in PeiServicesNotifyPpi() argument

12