Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /****************************************************************************** |
| 2 | * |
| 3 | * Name: acpixf.h - External interfaces to the ACPI subsystem |
| 4 | * |
| 5 | *****************************************************************************/ |
| 6 | |
| 7 | /* |
Bob Moore | fbb7a2d | 2014-02-08 09:42:25 +0800 | [diff] [blame] | 8 | * Copyright (C) 2000 - 2014, Intel Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | * All rights reserved. |
| 10 | * |
| 11 | * Redistribution and use in source and binary forms, with or without |
| 12 | * modification, are permitted provided that the following conditions |
| 13 | * are met: |
| 14 | * 1. Redistributions of source code must retain the above copyright |
| 15 | * notice, this list of conditions, and the following disclaimer, |
| 16 | * without modification. |
| 17 | * 2. Redistributions in binary form must reproduce at minimum a disclaimer |
| 18 | * substantially similar to the "NO WARRANTY" disclaimer below |
| 19 | * ("Disclaimer") and any redistribution must be conditioned upon |
| 20 | * including a substantially similar Disclaimer requirement for further |
| 21 | * binary redistribution. |
| 22 | * 3. Neither the names of the above-listed copyright holders nor the names |
| 23 | * of any contributors may be used to endorse or promote products derived |
| 24 | * from this software without specific prior written permission. |
| 25 | * |
| 26 | * Alternatively, this software may be distributed under the terms of the |
| 27 | * GNU General Public License ("GPL") version 2 as published by the Free |
| 28 | * Software Foundation. |
| 29 | * |
| 30 | * NO WARRANTY |
| 31 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 32 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 33 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR |
| 34 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 35 | * HOLDERS OR CONTRIBUTORS BE LIABLE FOR SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 36 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 37 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 38 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 39 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING |
| 40 | * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 41 | * POSSIBILITY OF SUCH DAMAGES. |
| 42 | */ |
| 43 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | #ifndef __ACXFACE_H__ |
| 45 | #define __ACXFACE_H__ |
| 46 | |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 47 | /* Current ACPICA subsystem version in YYYYMMDD format */ |
| 48 | |
Bob Moore | 35476c7 | 2014-04-04 12:40:16 +0800 | [diff] [blame] | 49 | #define ACPI_CA_VERSION 0x20140325 |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 50 | |
David Howells | a1ce3928 | 2012-10-02 18:01:25 +0100 | [diff] [blame] | 51 | #include <acpi/acconfig.h> |
| 52 | #include <acpi/actypes.h> |
| 53 | #include <acpi/actbl.h> |
Linus Torvalds | d8dc91b | 2012-10-08 07:14:06 +0900 | [diff] [blame] | 54 | #include <acpi/acbuffer.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | |
Lin Ming | 889c78b | 2008-12-31 09:23:57 +0800 | [diff] [blame] | 56 | extern u8 acpi_gbl_permanent_mmap; |
| 57 | |
Robert Moore | 44f6c01 | 2005-04-18 22:49:35 -0400 | [diff] [blame] | 58 | /* |
Lv Zheng | 3035ff7 | 2014-04-30 10:03:52 +0800 | [diff] [blame^] | 59 | * Ensure that the globals are actually defined and initialized only once. |
| 60 | * |
| 61 | * The use of these macros allows a single list of globals (here) in order |
| 62 | * to simplify maintenance of the code. |
| 63 | */ |
| 64 | #ifdef DEFINE_ACPI_GLOBALS |
| 65 | #define ACPI_GLOBAL(type,name) \ |
| 66 | extern type name; \ |
| 67 | type name |
| 68 | |
| 69 | #define ACPI_INIT_GLOBAL(type,name,value) \ |
| 70 | type name=value |
| 71 | |
| 72 | #else |
| 73 | #ifndef ACPI_GLOBAL |
| 74 | #define ACPI_GLOBAL(type,name) \ |
| 75 | extern type name |
| 76 | #endif |
| 77 | |
| 78 | #ifndef ACPI_INIT_GLOBAL |
| 79 | #define ACPI_INIT_GLOBAL(type,name,value) \ |
| 80 | extern type name |
| 81 | #endif |
| 82 | #endif |
| 83 | |
| 84 | /* Public globals, available from outside ACPICA subsystem */ |
| 85 | |
| 86 | /***************************************************************************** |
| 87 | * |
| 88 | * Runtime configuration (static defaults that can be overriden at runtime) |
| 89 | * |
| 90 | ****************************************************************************/ |
| 91 | |
| 92 | /* |
| 93 | * Enable "slack" in the AML interpreter? Default is FALSE, and the |
| 94 | * interpreter strictly follows the ACPI specification. Setting to TRUE |
| 95 | * allows the interpreter to ignore certain errors and/or bad AML constructs. |
| 96 | * |
| 97 | * Currently, these features are enabled by this flag: |
| 98 | * |
| 99 | * 1) Allow "implicit return" of last value in a control method |
| 100 | * 2) Allow access beyond the end of an operation region |
| 101 | * 3) Allow access to uninitialized locals/args (auto-init to integer 0) |
| 102 | * 4) Allow ANY object type to be a source operand for the Store() operator |
| 103 | * 5) Allow unresolved references (invalid target name) in package objects |
| 104 | * 6) Enable warning messages for behavior that is not ACPI spec compliant |
| 105 | */ |
| 106 | ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_interpreter_slack, FALSE); |
| 107 | |
| 108 | /* |
| 109 | * Automatically serialize all methods that create named objects? Default |
| 110 | * is TRUE, meaning that all non_serialized methods are scanned once at |
| 111 | * table load time to determine those that create named objects. Methods |
| 112 | * that create named objects are marked Serialized in order to prevent |
| 113 | * possible run-time problems if they are entered by more than one thread. |
| 114 | */ |
| 115 | ACPI_INIT_GLOBAL(u8, acpi_gbl_auto_serialize_methods, TRUE); |
| 116 | |
| 117 | /* |
| 118 | * Create the predefined _OSI method in the namespace? Default is TRUE |
| 119 | * because ACPICA is fully compatible with other ACPI implementations. |
| 120 | * Changing this will revert ACPICA (and machine ASL) to pre-OSI behavior. |
| 121 | */ |
| 122 | ACPI_INIT_GLOBAL(u8, acpi_gbl_create_osi_method, TRUE); |
| 123 | |
| 124 | /* |
| 125 | * Optionally use default values for the ACPI register widths. Set this to |
| 126 | * TRUE to use the defaults, if an FADT contains incorrect widths/lengths. |
| 127 | */ |
| 128 | ACPI_INIT_GLOBAL(u8, acpi_gbl_use_default_register_widths, TRUE); |
| 129 | |
| 130 | /* |
| 131 | * Optionally enable output from the AML Debug Object. |
| 132 | */ |
| 133 | ACPI_INIT_GLOBAL(u8, acpi_gbl_enable_aml_debug_object, FALSE); |
| 134 | |
| 135 | /* |
| 136 | * Optionally copy the entire DSDT to local memory (instead of simply |
| 137 | * mapping it.) There are some BIOSs that corrupt or replace the original |
| 138 | * DSDT, creating the need for this option. Default is FALSE, do not copy |
| 139 | * the DSDT. |
| 140 | */ |
| 141 | ACPI_INIT_GLOBAL(u8, acpi_gbl_copy_dsdt_locally, FALSE); |
| 142 | |
| 143 | /* |
| 144 | * Optionally ignore an XSDT if present and use the RSDT instead. |
| 145 | * Although the ACPI specification requires that an XSDT be used instead |
| 146 | * of the RSDT, the XSDT has been found to be corrupt or ill-formed on |
| 147 | * some machines. Default behavior is to use the XSDT if present. |
| 148 | */ |
| 149 | ACPI_INIT_GLOBAL(u8, acpi_gbl_do_not_use_xsdt, FALSE); |
| 150 | |
| 151 | /* |
| 152 | * Optionally use 32-bit FADT addresses if and when there is a conflict |
| 153 | * (address mismatch) between the 32-bit and 64-bit versions of the |
| 154 | * address. Although ACPICA adheres to the ACPI specification which |
| 155 | * requires the use of the corresponding 64-bit address if it is non-zero, |
| 156 | * some machines have been found to have a corrupted non-zero 64-bit |
| 157 | * address. Default is FALSE, do not favor the 32-bit addresses. |
| 158 | */ |
| 159 | ACPI_INIT_GLOBAL(u8, acpi_gbl_use32_bit_fadt_addresses, FALSE); |
| 160 | |
| 161 | /* |
| 162 | * Optionally truncate I/O addresses to 16 bits. Provides compatibility |
| 163 | * with other ACPI implementations. NOTE: During ACPICA initialization, |
| 164 | * this value is set to TRUE if any Windows OSI strings have been |
| 165 | * requested by the BIOS. |
| 166 | */ |
| 167 | ACPI_INIT_GLOBAL(u8, acpi_gbl_truncate_io_addresses, FALSE); |
| 168 | |
| 169 | /* |
| 170 | * Disable runtime checking and repair of values returned by control methods. |
| 171 | * Use only if the repair is causing a problem on a particular machine. |
| 172 | */ |
| 173 | ACPI_INIT_GLOBAL(u8, acpi_gbl_disable_auto_repair, FALSE); |
| 174 | |
| 175 | /* |
| 176 | * Optionally do not install any SSDTs from the RSDT/XSDT during initialization. |
| 177 | * This can be useful for debugging ACPI problems on some machines. |
| 178 | */ |
| 179 | ACPI_INIT_GLOBAL(u8, acpi_gbl_disable_ssdt_table_install, FALSE); |
| 180 | |
| 181 | /* |
| 182 | * We keep track of the latest version of Windows that has been requested by |
| 183 | * the BIOS. ACPI 5.0. |
| 184 | */ |
| 185 | ACPI_INIT_GLOBAL(u8, acpi_gbl_osi_data, 0); |
| 186 | |
| 187 | /* |
| 188 | * Other miscellaneous public globals |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 189 | */ |
Lv Zheng | 739dcbb | 2012-12-20 01:07:26 +0000 | [diff] [blame] | 190 | extern u32 acpi_current_gpe_count; |
| 191 | extern struct acpi_table_fadt acpi_gbl_FADT; |
| 192 | extern u8 acpi_gbl_system_awake_and_running; |
| 193 | extern u8 acpi_gbl_reduced_hardware; /* ACPI 5.0 */ |
Lv Zheng | 3e8214e5 | 2012-12-19 05:37:15 +0000 | [diff] [blame] | 194 | |
Lv Zheng | 75c8044 | 2012-12-19 05:36:49 +0000 | [diff] [blame] | 195 | /* Runtime configuration of debug print levels */ |
Lv Zheng | 3e8214e5 | 2012-12-19 05:37:15 +0000 | [diff] [blame] | 196 | |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 197 | extern u32 acpi_dbg_level; |
| 198 | extern u32 acpi_dbg_layer; |
Lv Zheng | 3e8214e5 | 2012-12-19 05:37:15 +0000 | [diff] [blame] | 199 | |
Lv Zheng | 75c8044 | 2012-12-19 05:36:49 +0000 | [diff] [blame] | 200 | /* ACPICA runtime options */ |
Lv Zheng | 3e8214e5 | 2012-12-19 05:37:15 +0000 | [diff] [blame] | 201 | |
Lv Zheng | fab4610 | 2014-01-08 13:43:40 +0800 | [diff] [blame] | 202 | extern u32 acpi_gbl_trace_flags; |
| 203 | extern acpi_name acpi_gbl_trace_method_name; |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 204 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 205 | /* |
| 206 | * Hardware-reduced prototypes. All interfaces that use these macros will |
| 207 | * be configured out of the ACPICA build if the ACPI_REDUCED_HARDWARE flag |
| 208 | * is set to TRUE. |
| 209 | */ |
| 210 | #if (!ACPI_REDUCED_HARDWARE) |
| 211 | #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \ |
| 212 | prototype; |
| 213 | |
| 214 | #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ |
| 215 | prototype; |
| 216 | |
| 217 | #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ |
| 218 | prototype; |
| 219 | |
| 220 | #else |
| 221 | #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \ |
| 222 | static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);} |
| 223 | |
| 224 | #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \ |
| 225 | static ACPI_INLINE prototype {return(AE_OK);} |
| 226 | |
| 227 | #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \ |
Bob Moore | c26f3c9 | 2013-10-29 09:29:16 +0800 | [diff] [blame] | 228 | static ACPI_INLINE prototype {return;} |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 229 | |
| 230 | #endif /* !ACPI_REDUCED_HARDWARE */ |
| 231 | |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 232 | /* |
Lv Zheng | 75c8044 | 2012-12-19 05:36:49 +0000 | [diff] [blame] | 233 | * Initialization |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | */ |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 235 | acpi_status __init |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 236 | acpi_initialize_tables(struct acpi_table_desc *initial_storage, |
| 237 | u32 initial_table_count, u8 allow_resize); |
| 238 | |
Len Brown | dd272b5 | 2007-05-30 00:26:11 -0400 | [diff] [blame] | 239 | acpi_status __init acpi_initialize_subsystem(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 240 | |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 241 | acpi_status __init acpi_enable_subsystem(u32 flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 242 | |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 243 | acpi_status __init acpi_initialize_objects(u32 flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 244 | |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 245 | acpi_status __init acpi_terminate(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | |
Lv Zheng | 75c8044 | 2012-12-19 05:36:49 +0000 | [diff] [blame] | 247 | /* |
| 248 | * Miscellaneous global interfaces |
| 249 | */ |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 250 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_enable(void)) |
| 251 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_disable(void)) |
Lv Zheng | 739dcbb | 2012-12-20 01:07:26 +0000 | [diff] [blame] | 252 | #ifdef ACPI_FUTURE_USAGE |
Lv Zheng | ed60694 | 2014-01-08 13:44:56 +0800 | [diff] [blame] | 253 | acpi_status acpi_subsystem_status(void); |
Lv Zheng | 739dcbb | 2012-12-20 01:07:26 +0000 | [diff] [blame] | 254 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | |
| 256 | #ifdef ACPI_FUTURE_USAGE |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 257 | acpi_status acpi_get_system_info(struct acpi_buffer *ret_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | #endif |
| 259 | |
Lv Zheng | 9187a41 | 2013-10-31 09:30:28 +0800 | [diff] [blame] | 260 | acpi_status acpi_get_statistics(struct acpi_statistics *stats); |
| 261 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 262 | const char *acpi_format_exception(acpi_status exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 264 | acpi_status acpi_purge_cached_objects(void); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | |
Lin Ming | b0ed7a9 | 2010-08-06 09:35:51 +0800 | [diff] [blame] | 266 | acpi_status acpi_install_interface(acpi_string interface_name); |
| 267 | |
| 268 | acpi_status acpi_remove_interface(acpi_string interface_name); |
| 269 | |
Lv Zheng | 2cf9f5b | 2013-07-22 16:08:16 +0800 | [diff] [blame] | 270 | acpi_status acpi_update_interfaces(u8 action); |
| 271 | |
Lin Ming | f654c0f | 2012-01-12 13:10:32 +0800 | [diff] [blame] | 272 | u32 |
| 273 | acpi_check_address_range(acpi_adr_space_type space_id, |
| 274 | acpi_physical_address address, |
| 275 | acpi_size length, u8 warn); |
| 276 | |
Bob Moore | be030a5 | 2012-08-17 13:07:54 +0800 | [diff] [blame] | 277 | acpi_status |
| 278 | acpi_decode_pld_buffer(u8 *in_buffer, |
| 279 | acpi_size length, struct acpi_pld_info **return_buffer); |
| 280 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 281 | /* |
Bob Moore | f60d818 | 2012-07-16 10:21:34 +0800 | [diff] [blame] | 282 | * ACPI table load/unload interfaces |
| 283 | */ |
Lv Zheng | caf4a15 | 2014-04-04 12:39:18 +0800 | [diff] [blame] | 284 | acpi_status __init |
| 285 | acpi_install_table(acpi_physical_address address, u8 physical); |
| 286 | |
Bob Moore | f60d818 | 2012-07-16 10:21:34 +0800 | [diff] [blame] | 287 | acpi_status acpi_load_table(struct acpi_table_header *table); |
| 288 | |
| 289 | acpi_status acpi_unload_parent_table(acpi_handle object); |
| 290 | |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 291 | acpi_status __init acpi_load_tables(void); |
Bob Moore | f60d818 | 2012-07-16 10:21:34 +0800 | [diff] [blame] | 292 | |
| 293 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 294 | * ACPI table manipulation interfaces |
| 295 | */ |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 296 | acpi_status __init acpi_reallocate_root_table(void); |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 297 | |
Lv Zheng | 45c9f78 | 2013-10-31 09:31:24 +0800 | [diff] [blame] | 298 | acpi_status __init acpi_find_root_pointer(acpi_size *rsdp_address); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 300 | acpi_status acpi_unload_table_id(acpi_owner_id id); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 301 | |
| 302 | acpi_status |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 303 | acpi_get_table_header(acpi_string signature, |
Lv Zheng | 1f86e8c | 2012-10-31 02:25:45 +0000 | [diff] [blame] | 304 | u32 instance, struct acpi_table_header *out_table_header); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | |
| 306 | acpi_status |
Yinghai Lu | 7d97277 | 2009-02-07 15:39:41 -0800 | [diff] [blame] | 307 | acpi_get_table_with_size(acpi_string signature, |
| 308 | u32 instance, struct acpi_table_header **out_table, |
| 309 | acpi_size *tbl_size); |
Lv Zheng | cd27d79 | 2013-10-29 09:30:22 +0800 | [diff] [blame] | 310 | |
Yinghai Lu | 7d97277 | 2009-02-07 15:39:41 -0800 | [diff] [blame] | 311 | acpi_status |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 312 | acpi_get_table(acpi_string signature, |
Bob Moore | 67a119f | 2008-06-10 13:42:13 +0800 | [diff] [blame] | 313 | u32 instance, struct acpi_table_header **out_table); |
Bob Moore | f3d2e78 | 2007-02-02 19:48:18 +0300 | [diff] [blame] | 314 | |
| 315 | acpi_status |
Lv Zheng | 1f86e8c | 2012-10-31 02:25:45 +0000 | [diff] [blame] | 316 | acpi_get_table_by_index(u32 table_index, struct acpi_table_header **out_table); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 317 | |
Lin Ming | 3e08e2d | 2008-04-10 19:06:38 +0400 | [diff] [blame] | 318 | acpi_status |
Lv Zheng | b43e106 | 2013-01-12 15:29:38 +0000 | [diff] [blame] | 319 | acpi_install_table_handler(acpi_table_handler handler, void *context); |
Lin Ming | 3e08e2d | 2008-04-10 19:06:38 +0400 | [diff] [blame] | 320 | |
Lv Zheng | b43e106 | 2013-01-12 15:29:38 +0000 | [diff] [blame] | 321 | acpi_status acpi_remove_table_handler(acpi_table_handler handler); |
Lin Ming | 3e08e2d | 2008-04-10 19:06:38 +0400 | [diff] [blame] | 322 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 323 | /* |
| 324 | * Namespace and name interfaces |
| 325 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 326 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 327 | acpi_walk_namespace(acpi_object_type type, |
| 328 | acpi_handle start_object, |
| 329 | u32 max_depth, |
Bob Moore | 4ef1750 | 2013-08-08 15:30:05 +0800 | [diff] [blame] | 330 | acpi_walk_callback descending_callback, |
| 331 | acpi_walk_callback ascending_callback, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 332 | void *context, void **return_value); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 333 | |
| 334 | acpi_status |
Al Viro | 70b30fb | 2007-08-21 16:18:20 +0100 | [diff] [blame] | 335 | acpi_get_devices(const char *HID, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 336 | acpi_walk_callback user_function, |
| 337 | void *context, void **return_value); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 338 | |
| 339 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 340 | acpi_get_name(acpi_handle object, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 341 | u32 name_type, struct acpi_buffer *ret_path_ptr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 342 | |
| 343 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 344 | acpi_get_handle(acpi_handle parent, |
| 345 | acpi_string pathname, acpi_handle * ret_handle); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 346 | |
| 347 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 348 | acpi_attach_data(acpi_handle object, acpi_object_handler handler, void *data); |
| 349 | |
| 350 | acpi_status acpi_detach_data(acpi_handle object, acpi_object_handler handler); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 351 | |
| 352 | acpi_status |
Rafael J. Wysocki | 7c2e177 | 2014-02-04 00:42:46 +0100 | [diff] [blame] | 353 | acpi_get_data_full(acpi_handle object, acpi_object_handler handler, void **data, |
| 354 | void (*callback)(void *)); |
| 355 | |
| 356 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 357 | acpi_get_data(acpi_handle object, acpi_object_handler handler, void **data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 358 | |
Bob Moore | 50eca3e | 2005-09-30 19:03:00 -0400 | [diff] [blame] | 359 | acpi_status |
| 360 | acpi_debug_trace(char *name, u32 debug_level, u32 debug_layer, u32 flags); |
| 361 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 362 | /* |
| 363 | * Object manipulation and enumeration |
| 364 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 366 | acpi_evaluate_object(acpi_handle object, |
| 367 | acpi_string pathname, |
| 368 | struct acpi_object_list *parameter_objects, |
| 369 | struct acpi_buffer *return_object_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 372 | acpi_evaluate_object_typed(acpi_handle object, |
| 373 | acpi_string pathname, |
| 374 | struct acpi_object_list *external_params, |
| 375 | struct acpi_buffer *return_buffer, |
| 376 | acpi_object_type return_type); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | |
| 378 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 379 | acpi_get_object_info(acpi_handle object, |
Bob Moore | 15b8dd5 | 2009-06-29 13:39:29 +0800 | [diff] [blame] | 380 | struct acpi_device_info **return_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 381 | |
Lin Ming | b2f7ddc | 2009-05-21 10:42:09 +0800 | [diff] [blame] | 382 | acpi_status acpi_install_method(u8 *buffer); |
| 383 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 385 | acpi_get_next_object(acpi_object_type type, |
| 386 | acpi_handle parent, |
| 387 | acpi_handle child, acpi_handle * out_handle); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 388 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 389 | acpi_status acpi_get_type(acpi_handle object, acpi_object_type * out_type); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 390 | |
John Keller | 0f0fe1a | 2006-12-19 12:56:19 -0800 | [diff] [blame] | 391 | acpi_status acpi_get_id(acpi_handle object, acpi_owner_id * out_type); |
| 392 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 393 | acpi_status acpi_get_parent(acpi_handle object, acpi_handle * out_handle); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | |
| 395 | /* |
Bob Moore | ecfbbc7 | 2008-12-31 02:55:32 +0800 | [diff] [blame] | 396 | * Handler interfaces |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 397 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | acpi_status |
Bob Moore | ecfbbc7 | 2008-12-31 02:55:32 +0800 | [diff] [blame] | 399 | acpi_install_initialization_handler(acpi_init_handler handler, u32 function); |
| 400 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 401 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
Lv Zheng | a2fd4b4 | 2013-09-23 09:52:05 +0800 | [diff] [blame] | 402 | acpi_install_sci_handler(acpi_sci_handler |
| 403 | address, |
| 404 | void *context)) |
| 405 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 406 | acpi_remove_sci_handler(acpi_sci_handler |
| 407 | address)) |
| 408 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 409 | acpi_install_global_event_handler |
| 410 | (acpi_gbl_event_handler handler, |
| 411 | void *context)) |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 412 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 413 | acpi_install_fixed_event_handler(u32 |
| 414 | acpi_event, |
| 415 | acpi_event_handler |
| 416 | handler, |
| 417 | void |
| 418 | *context)) |
| 419 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 420 | acpi_remove_fixed_event_handler(u32 acpi_event, |
| 421 | acpi_event_handler |
| 422 | handler)) |
| 423 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 424 | acpi_install_gpe_handler(acpi_handle |
| 425 | gpe_device, |
| 426 | u32 gpe_number, |
| 427 | u32 type, |
| 428 | acpi_gpe_handler |
| 429 | address, |
| 430 | void *context)) |
| 431 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 432 | acpi_remove_gpe_handler(acpi_handle gpe_device, |
| 433 | u32 gpe_number, |
| 434 | acpi_gpe_handler |
| 435 | address)) |
Lv Zheng | 1f86e8c | 2012-10-31 02:25:45 +0000 | [diff] [blame] | 436 | acpi_status acpi_install_notify_handler(acpi_handle device, u32 handler_type, |
Lv Zheng | ed60694 | 2014-01-08 13:44:56 +0800 | [diff] [blame] | 437 | acpi_notify_handler handler, |
| 438 | void *context); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | |
| 440 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 441 | acpi_remove_notify_handler(acpi_handle device, |
| 442 | u32 handler_type, acpi_notify_handler handler); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 443 | |
| 444 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 445 | acpi_install_address_space_handler(acpi_handle device, |
| 446 | acpi_adr_space_type space_id, |
| 447 | acpi_adr_space_handler handler, |
| 448 | acpi_adr_space_setup setup, void *context); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 449 | |
| 450 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 451 | acpi_remove_address_space_handler(acpi_handle device, |
| 452 | acpi_adr_space_type space_id, |
| 453 | acpi_adr_space_handler handler); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 454 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | #ifdef ACPI_FUTURE_USAGE |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 456 | acpi_status acpi_install_exception_handler(acpi_exception_handler handler); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | #endif |
| 458 | |
Lin Ming | b0ed7a9 | 2010-08-06 09:35:51 +0800 | [diff] [blame] | 459 | acpi_status acpi_install_interface_handler(acpi_interface_handler handler); |
| 460 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 461 | /* |
Lin Ming | ffef682 | 2011-11-16 11:08:30 +0800 | [diff] [blame] | 462 | * Global Lock interfaces |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | */ |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 464 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 465 | acpi_acquire_global_lock(u16 timeout, |
| 466 | u32 *handle)) |
Lv Zheng | cd27d79 | 2013-10-29 09:30:22 +0800 | [diff] [blame] | 467 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 468 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 469 | acpi_release_global_lock(u32 handle)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 470 | |
Lin Ming | ffef682 | 2011-11-16 11:08:30 +0800 | [diff] [blame] | 471 | /* |
| 472 | * Interfaces to AML mutex objects |
| 473 | */ |
| 474 | acpi_status |
| 475 | acpi_acquire_mutex(acpi_handle handle, acpi_string pathname, u16 timeout); |
| 476 | |
| 477 | acpi_status acpi_release_mutex(acpi_handle handle, acpi_string pathname); |
| 478 | |
| 479 | /* |
| 480 | * Fixed Event interfaces |
| 481 | */ |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 482 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 483 | acpi_enable_event(u32 event, u32 flags)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 484 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 485 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 486 | acpi_disable_event(u32 event, u32 flags)) |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 487 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_clear_event(u32 event)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 488 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 489 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 490 | acpi_get_event_status(u32 event, |
| 491 | acpi_event_status |
| 492 | *event_status)) |
Lv Zheng | cd27d79 | 2013-10-29 09:30:22 +0800 | [diff] [blame] | 493 | |
Bob Moore | 08ac07b | 2008-12-30 09:55:48 +0800 | [diff] [blame] | 494 | /* |
Lin Ming | ffef682 | 2011-11-16 11:08:30 +0800 | [diff] [blame] | 495 | * General Purpose Event (GPE) Interfaces |
Bob Moore | 08ac07b | 2008-12-30 09:55:48 +0800 | [diff] [blame] | 496 | */ |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 497 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_update_all_gpes(void)) |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 498 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 499 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 500 | acpi_enable_gpe(acpi_handle gpe_device, |
| 501 | u32 gpe_number)) |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 502 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 503 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 504 | acpi_disable_gpe(acpi_handle gpe_device, |
| 505 | u32 gpe_number)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 506 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 507 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 508 | acpi_clear_gpe(acpi_handle gpe_device, |
| 509 | u32 gpe_number)) |
Lin Ming | bba63a2 | 2010-12-13 13:39:17 +0800 | [diff] [blame] | 510 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 511 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 512 | acpi_set_gpe(acpi_handle gpe_device, |
| 513 | u32 gpe_number, u8 action)) |
Rafael J. Wysocki | e8b6f97 | 2010-06-25 01:18:39 +0200 | [diff] [blame] | 514 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 515 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 516 | acpi_finish_gpe(acpi_handle gpe_device, |
| 517 | u32 gpe_number)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 518 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 519 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 520 | acpi_setup_gpe_for_wake(acpi_handle |
| 521 | parent_device, |
| 522 | acpi_handle gpe_device, |
| 523 | u32 gpe_number)) |
| 524 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 525 | acpi_set_gpe_wake_mask(acpi_handle gpe_device, |
| 526 | u32 gpe_number, |
| 527 | u8 action)) |
| 528 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 529 | acpi_get_gpe_status(acpi_handle gpe_device, |
| 530 | u32 gpe_number, |
| 531 | acpi_event_status |
| 532 | *event_status)) |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 533 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_disable_all_gpes(void)) |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 534 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_enable_all_runtime_gpes(void)) |
Bob Moore | e97d6bf | 2008-12-30 09:45:17 +0800 | [diff] [blame] | 535 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 536 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 537 | acpi_get_gpe_device(u32 gpe_index, |
| 538 | acpi_handle * gpe_device)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 540 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 541 | acpi_install_gpe_block(acpi_handle gpe_device, |
| 542 | struct |
| 543 | acpi_generic_address |
| 544 | *gpe_block_address, |
| 545 | u32 register_count, |
| 546 | u32 interrupt_number)) |
| 547 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 548 | acpi_remove_gpe_block(acpi_handle gpe_device)) |
Rafael J. Wysocki | a210080 | 2010-09-16 00:30:43 +0200 | [diff] [blame] | 549 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | /* |
| 551 | * Resource interfaces |
| 552 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 553 | typedef |
Bob Moore | 61686124 | 2006-03-17 16:44:00 -0500 | [diff] [blame] | 554 | acpi_status(*acpi_walk_resource_callback) (struct acpi_resource * resource, |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 555 | void *context); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 556 | |
| 557 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 558 | acpi_get_vendor_resource(acpi_handle device, |
Bob Moore | c51a4de | 2005-11-17 13:07:00 -0500 | [diff] [blame] | 559 | char *name, |
| 560 | struct acpi_vendor_uuid *uuid, |
| 561 | struct acpi_buffer *ret_buffer); |
| 562 | |
| 563 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 564 | acpi_get_current_resources(acpi_handle device, struct acpi_buffer *ret_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 565 | |
| 566 | #ifdef ACPI_FUTURE_USAGE |
| 567 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 568 | acpi_get_possible_resources(acpi_handle device, struct acpi_buffer *ret_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 569 | #endif |
| 570 | |
| 571 | acpi_status |
Bob Moore | a91cdde2 | 2011-11-16 14:46:57 +0800 | [diff] [blame] | 572 | acpi_get_event_resources(acpi_handle device_handle, |
| 573 | struct acpi_buffer *ret_buffer); |
| 574 | |
| 575 | acpi_status |
Bob Moore | afb1bbe | 2012-12-31 00:03:58 +0000 | [diff] [blame] | 576 | acpi_walk_resource_buffer(struct acpi_buffer *buffer, |
| 577 | acpi_walk_resource_callback user_function, |
| 578 | void *context); |
| 579 | |
| 580 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 581 | acpi_walk_resources(acpi_handle device, |
Bob Moore | c51a4de | 2005-11-17 13:07:00 -0500 | [diff] [blame] | 582 | char *name, |
Bob Moore | 61686124 | 2006-03-17 16:44:00 -0500 | [diff] [blame] | 583 | acpi_walk_resource_callback user_function, void *context); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 584 | |
| 585 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 586 | acpi_set_current_resources(acpi_handle device, struct acpi_buffer *in_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | |
| 588 | acpi_status |
Bob Moore | b47cf58 | 2010-04-27 11:54:40 +0800 | [diff] [blame] | 589 | acpi_get_irq_routing_table(acpi_handle device, struct acpi_buffer *ret_buffer); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 590 | |
| 591 | acpi_status |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 592 | acpi_resource_to_address64(struct acpi_resource *resource, |
| 593 | struct acpi_resource_address64 *out); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 594 | |
Bob Moore | 0e24317 | 2011-11-16 14:51:01 +0800 | [diff] [blame] | 595 | acpi_status |
| 596 | acpi_buffer_to_resource(u8 *aml_buffer, |
| 597 | u16 aml_buffer_length, |
| 598 | struct acpi_resource **resource_ptr); |
| 599 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | /* |
| 601 | * Hardware (ACPI device) interfaces |
| 602 | */ |
Bob Moore | d3fd902 | 2008-12-30 11:11:57 +0800 | [diff] [blame] | 603 | acpi_status acpi_reset(void); |
| 604 | |
Lv Zheng | 739dcbb | 2012-12-20 01:07:26 +0000 | [diff] [blame] | 605 | acpi_status acpi_read(u64 *value, struct acpi_generic_address *reg); |
| 606 | |
| 607 | acpi_status acpi_write(u64 value, struct acpi_generic_address *reg); |
| 608 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 609 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 610 | acpi_read_bit_register(u32 register_id, |
| 611 | u32 *return_value)) |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 612 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 613 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 614 | acpi_write_bit_register(u32 register_id, |
| 615 | u32 value)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 616 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 617 | /* |
| 618 | * Sleep/Wake interfaces |
| 619 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 620 | acpi_status |
Lv Zheng | cd27d79 | 2013-10-29 09:30:22 +0800 | [diff] [blame] | 621 | acpi_get_sleep_type_data(u8 sleep_state, u8 *slp_typ_a, u8 *slp_typ_b); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 622 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 623 | acpi_status acpi_enter_sleep_state_prep(u8 sleep_state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | |
Lv Zheng | 40bce10 | 2013-10-31 09:31:18 +0800 | [diff] [blame] | 625 | acpi_status acpi_enter_sleep_state(u8 sleep_state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 626 | |
Lv Zheng | 40bce10 | 2013-10-31 09:31:18 +0800 | [diff] [blame] | 627 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_enter_sleep_state_s4bios(void)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 628 | |
Len Brown | 3f6f49c | 2012-07-26 20:08:54 -0400 | [diff] [blame] | 629 | acpi_status acpi_leave_sleep_state_prep(u8 sleep_state); |
Rafael J. Wysocki | c95d47a | 2008-01-08 00:05:21 +0100 | [diff] [blame] | 630 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 631 | acpi_status acpi_leave_sleep_state(u8 sleep_state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 632 | |
Lv Zheng | 739dcbb | 2012-12-20 01:07:26 +0000 | [diff] [blame] | 633 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 634 | acpi_set_firmware_waking_vector(u32 |
| 635 | physical_address)) |
Lv Zheng | 739dcbb | 2012-12-20 01:07:26 +0000 | [diff] [blame] | 636 | #if ACPI_MACHINE_WIDTH == 64 |
| 637 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 638 | acpi_set_firmware_waking_vector64(u64 |
| 639 | physical_address)) |
| 640 | #endif |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 641 | /* |
Bob Moore | d08310f | 2012-02-14 15:22:51 +0800 | [diff] [blame] | 642 | * ACPI Timer interfaces |
| 643 | */ |
| 644 | #ifdef ACPI_FUTURE_USAGE |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 645 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 646 | acpi_get_timer_resolution(u32 *resolution)) |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 647 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status acpi_get_timer(u32 *ticks)) |
Bob Moore | d08310f | 2012-02-14 15:22:51 +0800 | [diff] [blame] | 648 | |
Bob Moore | 33620c5 | 2012-02-14 18:14:27 +0800 | [diff] [blame] | 649 | ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status |
| 650 | acpi_get_timer_duration(u32 start_ticks, |
| 651 | u32 end_ticks, |
| 652 | u32 *time_elapsed)) |
Bob Moore | d08310f | 2012-02-14 15:22:51 +0800 | [diff] [blame] | 653 | #endif /* ACPI_FUTURE_USAGE */ |
| 654 | |
| 655 | /* |
Bob Moore | b74be61 | 2009-04-22 10:20:23 +0800 | [diff] [blame] | 656 | * Error/Warning output |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 657 | */ |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 658 | ACPI_PRINTF_LIKE(3) |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 659 | void ACPI_INTERNAL_VAR_XFACE |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 660 | acpi_error(const char *module_name, u32 line_number, const char *format, ...); |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 661 | |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 662 | ACPI_PRINTF_LIKE(4) |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 663 | void ACPI_INTERNAL_VAR_XFACE |
| 664 | acpi_exception(const char *module_name, |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 665 | u32 line_number, acpi_status status, const char *format, ...); |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 666 | |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 667 | ACPI_PRINTF_LIKE(3) |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 668 | void ACPI_INTERNAL_VAR_XFACE |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 669 | acpi_warning(const char *module_name, u32 line_number, const char *format, ...); |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 670 | |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 671 | ACPI_PRINTF_LIKE(3) |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 672 | void ACPI_INTERNAL_VAR_XFACE |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 673 | acpi_info(const char *module_name, u32 line_number, const char *format, ...); |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 674 | |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 675 | ACPI_PRINTF_LIKE(3) |
Bob Moore | 62cdd14 | 2012-07-16 09:25:27 +0800 | [diff] [blame] | 676 | void ACPI_INTERNAL_VAR_XFACE |
| 677 | acpi_bios_error(const char *module_name, |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 678 | u32 line_number, const char *format, ...); |
Bob Moore | 62cdd14 | 2012-07-16 09:25:27 +0800 | [diff] [blame] | 679 | |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 680 | ACPI_PRINTF_LIKE(3) |
Bob Moore | 62cdd14 | 2012-07-16 09:25:27 +0800 | [diff] [blame] | 681 | void ACPI_INTERNAL_VAR_XFACE |
| 682 | acpi_bios_warning(const char *module_name, |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 683 | u32 line_number, const char *format, ...); |
Bob Moore | 62cdd14 | 2012-07-16 09:25:27 +0800 | [diff] [blame] | 684 | |
Bob Moore | b74be61 | 2009-04-22 10:20:23 +0800 | [diff] [blame] | 685 | /* |
| 686 | * Debug output |
| 687 | */ |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 688 | #ifdef ACPI_DEBUG_OUTPUT |
| 689 | |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 690 | ACPI_PRINTF_LIKE(6) |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 691 | void ACPI_INTERNAL_VAR_XFACE |
| 692 | acpi_debug_print(u32 requested_debug_level, |
| 693 | u32 line_number, |
| 694 | const char *function_name, |
| 695 | const char *module_name, |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 696 | u32 component_id, const char *format, ...); |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 697 | |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 698 | ACPI_PRINTF_LIKE(6) |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 699 | void ACPI_INTERNAL_VAR_XFACE |
| 700 | acpi_debug_print_raw(u32 requested_debug_level, |
| 701 | u32 line_number, |
| 702 | const char *function_name, |
| 703 | const char *module_name, |
Lv Zheng | 4506bf2 | 2013-10-29 09:30:16 +0800 | [diff] [blame] | 704 | u32 component_id, const char *format, ...); |
Bob Moore | 50df4d8 | 2008-12-31 03:01:23 +0800 | [diff] [blame] | 705 | #endif |
| 706 | |
Len Brown | 4be44fc | 2005-08-05 00:44:28 -0400 | [diff] [blame] | 707 | #endif /* __ACXFACE_H__ */ |