Len Brown | a192a95 | 2009-07-28 16:45:54 -0400 | [diff] [blame] | 1 | /* |
| 2 | * acpi/internal.h |
| 3 | * For use by Linux/ACPI infrastructure, not drivers |
| 4 | * |
| 5 | * Copyright (c) 2009, Intel Corporation. |
| 6 | * |
| 7 | * This program is free software; you can redistribute it and/or modify it |
| 8 | * under the terms and conditions of the GNU General Public License, |
| 9 | * version 2, as published by the Free Software Foundation. |
| 10 | * |
| 11 | * This program is distributed in the hope it will be useful, but WITHOUT |
| 12 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 13 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 14 | * more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU General Public License along with |
| 17 | * this program; if not, write to the Free Software Foundation, Inc., |
| 18 | * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
| 19 | */ |
| 20 | |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 21 | #ifndef _ACPI_INTERNAL_H_ |
| 22 | #define _ACPI_INTERNAL_H_ |
| 23 | |
Len Brown | a192a95 | 2009-07-28 16:45:54 -0400 | [diff] [blame] | 24 | #define PREFIX "ACPI: " |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 25 | |
Lv Zheng | 1129c92 | 2013-07-23 16:11:55 +0800 | [diff] [blame] | 26 | acpi_status acpi_os_initialize1(void); |
Bjorn Helgaas | 0e46517 | 2009-03-24 16:50:09 -0600 | [diff] [blame] | 27 | int init_acpi_device_notify(void); |
Bjorn Helgaas | e747f27 | 2009-03-24 16:49:43 -0600 | [diff] [blame] | 28 | int acpi_scan_init(void); |
Linus Torvalds | 556f12f | 2013-02-25 21:18:18 -0800 | [diff] [blame] | 29 | #ifdef CONFIG_ACPI_PCI_SLOT |
| 30 | void acpi_pci_slot_init(void); |
| 31 | #else |
| 32 | static inline void acpi_pci_slot_init(void) { } |
| 33 | #endif |
Rafael J. Wysocki | 00c43b9 | 2013-01-30 14:27:33 +0100 | [diff] [blame] | 34 | void acpi_pci_root_init(void); |
Rafael J. Wysocki | 4daeaf6 | 2013-01-30 14:27:37 +0100 | [diff] [blame] | 35 | void acpi_pci_link_init(void); |
Linus Torvalds | 556f12f | 2013-02-25 21:18:18 -0800 | [diff] [blame] | 36 | void acpi_pci_root_hp_init(void); |
Rafael J. Wysocki | ac212b6 | 2013-05-03 00:26:22 +0200 | [diff] [blame] | 37 | void acpi_processor_init(void); |
Rafael J. Wysocki | 141a297 | 2013-01-30 14:27:40 +0100 | [diff] [blame] | 38 | void acpi_platform_init(void); |
Zhang Rui | 1c8fce2 | 2010-07-15 10:46:30 +0800 | [diff] [blame] | 39 | int acpi_sysfs_init(void); |
Rafael J. Wysocki | 737f1a9 | 2013-02-08 23:52:39 +0100 | [diff] [blame] | 40 | #ifdef CONFIG_ACPI_CONTAINER |
| 41 | void acpi_container_init(void); |
| 42 | #else |
| 43 | static inline void acpi_container_init(void) {} |
| 44 | #endif |
Jiang Liu | 94add0f | 2013-06-23 00:59:55 +0200 | [diff] [blame] | 45 | #ifdef CONFIG_ACPI_DOCK |
| 46 | void acpi_dock_init(void); |
| 47 | #else |
| 48 | static inline void acpi_dock_init(void) {} |
| 49 | #endif |
Rafael J. Wysocki | 0a34764 | 2013-03-03 23:18:03 +0100 | [diff] [blame] | 50 | #ifdef CONFIG_ACPI_HOTPLUG_MEMORY |
| 51 | void acpi_memory_hotplug_init(void); |
| 52 | #else |
| 53 | static inline void acpi_memory_hotplug_init(void) {} |
| 54 | #endif |
Lan Tianyu | 2fa97fe | 2013-06-05 02:27:50 +0000 | [diff] [blame] | 55 | #ifdef CONFIG_X86 |
| 56 | void acpi_cmos_rtc_init(void); |
| 57 | #else |
| 58 | static inline void acpi_cmos_rtc_init(void) {} |
| 59 | #endif |
Bjorn Helgaas | e747f27 | 2009-03-24 16:49:43 -0600 | [diff] [blame] | 60 | |
Rafael J. Wysocki | 683058e | 2013-05-03 00:26:16 +0200 | [diff] [blame] | 61 | extern bool acpi_force_hot_remove; |
| 62 | |
Rafael J. Wysocki | 3f8055c | 2013-03-03 23:08:16 +0100 | [diff] [blame] | 63 | void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, |
| 64 | const char *name); |
| 65 | int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler, |
| 66 | const char *hotplug_profile_name); |
| 67 | void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val); |
| 68 | |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 69 | #ifdef CONFIG_DEBUG_FS |
Thomas Renninger | aecad432 | 2011-05-26 12:26:23 +0200 | [diff] [blame] | 70 | extern struct dentry *acpi_debugfs_dir; |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 71 | int acpi_debugfs_init(void); |
| 72 | #else |
Thomas Renninger | aecad432 | 2011-05-26 12:26:23 +0200 | [diff] [blame] | 73 | static inline void acpi_debugfs_init(void) { return; } |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 74 | #endif |
Rafael J. Wysocki | f58b082 | 2013-03-06 23:46:20 +0100 | [diff] [blame] | 75 | #ifdef CONFIG_X86_INTEL_LPSS |
| 76 | void acpi_lpss_init(void); |
| 77 | #else |
| 78 | static inline void acpi_lpss_init(void) {} |
| 79 | #endif |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 80 | |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 81 | /* -------------------------------------------------------------------------- |
Rafael J. Wysocki | 82c7d5e | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 82 | Device Node Initialization / Removal |
| 83 | -------------------------------------------------------------------------- */ |
| 84 | #define ACPI_STA_DEFAULT (ACPI_STA_DEVICE_PRESENT | ACPI_STA_DEVICE_ENABLED | \ |
| 85 | ACPI_STA_DEVICE_UI | ACPI_STA_DEVICE_FUNCTIONING) |
| 86 | |
Rafael J. Wysocki | cf860be | 2013-01-24 12:49:49 +0100 | [diff] [blame] | 87 | int acpi_device_add(struct acpi_device *device, |
| 88 | void (*release)(struct device *)); |
Rafael J. Wysocki | 82c7d5e | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 89 | void acpi_init_device_object(struct acpi_device *device, acpi_handle handle, |
| 90 | int type, unsigned long long sta); |
Rafael J. Wysocki | cf860be | 2013-01-24 12:49:49 +0100 | [diff] [blame] | 91 | void acpi_device_add_finalize(struct acpi_device *device); |
Toshi Kani | c0af417 | 2013-03-04 21:30:42 +0000 | [diff] [blame] | 92 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); |
Rafael J. Wysocki | ac212b6 | 2013-05-03 00:26:22 +0200 | [diff] [blame] | 93 | int acpi_bind_one(struct device *dev, acpi_handle handle); |
| 94 | int acpi_unbind_one(struct device *dev); |
Rafael J. Wysocki | 82c7d5e | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 95 | |
| 96 | /* -------------------------------------------------------------------------- |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 97 | Power Resource |
| 98 | -------------------------------------------------------------------------- */ |
Bjorn Helgaas | 4451537 | 2009-03-24 16:49:53 -0600 | [diff] [blame] | 99 | int acpi_power_init(void); |
Rafael J. Wysocki | 0b22452 | 2013-01-17 14:11:06 +0100 | [diff] [blame] | 100 | void acpi_power_resources_list_free(struct list_head *list); |
Rafael J. Wysocki | e88c9c6 | 2013-01-17 14:11:07 +0100 | [diff] [blame] | 101 | int acpi_extract_power_resources(union acpi_object *package, unsigned int start, |
| 102 | struct list_head *list); |
| 103 | int acpi_add_power_resource(acpi_handle handle); |
Rafael J. Wysocki | bc9b640 | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 104 | void acpi_power_add_remove_device(struct acpi_device *adev, bool add); |
Rafael J. Wysocki | b5d667e | 2013-02-23 23:15:21 +0100 | [diff] [blame] | 105 | int acpi_power_wakeup_list_init(struct list_head *list, int *system_level); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 106 | int acpi_device_sleep_wake(struct acpi_device *dev, |
| 107 | int enable, int sleep_state, int dev_state); |
Rafael J. Wysocki | 32a00d2 | 2010-11-25 00:05:17 +0100 | [diff] [blame] | 108 | int acpi_power_get_inferred_state(struct acpi_device *device, int *state); |
Rafael J. Wysocki | 30d3df4 | 2010-11-25 00:06:55 +0100 | [diff] [blame] | 109 | int acpi_power_on_resources(struct acpi_device *device, int state); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 110 | int acpi_power_transition(struct acpi_device *device, int state); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 111 | |
Bjorn Helgaas | 201b8c6 | 2009-03-24 16:50:19 -0600 | [diff] [blame] | 112 | int acpi_wakeup_device_init(void); |
Alex Chiang | 78f1699 | 2009-12-20 12:19:09 -0700 | [diff] [blame] | 113 | void acpi_early_processor_set_pdc(void); |
Bjorn Helgaas | 201b8c6 | 2009-03-24 16:50:19 -0600 | [diff] [blame] | 114 | |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 115 | /* -------------------------------------------------------------------------- |
| 116 | Embedded Controller |
| 117 | -------------------------------------------------------------------------- */ |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 118 | struct acpi_ec { |
| 119 | acpi_handle handle; |
| 120 | unsigned long gpe; |
| 121 | unsigned long command_addr; |
| 122 | unsigned long data_addr; |
| 123 | unsigned long global_lock; |
| 124 | unsigned long flags; |
Feng Tang | f351d02 | 2012-10-23 01:29:27 +0200 | [diff] [blame] | 125 | struct mutex mutex; |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 126 | wait_queue_head_t wait; |
| 127 | struct list_head list; |
| 128 | struct transaction *curr; |
Feng Tang | f351d02 | 2012-10-23 01:29:27 +0200 | [diff] [blame] | 129 | spinlock_t lock; |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 130 | }; |
| 131 | |
| 132 | extern struct acpi_ec *first_ec; |
| 133 | |
Bjorn Helgaas | a5f820f | 2009-03-24 16:49:48 -0600 | [diff] [blame] | 134 | int acpi_ec_init(void); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 135 | int acpi_ec_ecdt_probe(void); |
| 136 | int acpi_boot_ec_enable(void); |
Rafael J. Wysocki | fe95568 | 2010-04-09 01:40:38 +0200 | [diff] [blame] | 137 | void acpi_ec_block_transactions(void); |
| 138 | void acpi_ec_unblock_transactions(void); |
| 139 | void acpi_ec_unblock_transactions_early(void); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 140 | |
| 141 | /*-------------------------------------------------------------------------- |
| 142 | Suspend/Resume |
| 143 | -------------------------------------------------------------------------- */ |
| 144 | extern int acpi_sleep_init(void); |
Bjorn Helgaas | 9cee43e | 2009-03-24 16:50:14 -0600 | [diff] [blame] | 145 | |
| 146 | #ifdef CONFIG_ACPI_SLEEP |
| 147 | int acpi_sleep_proc_init(void); |
Rafael J. Wysocki | 976513d | 2011-01-07 01:43:44 +0100 | [diff] [blame] | 148 | int suspend_nvs_alloc(void); |
| 149 | void suspend_nvs_free(void); |
| 150 | int suspend_nvs_save(void); |
| 151 | void suspend_nvs_restore(void); |
Bjorn Helgaas | 9cee43e | 2009-03-24 16:50:14 -0600 | [diff] [blame] | 152 | #else |
| 153 | static inline int acpi_sleep_proc_init(void) { return 0; } |
Rafael J. Wysocki | 976513d | 2011-01-07 01:43:44 +0100 | [diff] [blame] | 154 | static inline int suspend_nvs_alloc(void) { return 0; } |
| 155 | static inline void suspend_nvs_free(void) {} |
Rafael J. Wysocki | 6fed05c | 2011-01-12 22:03:20 +0100 | [diff] [blame] | 156 | static inline int suspend_nvs_save(void) { return 0; } |
Rafael J. Wysocki | 976513d | 2011-01-07 01:43:44 +0100 | [diff] [blame] | 157 | static inline void suspend_nvs_restore(void) {} |
Bjorn Helgaas | 9cee43e | 2009-03-24 16:50:14 -0600 | [diff] [blame] | 158 | #endif |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 159 | |
Mika Westerberg | 91e5687 | 2012-10-31 22:45:02 +0100 | [diff] [blame] | 160 | /*-------------------------------------------------------------------------- |
| 161 | Platform bus support |
| 162 | -------------------------------------------------------------------------- */ |
| 163 | struct platform_device; |
| 164 | |
Rafael J. Wysocki | f58b082 | 2013-03-06 23:46:20 +0100 | [diff] [blame] | 165 | int acpi_create_platform_device(struct acpi_device *adev, |
| 166 | const struct acpi_device_id *id); |
| 167 | |
Rafael J. Wysocki | 8c5bd7a | 2013-07-18 02:08:06 +0200 | [diff] [blame] | 168 | /*-------------------------------------------------------------------------- |
| 169 | Video |
| 170 | -------------------------------------------------------------------------- */ |
| 171 | #if defined(CONFIG_ACPI_VIDEO) || defined(CONFIG_ACPI_VIDEO_MODULE) |
| 172 | bool acpi_video_backlight_quirks(void); |
Rafael J. Wysocki | 8c5bd7a | 2013-07-18 02:08:06 +0200 | [diff] [blame] | 173 | #else |
| 174 | static inline bool acpi_video_backlight_quirks(void) { return false; } |
Rafael J. Wysocki | 8c5bd7a | 2013-07-18 02:08:06 +0200 | [diff] [blame] | 175 | #endif |
| 176 | |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 177 | #endif /* _ACPI_INTERNAL_H_ */ |