OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GpeEventInfo
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/events/
evgpeinit.c
443
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
519
GpeEventInfo
= AcpiEvLowGetGpeInfo (GpeNumber, WalkInfo->GpeBlock);
520
if (!
GpeEventInfo
)
530
if ((ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
532
(ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
540
if (ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
547
if (Type != (
GpeEventInfo
->Flags & ACPI_GPE_XRUPT_TYPE_MASK))
558
(void) AcpiHwLowSetGpe (
GpeEventInfo
, ACPI_GPE_DISABLE);
561
* Add the GPE information from above to the
GpeEventInfo
block for
564
GpeEventInfo
->Flags &= ~(ACPI_GPE_DISPATCH_MASK)
[
all
...]
evgpeutil.c
452
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
470
GpeEventInfo
= &GpeBlock->EventInfo[((ACPI_SIZE) i *
473
if ((ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
475
(ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
480
ACPI_FREE (
GpeEventInfo
->Dispatch.Handler);
481
GpeEventInfo
->Dispatch.Handler = NULL;
482
GpeEventInfo
->Flags &= ~ACPI_GPE_DISPATCH_MASK;
484
else if (ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
489
Notify =
GpeEventInfo
->Dispatch.NotifyList;
497
GpeEventInfo
->Dispatch.NotifyList = NULL
[
all
...]
evxface.c
976
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
1011
GpeEventInfo
= AcpiEvGetGpeEventInfo (GpeDevice, GpeNumber);
1012
if (!
GpeEventInfo
)
1020
if ((ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
1022
(ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
1031
Handler->MethodNode =
GpeEventInfo
->Dispatch.MethodNode;
1032
Handler->OriginalFlags = (UINT8) (
GpeEventInfo
->Flags &
1044
GpeEventInfo
->RuntimeCount)
1047
(void) AcpiEvRemoveGpeReference (
GpeEventInfo
);
1051
if (Type != (UINT32) (
GpeEventInfo
->Flags & ACPI_GPE_XRUPT_TYPE_MASK)
[
all
...]
evxfgpe.c
250
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
264
GpeEventInfo
= AcpiEvGetGpeEventInfo (GpeDevice, GpeNumber);
265
if (
GpeEventInfo
)
267
if (ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) !=
270
Status = AcpiEvAddGpeReference (
GpeEventInfo
, TRUE);
272
ACPI_GPE_IS_POLLING_NEEDED (
GpeEventInfo
))
278
GpeDevice,
GpeEventInfo
, GpeNumber);
316
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
327
GpeEventInfo
= AcpiEvGetGpeEventInfo (GpeDevice, GpeNumber);
328
if (
GpeEventInfo
)
[
all
...]
evgpeblk.c
343
ACPI_GPE_EVENT_INFO *
GpeEventInfo
= NULL;
370
GpeEventInfo
= ACPI_ALLOCATE_ZEROED ((ACPI_SIZE) GpeBlock->GpeCount *
372
if (!
GpeEventInfo
)
375
"Could not allocate the
GpeEventInfo
table"));
383
GpeBlock->EventInfo =
GpeEventInfo
;
392
ThisEvent =
GpeEventInfo
;
450
if (
GpeEventInfo
)
452
ACPI_FREE (
GpeEventInfo
);
595
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
630
GpeEventInfo
= &GpeBlock->EventInfo[GpeIndex]
[
all
...]
evgpe.c
177
* PARAMETERS:
GpeEventInfo
- GPE to update
188
ACPI_GPE_EVENT_INFO *
GpeEventInfo
)
197
GpeRegisterInfo =
GpeEventInfo
->RegisterInfo;
203
RegisterBit = AcpiHwGetGpeRegisterBit (
GpeEventInfo
);
211
if (
GpeEventInfo
->RuntimeCount)
225
* PARAMETERS:
GpeEventInfo
- GPE to enable
235
ACPI_GPE_EVENT_INFO *
GpeEventInfo
)
245
Status = AcpiHwLowSetGpe (
GpeEventInfo
, ACPI_GPE_ENABLE);
254
* PARAMETERS:
GpeEventInfo
- GPE to be blocked/unblocked
265
ACPI_GPE_EVENT_INFO *
GpeEventInfo
,
[
all
...]
/src/sys/external/bsd/acpica/dist/debugger/
dbcmds.c
1376
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
1394
GpeEventInfo
= AcpiEvGetGpeEventInfo (
1396
if (!
GpeEventInfo
)
1402
(void) AcpiEvGpeDispatch (NULL,
GpeEventInfo
, GpeNumber);
dbdisply.c
956
ACPI_GPE_EVENT_INFO *
GpeEventInfo
;
1048
GpeEventInfo
= &GpeBlock->EventInfo[GpeIndex];
1050
if (ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags) ==
1060
GpeBlock->BlockBaseNumber + GpeIndex,
GpeEventInfo
,
1061
GpeEventInfo
->RuntimeCount,
GpeEventInfo
->Flags);
1065
if (
GpeEventInfo
->Flags & ACPI_GPE_LEVEL_TRIGGERED)
1074
if (
GpeEventInfo
->Flags & ACPI_GPE_CAN_WAKE)
1083
switch (ACPI_GPE_DISPATCH_TYPE (
GpeEventInfo
->Flags))
1103
Notify =
GpeEventInfo
->Dispatch.NotifyList
[
all
...]
Completed in 22 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025