/acpica-3.5.0/source/components/events/ |
D | evgpe.c | 188 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiEvUpdateGpeEnableMask() argument 197 GpeRegisterInfo = GpeEventInfo->RegisterInfo; in AcpiEvUpdateGpeEnableMask() 203 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvUpdateGpeEnableMask() 211 if (GpeEventInfo->RuntimeCount) in AcpiEvUpdateGpeEnableMask() 235 ACPI_GPE_EVENT_INFO *GpeEventInfo) in AcpiEvEnableGpe() argument 245 Status = AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_ENABLE); in AcpiEvEnableGpe() 265 ACPI_GPE_EVENT_INFO *GpeEventInfo, in AcpiEvMaskGpe() argument 275 GpeRegisterInfo = GpeEventInfo->RegisterInfo; in AcpiEvMaskGpe() 281 RegisterBit = AcpiHwGetGpeRegisterBit (GpeEventInfo); in AcpiEvMaskGpe() 292 (void) AcpiHwLowSetGpe (GpeEventInfo, ACPI_GPE_DISABLE); in AcpiEvMaskGpe() [all …]
|
D | evxfgpe.c | 250 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local 264 GpeEventInfo = AcpiEvGetGpeEventInfo (GpeDevice, GpeNumber); in ACPI_EXPORT_SYMBOL() 265 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL() 267 if (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) != in ACPI_EXPORT_SYMBOL() 270 Status = AcpiEvAddGpeReference (GpeEventInfo, TRUE); in ACPI_EXPORT_SYMBOL() 272 ACPI_GPE_IS_POLLING_NEEDED (GpeEventInfo)) in ACPI_EXPORT_SYMBOL() 278 GpeDevice, GpeEventInfo, GpeNumber); in ACPI_EXPORT_SYMBOL() 316 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local 327 GpeEventInfo = AcpiEvGetGpeEventInfo (GpeDevice, GpeNumber); in ACPI_EXPORT_SYMBOL() 328 if (GpeEventInfo) in ACPI_EXPORT_SYMBOL() [all …]
|
D | evxface.c | 976 ACPI_GPE_EVENT_INFO *GpeEventInfo; in ACPI_EXPORT_SYMBOL() local 1011 GpeEventInfo = AcpiEvGetGpeEventInfo (GpeDevice, GpeNumber); in ACPI_EXPORT_SYMBOL() 1012 if (!GpeEventInfo) in ACPI_EXPORT_SYMBOL() 1020 if ((ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in ACPI_EXPORT_SYMBOL() 1022 (ACPI_GPE_DISPATCH_TYPE (GpeEventInfo->Flags) == in ACPI_EXPORT_SYMBOL() 1031 Handler->MethodNode = GpeEventInfo->Dispatch.MethodNode; in ACPI_EXPORT_SYMBOL() 1032 Handler->OriginalFlags = (UINT8) (GpeEventInfo->Flags & in ACPI_EXPORT_SYMBOL() 1044 GpeEventInfo->RuntimeCount) in ACPI_EXPORT_SYMBOL() 1047 (void) AcpiEvRemoveGpeReference (GpeEventInfo); in ACPI_EXPORT_SYMBOL() 1051 if (Type != (UINT32) (GpeEventInfo->Flags & ACPI_GPE_XRUPT_TYPE_MASK)) in ACPI_EXPORT_SYMBOL() [all …]
|
D | evgpeblk.c | 343 ACPI_GPE_EVENT_INFO *GpeEventInfo = NULL; in AcpiEvCreateGpeInfoBlocks() local 370 GpeEventInfo = ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) GpeBlock->GpeCount * in AcpiEvCreateGpeInfoBlocks() 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() [all …]
|
D | evgpeinit.c | 443 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 …]
|
D | evgpeutil.c | 452 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 …]
|
/acpica-3.5.0/source/components/hardware/ |
D | hwgpe.c | 190 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 …]
|
/acpica-3.5.0/source/include/ |
D | acevents.h | 235 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,
|
D | achware.h | 278 ACPI_GPE_EVENT_INFO *GpeEventInfo); 282 ACPI_GPE_EVENT_INFO *GpeEventInfo, 293 ACPI_GPE_EVENT_INFO *GpeEventInfo); 303 ACPI_GPE_EVENT_INFO *GpeEventInfo,
|
/acpica-3.5.0/source/components/debugger/ |
D | dbdisply.c | 956 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()
|
D | dbcmds.c | 1374 ACPI_GPE_EVENT_INFO *GpeEventInfo; in AcpiDbGenerateGpe() local 1392 GpeEventInfo = AcpiEvGetGpeEventInfo ( in AcpiDbGenerateGpe() 1394 if (!GpeEventInfo) in AcpiDbGenerateGpe() 1400 (void) AcpiEvGpeDispatch (NULL, GpeEventInfo, GpeNumber); in AcpiDbGenerateGpe()
|