ReactOS 0.4.16-dev-340-g0540c21
|
#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | acpi_button |
Macros | |
#define | NDEBUG |
#define | _COMPONENT ACPI_BUTTON_COMPONENT |
Functions | |
static int | acpi_button_add (struct acpi_device *device) |
static int | acpi_button_remove (struct acpi_device *device, int type) |
void | acpi_button_notify (ACPI_HANDLE handle, UINT32 event, void *data) |
ACPI_STATUS | acpi_button_notify_fixed (void *data) |
int | acpi_button_init (void) |
void | acpi_button_exit (void) |
Variables | |
static struct acpi_driver | acpi_button_driver |
struct acpi_device * | power_button |
struct acpi_device * | sleep_button |
struct acpi_device * | lid_button |
#define _COMPONENT ACPI_BUTTON_COMPONENT |
|
static |
Definition at line 108 of file button.c.
Definition at line 314 of file button.c.
Definition at line 298 of file button.c.
Referenced by acpi_init().
void acpi_button_notify | ( | ACPI_HANDLE | handle, |
UINT32 | event, | ||
void * | data | ||
) |
Definition at line 64 of file button.c.
Referenced by acpi_button_add(), acpi_button_notify_fixed(), and acpi_button_remove().
ACPI_STATUS acpi_button_notify_fixed | ( | void * | data | ) |
Definition at line 91 of file button.c.
Referenced by acpi_button_add(), and acpi_button_remove().
|
static |
Definition at line 255 of file button.c.
|
static |
Definition at line 38 of file button.c.
Referenced by acpi_button_exit(), and acpi_button_init().
struct acpi_device* lid_button |
Definition at line 57 of file button.c.
Referenced by acpi_button_add().
struct acpi_device* power_button |
Definition at line 55 of file button.c.
Referenced by acpi_button_add(), and ACPIDispatchDeviceControl().
struct acpi_device* sleep_button |
Definition at line 56 of file button.c.
Referenced by acpi_button_add(), and ACPIDispatchDeviceControl().