Searched refs:GpeEventInfo (Results 1 – 11 of 11) sorted by relevance
| /third_party/lib/acpica/source/components/events/ |
| A D | evgpe.c | 80 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 …]
|
| A D | evxfgpe.c | 133 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 …]
|
| A D | evgpeinit.c | 338 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 …]
|
| A D | evgpeutil.c | 344 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 …]
|
| A D | evxface.c | 868 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 …]
|
| A D | evgpeblk.c | 231 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 …]
|
| /third_party/lib/acpica/source/components/hardware/ |
| A D | hwgpe.c | 82 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 …]
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acevents.h | 112 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,
|
| A D | achware.h | 180 ACPI_GPE_EVENT_INFO *GpeEventInfo); 184 ACPI_GPE_EVENT_INFO *GpeEventInfo, 195 ACPI_GPE_EVENT_INFO *GpeEventInfo); 205 ACPI_GPE_EVENT_INFO *GpeEventInfo,
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbdisply.c | 824 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()
|
| A D | dbcmds.c | 1208 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()
|
Completed in 22 milliseconds