HomeSort by relevance Sort by last modified time
    Searched refs:NotifyFunction (Results 26 - 50 of 63) sorted by null

12 3

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/8254TimerDxe/
Timer.h 87 @param NotifyFunction The rate to program the timer interrupt in 100 nS units. If
103 IN EFI_TIMER_NOTIFY NotifyFunction
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
event.c 25 IN EFI_EVENT_NOTIFY NotifyFunction,
42 NotifyFunction,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus/
Smbus.h 89 IN PEI_SMBUS_NOTIFY_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus2/
Smbus2.h 83 IN EFI_PEI_SMBUS_NOTIFY2_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Smbus/
Smbus.h 82 IN EFI_SMBUS_NOTIFY_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiDriverLib.h 818 IN EFI_EVENT_NOTIFY NotifyFunction,
832 NotifyTpl - Maximum TPL to single the NotifyFunction.
834 NotifyFunction - EFI notification routine.
875 IN EFI_EVENT_NOTIFY NotifyFunction,
890 NotifyTpl - Maximum TPL to singnal the NotifyFunction.
891 NotifyFunction - The listener routine.
1115 IN EFI_EVENT_NOTIFY NotifyFunction,
1143 IN EFI_EVENT_NOTIFY NotifyFunction,
EfiRuntimeLib.h 325 IN EFI_EVENT_NOTIFY NotifyFunction,
339 NotifyTpl - Maximum TPL to single the NotifyFunction.
341 NotifyFunction - EFI notification routine.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiLib.h 76 @param NotifyFunction Supplies the function to notify when the event is signaled.
77 @param NotifyContext The context parameter to pass to NotifyFunction.
88 IN EFI_EVENT_NOTIFY NotifyFunction,
100 @param NotifyFunction Supplies the function to notify when the event is signaled.
101 @param NotifyContext The context parameter to pass to NotifyFunction.
113 IN EFI_EVENT_NOTIFY NotifyFunction,
518 @param NotifyFunction The notification function to call when the event is signaled.
519 @param NotifyContext The content to pass to NotifyFunction when the event is signaled.
530 IN EFI_EVENT_NOTIFY NotifyFunction, OPTIONAL
568 @param NotifyFunction The notification function to call when the event is signaled.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
Smbus2.h 148 @retval EFI_SUCCESS NotifyFunction has been registered.
170 @param NotifyFunction The function to call when the bus driver
173 @retval EFI_SUCCESS NotifyFunction has been registered.
183 IN EFI_PEI_SMBUS_NOTIFY2_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmbusHc.h 259 @param NotifyFunction The function to call when the bus
263 @retval EFI_SUCCESS NotifyFunction was registered.
275 IN EFI_SMBUS_NOTIFY_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/Nt32Pkg/TimerDxe/
Timer.c 258 IN EFI_TIMER_NOTIFY NotifyFunction
264 This function registers the handler NotifyFunction so it is called every time
266 handler call to the NotifyFunction. If NotifyFunction is NULL, then the
273 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
280 NotifyFunction - The function to call when a timer interrupt fires. This
292 EFI_ALREADY_STARTED - NotifyFunction is not NULL, and a handler is already
295 EFI_INVALID_PARAMETER - NotifyFunction is NULL, and a handler was not
305 if (NotifyFunction == NULL && mTimerNotifyFunction == NULL) {
309 if (NotifyFunction != NULL && mTimerNotifyFunction != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DxeQNCSmbus.h 171 If NotifyFunction is NULL, then ASSERT ().
178 @param NotifyFunction The function to call when the bus driver detects the SlaveAddress
181 @retval EFI_SUCCESS NotifyFunction was registered.
191 IN CONST EFI_SMBUS_NOTIFY_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/
Smbus.h 183 @param[in] NotifyFunction The function to call when the bus driver
186 @retval EFI_SUCCESS NotifyFunction has been registered.
199 IN EFI_PEI_SMBUS_NOTIFY_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiLib.h 152 If NotifyFunction is NULL, then ASSERT().
158 @param NotifyFunction Supplies the function to notify when the event is signaled.
159 @param NotifyContext The context parameter to pass to NotifyFunction.
172 IN EFI_EVENT_NOTIFY NotifyFunction,
185 If NotifyFunction is NULL, then ASSERT().
189 @param NotifyFunction Supplies the function to notify when the event is signaled.
190 @param NotifyContext The context parameter to pass to NotifyFunction.
202 IN EFI_EVENT_NOTIFY NotifyFunction,
    [all...]
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 42 This function registers the handler NotifyFunction so it is called every time
44 handler call to the NotifyFunction. If NotifyFunction is NULL, then the
51 register the NotifyFunction with the timer interrupt, then EFI_DEVICE_ERROR
55 @param NotifyFunction The function to call when a timer interrupt fires.
64 @retval EFI_ALREADY_STARTED NotifyFunction is not NULL, and a handler is already
66 @retval EFI_INVALID_PARAMETER NotifyFunction is NULL, and a handler was not
75 IN EFI_TIMER_NOTIFY NotifyFunction
407 This function registers the handler NotifyFunction so it is called every time
409 handler call to the NotifyFunction. If NotifyFunction is NULL, then the
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLib.c 102 If NotifyFunction is NULL, then ASSERT().
108 @param NotifyFunction Supplies the function to notify when the event is signaled.
109 @param NotifyContext The context parameter to pass to NotifyFunction.
122 IN EFI_EVENT_NOTIFY NotifyFunction,
131 ASSERT (NotifyFunction != NULL);
141 NotifyFunction,
176 If NotifyFunction is NULL, then ASSERT().
180 @param NotifyFunction Supplies the function to notify when the event is signaled.
181 @param NotifyContext The context parameter to pass to NotifyFunction.
193 IN EFI_EVENT_NOTIFY NotifyFunction,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLib.c 124 If NotifyFunction is NULL, then ASSERT().
130 @param NotifyFunction Supplies the function to notify when the event is signaled.
131 @param NotifyContext The context parameter to pass to NotifyFunction.
144 IN EFI_EVENT_NOTIFY NotifyFunction,
153 ASSERT (NotifyFunction != NULL);
163 NotifyFunction,
198 If NotifyFunction is NULL, then ASSERT().
202 @param NotifyFunction Supplies the function to notify when the event is signaled.
203 @param NotifyContext The context parameter to pass to NotifyFunction.
215 IN EFI_EVENT_NOTIFY NotifyFunction,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/UefiLib/
UefiLib.c 65 @param NotifyFunction Supplies the function to notify when the event is signaled.
66 @param NotifyContext The context parameter to pass to NotifyFunction.
77 IN EFI_EVENT_NOTIFY NotifyFunction,
92 NotifyFunction,
126 @param NotifyFunction Supplies the function to notify when the event is signaled.
127 @param NotifyContext The context parameter to pass to NotifyFunction.
139 IN EFI_EVENT_NOTIFY NotifyFunction,
154 NotifyFunction,
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/GenericWatchdogDxe/
GenericWatchdogDxe.c 122 This function registers the handler NotifyFunction so it is called every time
124 handler call to the NotifyFunction.
125 If NotifyFunction is not NULL and a handler is not already registered,
127 If NotifyFunction is NULL, and a handler is already registered,
135 @param NotifyFunction The function to call when a timer interrupt fires.
143 @retval EFI_ALREADY_STARTED NotifyFunction is not NULL, and a handler is already
145 @retval EFI_INVALID_PARAMETER NotifyFunction is NULL, and a handler was not
153 IN EFI_WATCHDOG_TIMER_NOTIFY NotifyFunction
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/
SP805Watchdog.c 118 This function registers the handler NotifyFunction so it is called every time
120 handler call to the NotifyFunction.
121 If NotifyFunction is not NULL and a handler is not already registered,
123 If NotifyFunction is NULL, and a handler is already registered,
131 @param NotifyFunction The function to call when a timer interrupt fires. This
138 @retval EFI_ALREADY_STARTED NotifyFunction is not NULL, and a handler is already
140 @retval EFI_INVALID_PARAMETER NotifyFunction is NULL, and a handler was not
148 IN EFI_WATCHDOG_TIMER_NOTIFY NotifyFunction
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 94 SMB_ALARM_NOTIFY NotifyFunction;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 190 EFI_EVENT_NOTIFY NotifyFunction;
724 for (Index = 0; mSmmIplEvents[Index].NotifyFunction != NULL; Index++) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/SmbusDxe/
Smbus.c 289 IN CONST EFI_SMBUS_NOTIFY_FUNCTION NotifyFunction
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Runtime.c 294 RuntimeEvent->NotifyFunction (
  /device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/
Smbus.c 289 IN CONST EFI_SMBUS_NOTIFY_FUNCTION NotifyFunction

Completed in 214 milliseconds

12 3