Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/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 …]
/dragonfly/sys/contrib/dev/acpica/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 …]
/dragonfly/sys/contrib/dev/acpica/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,
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbdisply.c958 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiDbDisplayGpes() local
1050 GpeEventInfo = &GpeBlock->EventInfo[GpeIndex]; in AcpiDbDisplayGpes()
1052 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in AcpiDbDisplayGpes()
1062 GpeBlock->BlockBaseNumber + GpeIndex, GpeEventInfo, in AcpiDbDisplayGpes()
1063 GpeEventInfo->RuntimeCount, GpeEventInfo->Flags); in AcpiDbDisplayGpes()
1067 if (GpeEventInfo->Flags & ACPI_GPE_LEVEL_TRIGGERED) in AcpiDbDisplayGpes()
1076 if (GpeEventInfo->Flags & ACPI_GPE_CAN_WAKE) in AcpiDbDisplayGpes()
1085 switch (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags)) in AcpiDbDisplayGpes()
1105 Notify = GpeEventInfo->Dispatch.NotifyList; in AcpiDbDisplayGpes()
1124 ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags)); in AcpiDbDisplayGpes()
H A Ddbcmds.c1317 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiDbGenerateGpe() local
1335 GpeEventInfo = AcpiEvGetGpeEventInfo ( in AcpiDbGenerateGpe()
1337 if (!GpeEventInfo) in AcpiDbGenerateGpe()
1343 (void) AcpiEvGpeDispatch (NULL, GpeEventInfo, GpeNumber); in AcpiDbGenerateGpe()