XenevaOS
Loading...
Searching...
No Matches
Macros | Functions
evxfevnt.c File Reference
#include "acpi.h"
#include "accommon.h"
#include "actables.h"
Include dependency graph for evxfevnt.c:

Macros

#define EXPORT_ACPI_INTERFACES
 
#define _COMPONENT   ACPI_EVENTS
 

Functions

ACPI_STATUS AcpiEnable (void)
 
ACPI_STATUS AcpiDisable (void)
 
ACPI_STATUS AcpiEnableEvent (UINT32 Event, UINT32 Flags)
 
ACPI_STATUS AcpiDisableEvent (UINT32 Event, UINT32 Flags)
 
ACPI_STATUS AcpiClearEvent (UINT32 Event)
 
ACPI_STATUS AcpiGetEventStatus (UINT32 Event, ACPI_EVENT_STATUS *EventStatus)
 

Macro Definition Documentation

◆ _COMPONENT

#define _COMPONENT   ACPI_EVENTS

◆ EXPORT_ACPI_INTERFACES

#define EXPORT_ACPI_INTERFACES

Function Documentation

◆ AcpiClearEvent()

ACPI_STATUS AcpiClearEvent ( UINT32  Event)

◆ AcpiDisable()

ACPI_STATUS AcpiDisable ( void  )

◆ AcpiDisableEvent()

ACPI_STATUS AcpiDisableEvent ( UINT32  Event,
UINT32  Flags 
)

◆ AcpiEnable()

ACPI_STATUS AcpiEnable ( void  )

◆ AcpiEnableEvent()

ACPI_STATUS AcpiEnableEvent ( UINT32  Event,
UINT32  Flags 
)

◆ AcpiGetEventStatus()

ACPI_STATUS AcpiGetEventStatus ( UINT32  Event,
ACPI_EVENT_STATUS EventStatus 
)