Go to the documentation of this file.
26 #ifndef __ACPI_DRIVERS_H__
27 #define __ACPI_DRIVERS_H__
32 #define ACPI_MAX_STRING 80
38 #define ACPI_BUS_COMPONENT 0x00010000
39 #define ACPI_AC_COMPONENT 0x00020000
40 #define ACPI_BATTERY_COMPONENT 0x00040000
41 #define ACPI_BUTTON_COMPONENT 0x00080000
42 #define ACPI_SBS_COMPONENT 0x00100000
43 #define ACPI_FAN_COMPONENT 0x00200000
44 #define ACPI_PCI_COMPONENT 0x00400000
45 #define ACPI_POWER_COMPONENT 0x00800000
46 #define ACPI_CONTAINER_COMPONENT 0x01000000
47 #define ACPI_SYSTEM_COMPONENT 0x02000000
48 #define ACPI_THERMAL_COMPONENT 0x04000000
49 #define ACPI_MEMORY_DEVICE_COMPONENT 0x08000000
50 #define ACPI_VIDEO_COMPONENT 0x10000000
51 #define ACPI_PROCESSOR_COMPONENT 0x20000000
59 #define ACPI_POWER_HID "LNXPOWER"
60 #define ACPI_PROCESSOR_OBJECT_HID "LNXCPU"
61 #define ACPI_SYSTEM_HID "LNXSYSTM"
62 #define ACPI_THERMAL_HID "LNXTHERM"
63 #define ACPI_BUTTON_HID_POWERF "LNXPWRBN"
64 #define ACPI_BUTTON_HID_SLEEPF "LNXSLPBN"
65 #define ACPI_VIDEO_HID "LNXVIDEO"
66 #define ACPI_BAY_HID "LNXIOBAY"
67 #define ACPI_DOCK_HID "LNXDOCK"
69 #define ACPI_SMBUS_IBM_HID "SMBUSIBM"
79 #define ACPI_FIXED_HARDWARE_EVENT 0x100
114 #define ACPI_PROCESSOR_LIMIT_NONE 0x00
115 #define ACPI_PROCESSOR_LIMIT_INCREMENT 0x01
116 #define ACPI_PROCESSOR_LIMIT_DECREMENT 0x02
126 #if defined(CONFIG_ACPI_DOCK) || defined(CONFIG_ACPI_DOCK_MODULE)