Thomas Gleixner | 2025cf9 | 2019-05-29 07:18:02 -0700 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Len Brown | a192a95 | 2009-07-28 16:45:54 -0400 | [diff] [blame] | 2 | /* |
| 3 | * acpi/internal.h |
| 4 | * For use by Linux/ACPI infrastructure, not drivers |
| 5 | * |
| 6 | * Copyright (c) 2009, Intel Corporation. |
Len Brown | a192a95 | 2009-07-28 16:45:54 -0400 | [diff] [blame] | 7 | */ |
| 8 | |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 9 | #ifndef _ACPI_INTERNAL_H_ |
| 10 | #define _ACPI_INTERNAL_H_ |
| 11 | |
Andy Shevchenko | 4a58919 | 2021-03-22 18:31:00 +0200 | [diff] [blame] | 12 | #include <linux/idr.h> |
| 13 | |
Len Brown | a192a95 | 2009-07-28 16:45:54 -0400 | [diff] [blame] | 14 | #define PREFIX "ACPI: " |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 15 | |
Lv Zheng | e5f660e | 2016-05-03 16:49:01 +0800 | [diff] [blame] | 16 | int early_acpi_osi_init(void); |
| 17 | int acpi_osi_init(void); |
Lv Zheng | 1129c92 | 2013-07-23 16:11:55 +0800 | [diff] [blame] | 18 | acpi_status acpi_os_initialize1(void); |
Bjorn Helgaas | e747f27 | 2009-03-24 16:49:43 -0600 | [diff] [blame] | 19 | int acpi_scan_init(void); |
Sinan Kaya | 5d32a66 | 2018-12-19 22:46:56 +0000 | [diff] [blame] | 20 | #ifdef CONFIG_PCI |
Rafael J. Wysocki | 00c43b9 | 2013-01-30 14:27:33 +0100 | [diff] [blame] | 21 | void acpi_pci_root_init(void); |
Rafael J. Wysocki | 4daeaf6 | 2013-01-30 14:27:37 +0100 | [diff] [blame] | 22 | void acpi_pci_link_init(void); |
Sinan Kaya | 5d32a66 | 2018-12-19 22:46:56 +0000 | [diff] [blame] | 23 | #else |
| 24 | static inline void acpi_pci_root_init(void) {} |
| 25 | static inline void acpi_pci_link_init(void) {} |
| 26 | #endif |
Rafael J. Wysocki | ac212b6 | 2013-05-03 00:26:22 +0200 | [diff] [blame] | 27 | void acpi_processor_init(void); |
Rafael J. Wysocki | 141a297 | 2013-01-30 14:27:40 +0100 | [diff] [blame] | 28 | void acpi_platform_init(void); |
Zhang Rui | eec15ed | 2014-05-30 04:23:01 +0200 | [diff] [blame] | 29 | void acpi_pnp_init(void); |
Zhang Rui | 3230bbf | 2014-03-14 00:34:05 +0800 | [diff] [blame] | 30 | void acpi_int340x_thermal_init(void); |
Graeme Gregory | 6ce2e18 | 2016-01-20 20:29:27 +0600 | [diff] [blame] | 31 | #ifdef CONFIG_ARM_AMBA |
| 32 | void acpi_amba_init(void); |
| 33 | #else |
| 34 | static inline void acpi_amba_init(void) {} |
| 35 | #endif |
Zhang Rui | 1c8fce2 | 2010-07-15 10:46:30 +0800 | [diff] [blame] | 36 | int acpi_sysfs_init(void); |
Lv Zheng | 9c4aa1e | 2016-12-16 12:07:57 +0800 | [diff] [blame] | 37 | void acpi_gpe_apply_masked_gpes(void); |
Rafael J. Wysocki | 737f1a9 | 2013-02-08 23:52:39 +0100 | [diff] [blame] | 38 | void acpi_container_init(void); |
Rafael J. Wysocki | cccd420 | 2014-05-30 04:29:14 +0200 | [diff] [blame] | 39 | void acpi_memory_hotplug_init(void); |
Jiang Liu | c183619 | 2015-02-05 13:44:49 +0800 | [diff] [blame] | 40 | #ifdef CONFIG_ACPI_HOTPLUG_IOAPIC |
Rui Wang | f2ae5da | 2017-02-28 21:34:29 +0800 | [diff] [blame] | 41 | void pci_ioapic_remove(struct acpi_pci_root *root); |
Jiang Liu | c183619 | 2015-02-05 13:44:49 +0800 | [diff] [blame] | 42 | int acpi_ioapic_remove(struct acpi_pci_root *root); |
| 43 | #else |
Rui Wang | f2ae5da | 2017-02-28 21:34:29 +0800 | [diff] [blame] | 44 | static inline void pci_ioapic_remove(struct acpi_pci_root *root) { return; } |
Jiang Liu | c183619 | 2015-02-05 13:44:49 +0800 | [diff] [blame] | 45 | static inline int acpi_ioapic_remove(struct acpi_pci_root *root) { return 0; } |
| 46 | #endif |
Jiang Liu | 94add0f | 2013-06-23 00:59:55 +0200 | [diff] [blame] | 47 | #ifdef CONFIG_ACPI_DOCK |
Rafael J. Wysocki | 1e2380c | 2014-02-16 01:51:01 +0100 | [diff] [blame] | 48 | void register_dock_dependent_device(struct acpi_device *adev, |
| 49 | acpi_handle dshandle); |
| 50 | int dock_notify(struct acpi_device *adev, u32 event); |
| 51 | void acpi_dock_add(struct acpi_device *adev); |
Jiang Liu | 94add0f | 2013-06-23 00:59:55 +0200 | [diff] [blame] | 52 | #else |
Rafael J. Wysocki | 1e2380c | 2014-02-16 01:51:01 +0100 | [diff] [blame] | 53 | static inline void register_dock_dependent_device(struct acpi_device *adev, |
| 54 | acpi_handle dshandle) {} |
| 55 | static inline int dock_notify(struct acpi_device *adev, u32 event) { return -ENODEV; } |
| 56 | static inline void acpi_dock_add(struct acpi_device *adev) {} |
Jiang Liu | 94add0f | 2013-06-23 00:59:55 +0200 | [diff] [blame] | 57 | #endif |
Lan Tianyu | 2fa97fe | 2013-06-05 02:27:50 +0000 | [diff] [blame] | 58 | #ifdef CONFIG_X86 |
| 59 | void acpi_cmos_rtc_init(void); |
| 60 | #else |
| 61 | static inline void acpi_cmos_rtc_init(void) {} |
| 62 | #endif |
Rafael J. Wysocki | 18d78b6 | 2015-07-03 01:06:00 +0200 | [diff] [blame] | 63 | int acpi_rev_override_setup(char *str); |
Bjorn Helgaas | e747f27 | 2009-03-24 16:49:43 -0600 | [diff] [blame] | 64 | |
Rafael J. Wysocki | 3f8055c | 2013-03-03 23:08:16 +0100 | [diff] [blame] | 65 | void acpi_sysfs_add_hotplug_profile(struct acpi_hotplug_profile *hotplug, |
| 66 | const char *name); |
| 67 | int acpi_scan_add_handler_with_hotplug(struct acpi_scan_handler *handler, |
| 68 | const char *hotplug_profile_name); |
| 69 | void acpi_scan_hotplug_enabled(struct acpi_hotplug_profile *hotplug, bool val); |
| 70 | |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 71 | #ifdef CONFIG_DEBUG_FS |
Thomas Renninger | aecad43 | 2011-05-26 12:26:23 +0200 | [diff] [blame] | 72 | extern struct dentry *acpi_debugfs_dir; |
Nicolas Iooss | 1074261 | 2015-08-01 21:32:17 +0800 | [diff] [blame] | 73 | void acpi_debugfs_init(void); |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 74 | #else |
Thomas Renninger | aecad43 | 2011-05-26 12:26:23 +0200 | [diff] [blame] | 75 | static inline void acpi_debugfs_init(void) { return; } |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 76 | #endif |
Sinan Kaya | 1622745 | 2019-01-05 10:05:56 +0000 | [diff] [blame] | 77 | #ifdef CONFIG_PCI |
Rafael J. Wysocki | f58b082 | 2013-03-06 23:46:20 +0100 | [diff] [blame] | 78 | void acpi_lpss_init(void); |
Sinan Kaya | 1622745 | 2019-01-05 10:05:56 +0000 | [diff] [blame] | 79 | #else |
| 80 | static inline void acpi_lpss_init(void) {} |
| 81 | #endif |
Zhang Rui | a25ee92 | 2010-07-15 10:46:15 +0800 | [diff] [blame] | 82 | |
Ken Xue | 92082a8 | 2015-02-06 08:27:51 +0800 | [diff] [blame] | 83 | void acpi_apd_init(void); |
| 84 | |
Rafael J. Wysocki | 1e3bcb59 | 2014-03-03 00:40:38 +0100 | [diff] [blame] | 85 | acpi_status acpi_hotplug_schedule(struct acpi_device *adev, u32 src); |
Rafael J. Wysocki | d783156 | 2013-11-22 21:52:12 +0100 | [diff] [blame] | 86 | bool acpi_queue_hotplug_work(struct work_struct *work); |
Rafael J. Wysocki | 1e3bcb59 | 2014-03-03 00:40:38 +0100 | [diff] [blame] | 87 | void acpi_device_hotplug(struct acpi_device *adev, u32 src); |
Rafael J. Wysocki | caa73ea | 2013-12-29 15:25:48 +0100 | [diff] [blame] | 88 | bool acpi_scan_is_offline(struct acpi_device *adev, bool uevent); |
Rafael J. Wysocki | d783156 | 2013-11-22 21:52:12 +0100 | [diff] [blame] | 89 | |
Octavian Purdila | 68bdb67 | 2016-07-08 19:13:09 +0300 | [diff] [blame] | 90 | acpi_status acpi_sysfs_table_handler(u32 event, void *table, void *context); |
| 91 | void acpi_scan_table_handler(u32 event, void *table, void *context); |
| 92 | |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 93 | /* -------------------------------------------------------------------------- |
Rafael J. Wysocki | 82c7d5e | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 94 | Device Node Initialization / Removal |
| 95 | -------------------------------------------------------------------------- */ |
| 96 | #define ACPI_STA_DEFAULT (ACPI_STA_DEVICE_PRESENT | ACPI_STA_DEVICE_ENABLED | \ |
| 97 | ACPI_STA_DEVICE_UI | ACPI_STA_DEVICE_FUNCTIONING) |
| 98 | |
Lukas Wunner | 2d12b6b | 2015-11-25 21:19:55 +0100 | [diff] [blame] | 99 | extern struct list_head acpi_bus_id_list; |
| 100 | |
Andy Shevchenko | 4a58919 | 2021-03-22 18:31:00 +0200 | [diff] [blame] | 101 | #define ACPI_MAX_DEVICE_INSTANCES 4096 |
| 102 | |
Lukas Wunner | edc345d | 2016-01-01 22:52:15 +0100 | [diff] [blame] | 103 | struct acpi_device_bus_id { |
Dexuan Cui | 3b9f7b0 | 2021-01-07 23:23:48 -0800 | [diff] [blame] | 104 | const char *bus_id; |
Andy Shevchenko | 4a58919 | 2021-03-22 18:31:00 +0200 | [diff] [blame] | 105 | struct ida instance_ida; |
Lukas Wunner | 2d12b6b | 2015-11-25 21:19:55 +0100 | [diff] [blame] | 106 | struct list_head node; |
| 107 | }; |
| 108 | |
Rafael J. Wysocki | cf860be | 2013-01-24 12:49:49 +0100 | [diff] [blame] | 109 | int acpi_device_add(struct acpi_device *device, |
| 110 | void (*release)(struct device *)); |
Rafael J. Wysocki | 82c7d5e | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 111 | void acpi_init_device_object(struct acpi_device *device, acpi_handle handle, |
| 112 | int type, unsigned long long sta); |
Rafael J. Wysocki | c2efefb | 2015-07-17 22:53:43 +0200 | [diff] [blame] | 113 | int acpi_device_setup_files(struct acpi_device *dev); |
| 114 | void acpi_device_remove_files(struct acpi_device *dev); |
Rafael J. Wysocki | cf860be | 2013-01-24 12:49:49 +0100 | [diff] [blame] | 115 | void acpi_device_add_finalize(struct acpi_device *device); |
Toshi Kani | c0af417 | 2013-03-04 21:30:42 +0000 | [diff] [blame] | 116 | void acpi_free_pnp_ids(struct acpi_device_pnp *pnp); |
Sakari Ailus | cde1f95 | 2017-06-06 12:37:36 +0300 | [diff] [blame] | 117 | bool acpi_device_is_present(const struct acpi_device *adev); |
Rafael J. Wysocki | b43109f | 2014-02-16 00:09:34 +0100 | [diff] [blame] | 118 | bool acpi_device_is_battery(struct acpi_device *adev); |
Mika Westerberg | 712e960 | 2015-07-27 18:03:57 +0300 | [diff] [blame] | 119 | bool acpi_device_is_first_physical_node(struct acpi_device *adev, |
| 120 | const struct device *dev); |
Lv Zheng | a64a62c | 2017-09-26 16:54:09 +0800 | [diff] [blame] | 121 | int acpi_bus_register_early_device(int type); |
Rafael J. Wysocki | 82c7d5e | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 122 | |
| 123 | /* -------------------------------------------------------------------------- |
Rafael J. Wysocki | c2efefb | 2015-07-17 22:53:43 +0200 | [diff] [blame] | 124 | Device Matching and Notification |
| 125 | -------------------------------------------------------------------------- */ |
| 126 | struct acpi_device *acpi_companion_match(const struct device *dev); |
| 127 | int __acpi_device_uevent_modalias(struct acpi_device *adev, |
| 128 | struct kobj_uevent_env *env); |
| 129 | |
| 130 | /* -------------------------------------------------------------------------- |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 131 | Power Resource |
| 132 | -------------------------------------------------------------------------- */ |
Bjorn Helgaas | 4451537 | 2009-03-24 16:49:53 -0600 | [diff] [blame] | 133 | int acpi_power_init(void); |
Rafael J. Wysocki | 0b22452 | 2013-01-17 14:11:06 +0100 | [diff] [blame] | 134 | void acpi_power_resources_list_free(struct list_head *list); |
Rafael J. Wysocki | e88c9c6 | 2013-01-17 14:11:07 +0100 | [diff] [blame] | 135 | int acpi_extract_power_resources(union acpi_object *package, unsigned int start, |
| 136 | struct list_head *list); |
| 137 | int acpi_add_power_resource(acpi_handle handle); |
Rafael J. Wysocki | bc9b640 | 2013-01-17 14:11:05 +0100 | [diff] [blame] | 138 | 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] | 139 | 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] | 140 | int acpi_device_sleep_wake(struct acpi_device *dev, |
Maximilian Luz | c6237b2 | 2020-11-05 03:06:00 +0100 | [diff] [blame] | 141 | int enable, int sleep_state, int dev_state); |
Rafael J. Wysocki | 32a00d2 | 2010-11-25 00:05:17 +0100 | [diff] [blame] | 142 | int acpi_power_get_inferred_state(struct acpi_device *device, int *state); |
Rafael J. Wysocki | 30d3df41 | 2010-11-25 00:06:55 +0100 | [diff] [blame] | 143 | int acpi_power_on_resources(struct acpi_device *device, int state); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 144 | int acpi_power_transition(struct acpi_device *device, int state); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 145 | |
Rafael J. Wysocki | 9ed411c | 2019-07-04 01:02:49 +0200 | [diff] [blame] | 146 | /* -------------------------------------------------------------------------- |
| 147 | Device Power Management |
| 148 | -------------------------------------------------------------------------- */ |
| 149 | int acpi_device_get_power(struct acpi_device *device, int *state); |
Bjorn Helgaas | 201b8c6 | 2009-03-24 16:50:19 -0600 | [diff] [blame] | 150 | int acpi_wakeup_device_init(void); |
Hanjun Guo | 46ba51e | 2014-07-18 18:02:54 +0800 | [diff] [blame] | 151 | |
Rafael J. Wysocki | 9ed411c | 2019-07-04 01:02:49 +0200 | [diff] [blame] | 152 | /* -------------------------------------------------------------------------- |
| 153 | Processor |
| 154 | -------------------------------------------------------------------------- */ |
Hanjun Guo | 46ba51e | 2014-07-18 18:02:54 +0800 | [diff] [blame] | 155 | #ifdef CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC |
Alex Chiang | 78f1699 | 2009-12-20 12:19:09 -0700 | [diff] [blame] | 156 | void acpi_early_processor_set_pdc(void); |
Hanjun Guo | 46ba51e | 2014-07-18 18:02:54 +0800 | [diff] [blame] | 157 | #else |
| 158 | static inline void acpi_early_processor_set_pdc(void) {} |
| 159 | #endif |
Bjorn Helgaas | 201b8c6 | 2009-03-24 16:50:19 -0600 | [diff] [blame] | 160 | |
Srinivas Pandruvada | a212116 | 2016-03-23 21:07:39 -0700 | [diff] [blame] | 161 | #ifdef CONFIG_X86 |
| 162 | void acpi_early_processor_osc(void); |
| 163 | #else |
| 164 | static inline void acpi_early_processor_osc(void) {} |
| 165 | #endif |
| 166 | |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 167 | /* -------------------------------------------------------------------------- |
| 168 | Embedded Controller |
| 169 | -------------------------------------------------------------------------- */ |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 170 | struct acpi_ec { |
| 171 | acpi_handle handle; |
Daniel Drake | 406857f | 2019-10-14 16:56:02 +0800 | [diff] [blame] | 172 | int gpe; |
| 173 | int irq; |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 174 | unsigned long command_addr; |
| 175 | unsigned long data_addr; |
Viresh Kumar | 621a5f7 | 2015-09-26 15:04:07 -0700 | [diff] [blame] | 176 | bool global_lock; |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 177 | unsigned long flags; |
Lv Zheng | 9887d22 | 2015-02-06 08:57:59 +0800 | [diff] [blame] | 178 | unsigned long reference_count; |
Feng Tang | f351d02 | 2012-10-23 01:29:27 +0200 | [diff] [blame] | 179 | struct mutex mutex; |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 180 | wait_queue_head_t wait; |
| 181 | struct list_head list; |
| 182 | struct transaction *curr; |
Feng Tang | f351d02 | 2012-10-23 01:29:27 +0200 | [diff] [blame] | 183 | spinlock_t lock; |
Lv Zheng | 74443bb | 2015-01-14 19:28:47 +0800 | [diff] [blame] | 184 | struct work_struct work; |
Lv Zheng | d8d031a | 2015-05-15 14:16:42 +0800 | [diff] [blame] | 185 | unsigned long timestamp; |
Lv Zheng | 9d8993b | 2015-06-11 13:21:32 +0800 | [diff] [blame] | 186 | unsigned long nr_pending_queries; |
Lv Zheng | c3a696b | 2017-01-20 16:42:48 +0800 | [diff] [blame] | 187 | bool busy_polling; |
| 188 | unsigned int polling_guard; |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 189 | }; |
| 190 | |
| 191 | extern struct acpi_ec *first_ec; |
| 192 | |
Rashika | b8a0b0d | 2013-12-17 15:02:14 +0530 | [diff] [blame] | 193 | /* If we find an EC via the ECDT, we need to keep a ptr to its context */ |
| 194 | /* External interfaces use first EC only, so remember */ |
| 195 | typedef int (*acpi_ec_query_func) (void *data); |
| 196 | |
Rafael J. Wysocki | 98ada3c | 2020-03-06 00:14:35 +0100 | [diff] [blame] | 197 | void acpi_ec_init(void); |
Rafael J. Wysocki | fdb3c177 | 2019-01-21 13:07:50 +0100 | [diff] [blame] | 198 | void acpi_ec_ecdt_probe(void); |
| 199 | void acpi_ec_dsdt_probe(void); |
Rafael J. Wysocki | fe95568 | 2010-04-09 01:40:38 +0200 | [diff] [blame] | 200 | void acpi_ec_block_transactions(void); |
| 201 | void acpi_ec_unblock_transactions(void); |
Rashika | b8a0b0d | 2013-12-17 15:02:14 +0530 | [diff] [blame] | 202 | int acpi_ec_add_query_handler(struct acpi_ec *ec, u8 query_bit, |
| 203 | acpi_handle handle, acpi_ec_query_func func, |
| 204 | void *data); |
| 205 | void acpi_ec_remove_query_handler(struct acpi_ec *ec, u8 query_bit); |
| 206 | |
Rafael J. Wysocki | 880a662 | 2017-07-20 03:43:12 +0200 | [diff] [blame] | 207 | #ifdef CONFIG_PM_SLEEP |
| 208 | void acpi_ec_flush_work(void); |
Rafael J. Wysocki | d758940 | 2019-07-31 11:05:52 +0200 | [diff] [blame] | 209 | bool acpi_ec_dispatch_gpe(void); |
Rafael J. Wysocki | 880a662 | 2017-07-20 03:43:12 +0200 | [diff] [blame] | 210 | #endif |
| 211 | |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 212 | |
| 213 | /*-------------------------------------------------------------------------- |
| 214 | Suspend/Resume |
| 215 | -------------------------------------------------------------------------- */ |
Graeme Gregory | 6e0a0ea | 2015-03-24 14:02:39 +0000 | [diff] [blame] | 216 | #ifdef CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT |
Rafael J. Wysocki | 33e4f80 | 2017-06-12 22:56:34 +0200 | [diff] [blame] | 217 | extern bool acpi_s2idle_wakeup(void); |
Bjorn Helgaas | e60cc7a | 2009-03-13 12:08:26 -0600 | [diff] [blame] | 218 | extern int acpi_sleep_init(void); |
Graeme Gregory | 6e0a0ea | 2015-03-24 14:02:39 +0000 | [diff] [blame] | 219 | #else |
Rafael J. Wysocki | 33e4f80 | 2017-06-12 22:56:34 +0200 | [diff] [blame] | 220 | static inline bool acpi_s2idle_wakeup(void) { return false; } |
Graeme Gregory | 6e0a0ea | 2015-03-24 14:02:39 +0000 | [diff] [blame] | 221 | static inline int acpi_sleep_init(void) { return -ENXIO; } |
| 222 | #endif |
Bjorn Helgaas | 9cee43e | 2009-03-24 16:50:14 -0600 | [diff] [blame] | 223 | |
| 224 | #ifdef CONFIG_ACPI_SLEEP |
Rami Rosen | f934c74 | 2015-09-11 17:49:22 +0300 | [diff] [blame] | 225 | void acpi_sleep_proc_init(void); |
Rafael J. Wysocki | 976513d | 2011-01-07 01:43:44 +0100 | [diff] [blame] | 226 | int suspend_nvs_alloc(void); |
| 227 | void suspend_nvs_free(void); |
| 228 | int suspend_nvs_save(void); |
| 229 | void suspend_nvs_restore(void); |
Bjorn Helgaas | 9cee43e | 2009-03-24 16:50:14 -0600 | [diff] [blame] | 230 | #else |
Rami Rosen | f934c74 | 2015-09-11 17:49:22 +0300 | [diff] [blame] | 231 | static inline void acpi_sleep_proc_init(void) {} |
Rafael J. Wysocki | 976513d | 2011-01-07 01:43:44 +0100 | [diff] [blame] | 232 | static inline int suspend_nvs_alloc(void) { return 0; } |
| 233 | static inline void suspend_nvs_free(void) {} |
Rafael J. Wysocki | 6fed05c | 2011-01-12 22:03:20 +0100 | [diff] [blame] | 234 | static inline int suspend_nvs_save(void) { return 0; } |
Rafael J. Wysocki | 976513d | 2011-01-07 01:43:44 +0100 | [diff] [blame] | 235 | static inline void suspend_nvs_restore(void) {} |
Bjorn Helgaas | 9cee43e | 2009-03-24 16:50:14 -0600 | [diff] [blame] | 236 | #endif |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 237 | |
Mika Westerberg | 91e5687 | 2012-10-31 22:45:02 +0100 | [diff] [blame] | 238 | /*-------------------------------------------------------------------------- |
Mika Westerberg | ffdcd95 | 2014-10-21 13:33:55 +0200 | [diff] [blame] | 239 | Device properties |
| 240 | -------------------------------------------------------------------------- */ |
Rafael J. Wysocki | ee89209 | 2015-05-22 04:24:34 +0200 | [diff] [blame] | 241 | #define ACPI_DT_NAMESPACE_HID "PRP0001" |
| 242 | |
Mika Westerberg | ffdcd95 | 2014-10-21 13:33:55 +0200 | [diff] [blame] | 243 | void acpi_init_properties(struct acpi_device *adev); |
| 244 | void acpi_free_properties(struct acpi_device *adev); |
| 245 | |
Lukas Wunner | 899596e | 2017-08-01 14:10:41 +0200 | [diff] [blame] | 246 | #ifdef CONFIG_X86 |
| 247 | void acpi_extract_apple_properties(struct acpi_device *adev); |
| 248 | #else |
| 249 | static inline void acpi_extract_apple_properties(struct acpi_device *adev) {} |
| 250 | #endif |
| 251 | |
Mika Westerberg | 058dfc7 | 2016-09-20 15:30:51 +0300 | [diff] [blame] | 252 | /*-------------------------------------------------------------------------- |
| 253 | Watchdog |
| 254 | -------------------------------------------------------------------------- */ |
| 255 | |
| 256 | #ifdef CONFIG_ACPI_WATCHDOG |
| 257 | void acpi_watchdog_init(void); |
| 258 | #else |
| 259 | static inline void acpi_watchdog_init(void) {} |
| 260 | #endif |
| 261 | |
Srinivas Pandruvada | eeb2d80 | 2017-10-05 16:24:03 -0700 | [diff] [blame] | 262 | #ifdef CONFIG_ACPI_LPIT |
| 263 | void acpi_init_lpit(void); |
| 264 | #else |
| 265 | static inline void acpi_init_lpit(void) { } |
| 266 | #endif |
| 267 | |
Thomas Renninger | 1195a09 | 2010-07-16 13:11:31 +0200 | [diff] [blame] | 268 | #endif /* _ACPI_INTERNAL_H_ */ |