Home
last modified time | relevance | path

Searched refs:GpeEventInfo (Results 1 – 22 of 22) sorted by relevance

/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/events/
H A Devgpe.c211 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask()
303 if (GpeEventInfo->RuntimeCount && in AcpiEvMaskGpe()
344 GpeEventInfo->RuntimeCount++; in AcpiEvAddGpeReference()
345 if (GpeEventInfo->RuntimeCount == 1) in AcpiEvAddGpeReference()
362 GpeEventInfo->RuntimeCount--; in AcpiEvAddGpeReference()
393 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
398 GpeEventInfo->RuntimeCount--; in AcpiEvRemoveGpeReference()
399 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
851 if (!GpeEventInfo) in AcpiEvDetectGpe()
854 if (!GpeEventInfo) in AcpiEvDetectGpe()
[all …]
H A Devxfgpe.c265 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL()
328 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL()
388 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
458 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
513 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL()
609 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
628 GpeEventInfo->Flags = in ACPI_EXPORT_SYMBOL()
729 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
810 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
860 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
[all …]
H A Devxface.c976 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local
1012 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
1044 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
1059 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL()
1184 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local
1211 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
1238 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL()
1239 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL()
1244 GpeEventInfo->Flags &= in ACPI_EXPORT_SYMBOL()
1246 GpeEventInfo->Flags |= Handler->OriginalFlags; in ACPI_EXPORT_SYMBOL()
[all …]
H A Devgpeinit.c443 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiEvMatchGpeMethod() local
519 GpeEventInfo = AcpiEvLowGetGpeInfo (GpeNumber, WalkInfo->GpeBlock); in AcpiEvMatchGpeMethod()
520 if (!GpeEventInfo) in AcpiEvMatchGpeMethod()
530 if ((ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvMatchGpeMethod()
532 (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvMatchGpeMethod()
540 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvMatchGpeMethod()
547 if (Type != (GpeEventInfo->Flags & ACPI_GPE_XRUPT_TYPE_MASK)) in AcpiEvMatchGpeMethod()
558 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvMatchGpeMethod()
564 GpeEventInfo->Flags &= ~(ACPI_GPE_DISPATCH_MASK); in AcpiEvMatchGpeMethod()
565 GpeEventInfo->Flags |= (UINT8) (Type | ACPI_GPE_DISPATCH_METHOD); in AcpiEvMatchGpeMethod()
[all …]
H A Devgpeutil.c452 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiEvDeleteGpeHandlers() local
470 GpeEventInfo = &GpeBlock->EventInfo[((ACPI_SIZE) i * in AcpiEvDeleteGpeHandlers()
473 if ((ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvDeleteGpeHandlers()
475 (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvDeleteGpeHandlers()
480 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers()
481 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers()
482 GpeEventInfo->Flags &= ~ACPI_GPE_DISPATCH_MASK; in AcpiEvDeleteGpeHandlers()
484 else if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvDeleteGpeHandlers()
489 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
497 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
[all …]
H A Devgpeblk.c343 ACPI_GPE_EVENT_INFO *GpeEventInfo = NULL; in AcpiEvCreateGpeInfoBlocks() local
372 if (!GpeEventInfo) in AcpiEvCreateGpeInfoBlocks()
383 GpeBlock->EventInfo = GpeEventInfo; in AcpiEvCreateGpeInfoBlocks()
392 ThisEvent = GpeEventInfo; in AcpiEvCreateGpeInfoBlocks()
450 if (GpeEventInfo) in AcpiEvCreateGpeInfoBlocks()
452 ACPI_FREE (GpeEventInfo); in AcpiEvCreateGpeInfoBlocks()
595 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiEvInitializeGpeBlock() local
630 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiEvInitializeGpeBlock()
632 GpeEventInfo->Flags |= ACPI_GPE_INITIALIZED; in AcpiEvInitializeGpeBlock()
639 (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE)) in AcpiEvInitializeGpeBlock()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/events/
H A Devgpe.c80 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiEvUpdateGpeEnableMask() argument
103 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask()
127 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiEvEnableGpe() argument
165 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiEvAddGpeReference() argument
178 GpeEventInfo->RuntimeCount++; in AcpiEvAddGpeReference()
179 if (GpeEventInfo->RuntimeCount == 1) in AcpiEvAddGpeReference()
191 GpeEventInfo->RuntimeCount--; in AcpiEvAddGpeReference()
222 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
227 GpeEventInfo->RuntimeCount--; in AcpiEvRemoveGpeReference()
228 if (!GpeEventInfo->RuntimeCount) in AcpiEvRemoveGpeReference()
[all …]
H A Devxfgpe.c133 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local
148 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL()
201 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL()
261 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
334 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL()
430 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
449 GpeEventInfo->Flags = in ACPI_EXPORT_SYMBOL()
540 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
621 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
671 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
[all …]
H A Devgpeutil.c344 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiEvDeleteGpeHandlers() local
362 GpeEventInfo = &GpeBlock->EventInfo[((ACPI_SIZE) i * in AcpiEvDeleteGpeHandlers()
365 if ((ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvDeleteGpeHandlers()
367 (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvDeleteGpeHandlers()
372 ACPI_FREE (GpeEventInfo->Dispatch.Handler); in AcpiEvDeleteGpeHandlers()
373 GpeEventInfo->Dispatch.Handler = NULL; in AcpiEvDeleteGpeHandlers()
374 GpeEventInfo->Flags &= ~ACPI_GPE_DISPATCH_MASK; in AcpiEvDeleteGpeHandlers()
376 else if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvDeleteGpeHandlers()
381 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiEvDeleteGpeHandlers()
389 GpeEventInfo->Dispatch.NotifyList = NULL; in AcpiEvDeleteGpeHandlers()
[all …]
H A Devgpeinit.c338 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiEvMatchGpeMethod() local
411 GpeEventInfo = AcpiEvLowGetGpeInfo (GpeNumber, WalkInfo->GpeBlock); in AcpiEvMatchGpeMethod()
412 if (!GpeEventInfo) in AcpiEvMatchGpeMethod()
422 if ((ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvMatchGpeMethod()
424 (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvMatchGpeMethod()
432 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiEvMatchGpeMethod()
439 if (Type != (GpeEventInfo->Flags & ACPI_GPE_XRUPT_TYPE_MASK)) in AcpiEvMatchGpeMethod()
450 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvMatchGpeMethod()
456 GpeEventInfo->Flags &= ~(ACPI_GPE_DISPATCH_MASK); in AcpiEvMatchGpeMethod()
457 GpeEventInfo->Flags |= (UINT8) (Type | ACPI_GPE_DISPATCH_METHOD); in AcpiEvMatchGpeMethod()
[all …]
H A Devxface.c868 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local
904 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
936 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL()
951 GpeEventInfo->Dispatch.Handler = Handler; in ACPI_EXPORT_SYMBOL()
1076 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local
1103 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL()
1130 Handler = GpeEventInfo->Dispatch.Handler; in ACPI_EXPORT_SYMBOL()
1131 GpeEventInfo->Dispatch.Handler = NULL; in ACPI_EXPORT_SYMBOL()
1136 GpeEventInfo->Flags &= in ACPI_EXPORT_SYMBOL()
1138 GpeEventInfo->Flags |= Handler->OriginalFlags; in ACPI_EXPORT_SYMBOL()
[all …]
H A Devgpeblk.c231 ACPI_GPE_EVENT_INFO *GpeEventInfo = NULL; in AcpiEvCreateGpeInfoBlocks() local
258 GpeEventInfo = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) GpeBlock->GpeCount * in AcpiEvCreateGpeInfoBlocks()
260 if (!GpeEventInfo) in AcpiEvCreateGpeInfoBlocks()
271 GpeBlock->EventInfo = GpeEventInfo; in AcpiEvCreateGpeInfoBlocks()
280 ThisEvent = GpeEventInfo; in AcpiEvCreateGpeInfoBlocks()
338 if (GpeEventInfo) in AcpiEvCreateGpeInfoBlocks()
340 ACPI_FREE (GpeEventInfo); in AcpiEvCreateGpeInfoBlocks()
483 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiEvInitializeGpeBlock() local
516 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiEvInitializeGpeBlock()
525 (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE)) in AcpiEvInitializeGpeBlock()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/hardware/
H A Dhwgpe.c82 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiHwGetGpeRegisterBit() argument
86 (GpeEventInfo->GpeNumber - GpeEventInfo->RegisterInfo->BaseGpeNumber)); in AcpiHwGetGpeRegisterBit()
107 ACPI_GPE_EVENT_INFO *GpeEventInfo, in AcpiHwLowSetGpe() argument
121 GpeRegisterInfo = GpeEventInfo->RegisterInfo; in AcpiHwLowSetGpe()
137 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwLowSetGpe()
188 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiHwClearGpe() argument
199 GpeRegisterInfo = GpeEventInfo->RegisterInfo; in AcpiHwClearGpe()
209 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwClearGpe()
231 ACPI_GPE_EVENT_INFO *GpeEventInfo, in AcpiHwGetGpeStatus() argument
251 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) != in AcpiHwGetGpeStatus()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/hardware/
H A Dhwgpe.c190 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiHwGetGpeRegisterBit() argument
194 (GpeEventInfo->GpeNumber - GpeEventInfo->RegisterInfo->BaseGpeNumber)); in AcpiHwGetGpeRegisterBit()
215 ACPI_GPE_EVENT_INFO *GpeEventInfo, in AcpiHwLowSetGpe() argument
229 GpeRegisterInfo = GpeEventInfo->RegisterInfo; in AcpiHwLowSetGpe()
245 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwLowSetGpe()
299 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiHwClearGpe() argument
310 GpeRegisterInfo = GpeEventInfo->RegisterInfo; in AcpiHwClearGpe()
320 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiHwClearGpe()
342 ACPI_GPE_EVENT_INFO *GpeEventInfo, in AcpiHwGetGpeStatus() argument
362 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) != in AcpiHwGetGpeStatus()
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/include/
H A Dacevents.h235 ACPI_GPE_EVENT_INFO *GpeEventInfo);
239 ACPI_GPE_EVENT_INFO *GpeEventInfo);
243 ACPI_GPE_EVENT_INFO *GpeEventInfo,
248 ACPI_GPE_EVENT_INFO *GpeEventInfo,
253 ACPI_GPE_EVENT_INFO *GpeEventInfo);
267 ACPI_GPE_EVENT_INFO *GpeEventInfo);
272 ACPI_GPE_EVENT_INFO *GpeEventInfo,
303 ACPI_GPE_EVENT_INFO *GpeEventInfo,
H A Dachware.h278 ACPI_GPE_EVENT_INFO *GpeEventInfo);
282 ACPI_GPE_EVENT_INFO *GpeEventInfo,
293 ACPI_GPE_EVENT_INFO *GpeEventInfo);
303 ACPI_GPE_EVENT_INFO *GpeEventInfo,
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/include/
H A Dacevents.h112 ACPI_GPE_EVENT_INFO *GpeEventInfo);
116 ACPI_GPE_EVENT_INFO *GpeEventInfo);
120 ACPI_GPE_EVENT_INFO *GpeEventInfo);
124 ACPI_GPE_EVENT_INFO *GpeEventInfo);
138 ACPI_GPE_EVENT_INFO *GpeEventInfo);
168 ACPI_GPE_EVENT_INFO *GpeEventInfo,
H A Dachware.h170 ACPI_GPE_EVENT_INFO *GpeEventInfo);
174 ACPI_GPE_EVENT_INFO *GpeEventInfo,
185 ACPI_GPE_EVENT_INFO *GpeEventInfo);
195 ACPI_GPE_EVENT_INFO *GpeEventInfo,
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/debugger/
H A Ddbdisply.c956 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiDbDisplayGpes() local
1048 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiDbDisplayGpes()
1050 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiDbDisplayGpes()
1060 GpeBlock->BlockBaseNumber + GpeIndex, GpeEventInfo, in AcpiDbDisplayGpes()
1061 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()
1065 if (GpeEventInfo->Flags & ACPI_GPE_LEVEL_TRIGGERED) in AcpiDbDisplayGpes()
1074 if (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE) in AcpiDbDisplayGpes()
1083 switch (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags)) in AcpiDbDisplayGpes()
1103 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
1122 ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags)); in AcpiDbDisplayGpes()
H A Ddbcmds.c1316 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiDbGenerateGpe() local
1334 GpeEventInfo = AcpiEvGetGpeEventInfo ( in AcpiDbGenerateGpe()
1336 if (!GpeEventInfo) in AcpiDbGenerateGpe()
1342 (void) AcpiEvGpeDispatch (NULL, GpeEventInfo, GpeNumber); in AcpiDbGenerateGpe()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/debugger/
H A Ddbdisply.c824 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiDbDisplayGpes() local
916 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiDbDisplayGpes()
918 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiDbDisplayGpes()
928 GpeBlock->BlockBaseNumber + GpeIndex, GpeEventInfo, in AcpiDbDisplayGpes()
929 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()
933 if (GpeEventInfo->Flags & ACPI_GPE_LEVEL_TRIGGERED) in AcpiDbDisplayGpes()
942 if (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE) in AcpiDbDisplayGpes()
951 switch (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags)) in AcpiDbDisplayGpes()
971 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
990 ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags)); in AcpiDbDisplayGpes()
H A Ddbcmds.c1208 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiDbGenerateGpe() local
1226 GpeEventInfo = AcpiEvGetGpeEventInfo ( in AcpiDbGenerateGpe()
1228 if (!GpeEventInfo) in AcpiDbGenerateGpe()
1234 (void) AcpiEvGpeDispatch (NULL, GpeEventInfo, GpeNumber); in AcpiDbGenerateGpe()