1 /******************************************************************************
3 * Name: acpixf.h - External interfaces to the ACPI subsystem
5 *****************************************************************************/
8 * Copyright (C) 2000 - 2014, Intel Corp.
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions
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.
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.
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.
47 /* Current ACPICA subsystem version in YYYYMMDD format */
49 #define ACPI_CA_VERSION 0x20140724
51 #include <acpi/acconfig.h>
52 #include <acpi/actypes.h>
53 #include <acpi/actbl.h>
54 #include <acpi/acbuffer.h>
56 /*****************************************************************************
58 * Macros used for ACPICA globals and configuration
60 ****************************************************************************/
63 * Ensure that global variables are defined and initialized only once.
65 * The use of these macros allows for a single list of globals (here)
66 * in order to simplify maintenance of the code.
68 #ifdef DEFINE_ACPI_GLOBALS
69 #define ACPI_GLOBAL(type,name) \
73 #define ACPI_INIT_GLOBAL(type,name,value) \
78 #define ACPI_GLOBAL(type,name) \
82 #ifndef ACPI_INIT_GLOBAL
83 #define ACPI_INIT_GLOBAL(type,name,value) \
89 * These macros configure the various ACPICA interfaces. They are
90 * useful for generating stub inline functions for features that are
91 * configured out of the current kernel or ACPICA application.
93 #ifndef ACPI_EXTERNAL_RETURN_STATUS
94 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
98 #ifndef ACPI_EXTERNAL_RETURN_OK
99 #define ACPI_EXTERNAL_RETURN_OK(prototype) \
103 #ifndef ACPI_EXTERNAL_RETURN_VOID
104 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \
108 #ifndef ACPI_EXTERNAL_RETURN_UINT32
109 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \
113 #ifndef ACPI_EXTERNAL_RETURN_PTR
114 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \
118 /*****************************************************************************
120 * Public globals and runtime configuration options
122 ****************************************************************************/
125 * Enable "slack mode" of the AML interpreter? Default is FALSE, and the
126 * interpreter strictly follows the ACPI specification. Setting to TRUE
127 * allows the interpreter to ignore certain errors and/or bad AML constructs.
129 * Currently, these features are enabled by this flag:
131 * 1) Allow "implicit return" of last value in a control method
132 * 2) Allow access beyond the end of an operation region
133 * 3) Allow access to uninitialized locals/args (auto-init to integer 0)
134 * 4) Allow ANY object type to be a source operand for the Store() operator
135 * 5) Allow unresolved references (invalid target name) in package objects
136 * 6) Enable warning messages for behavior that is not ACPI spec compliant
138 ACPI_INIT_GLOBAL(u8
, acpi_gbl_enable_interpreter_slack
, FALSE
);
141 * Automatically serialize all methods that create named objects? Default
142 * is TRUE, meaning that all non_serialized methods are scanned once at
143 * table load time to determine those that create named objects. Methods
144 * that create named objects are marked Serialized in order to prevent
145 * possible run-time problems if they are entered by more than one thread.
147 ACPI_INIT_GLOBAL(u8
, acpi_gbl_auto_serialize_methods
, TRUE
);
150 * Create the predefined _OSI method in the namespace? Default is TRUE
151 * because ACPICA is fully compatible with other ACPI implementations.
152 * Changing this will revert ACPICA (and machine ASL) to pre-OSI behavior.
154 ACPI_INIT_GLOBAL(u8
, acpi_gbl_create_osi_method
, TRUE
);
157 * Optionally use default values for the ACPI register widths. Set this to
158 * TRUE to use the defaults, if an FADT contains incorrect widths/lengths.
160 ACPI_INIT_GLOBAL(u8
, acpi_gbl_use_default_register_widths
, TRUE
);
163 * Whether or not to verify the table checksum before installation. Set
164 * this to TRUE to verify the table checksum before install it to the table
165 * manager. Note that enabling this option causes errors to happen in some
166 * OSPMs during early initialization stages. Default behavior is to do such
169 ACPI_INIT_GLOBAL(u8
, acpi_gbl_verify_table_checksum
, TRUE
);
172 * Optionally enable output from the AML Debug Object.
174 ACPI_INIT_GLOBAL(u8
, acpi_gbl_enable_aml_debug_object
, FALSE
);
177 * Optionally copy the entire DSDT to local memory (instead of simply
178 * mapping it.) There are some BIOSs that corrupt or replace the original
179 * DSDT, creating the need for this option. Default is FALSE, do not copy
182 ACPI_INIT_GLOBAL(u8
, acpi_gbl_copy_dsdt_locally
, FALSE
);
185 * Optionally ignore an XSDT if present and use the RSDT instead.
186 * Although the ACPI specification requires that an XSDT be used instead
187 * of the RSDT, the XSDT has been found to be corrupt or ill-formed on
188 * some machines. Default behavior is to use the XSDT if present.
190 ACPI_INIT_GLOBAL(u8
, acpi_gbl_do_not_use_xsdt
, FALSE
);
193 * Optionally use 32-bit FADT addresses if and when there is a conflict
194 * (address mismatch) between the 32-bit and 64-bit versions of the
195 * address. Although ACPICA adheres to the ACPI specification which
196 * requires the use of the corresponding 64-bit address if it is non-zero,
197 * some machines have been found to have a corrupted non-zero 64-bit
198 * address. Default is TRUE, favor the 32-bit addresses.
200 ACPI_INIT_GLOBAL(u8
, acpi_gbl_use32_bit_fadt_addresses
, TRUE
);
203 * Optionally truncate I/O addresses to 16 bits. Provides compatibility
204 * with other ACPI implementations. NOTE: During ACPICA initialization,
205 * this value is set to TRUE if any Windows OSI strings have been
206 * requested by the BIOS.
208 ACPI_INIT_GLOBAL(u8
, acpi_gbl_truncate_io_addresses
, FALSE
);
211 * Disable runtime checking and repair of values returned by control methods.
212 * Use only if the repair is causing a problem on a particular machine.
214 ACPI_INIT_GLOBAL(u8
, acpi_gbl_disable_auto_repair
, FALSE
);
217 * Optionally do not install any SSDTs from the RSDT/XSDT during initialization.
218 * This can be useful for debugging ACPI problems on some machines.
220 ACPI_INIT_GLOBAL(u8
, acpi_gbl_disable_ssdt_table_install
, FALSE
);
223 * We keep track of the latest version of Windows that has been requested by
224 * the BIOS. ACPI 5.0.
226 ACPI_INIT_GLOBAL(u8
, acpi_gbl_osi_data
, 0);
229 * ACPI 5.0 introduces the concept of a "reduced hardware platform", meaning
230 * that the ACPI hardware is no longer required. A flag in the FADT indicates
231 * a reduced HW machine, and that flag is duplicated here for convenience.
233 ACPI_INIT_GLOBAL(u8
, acpi_gbl_reduced_hardware
, FALSE
);
236 * This mechanism is used to trace a specified AML method. The method is
237 * traced each time it is executed.
239 ACPI_INIT_GLOBAL(u32
, acpi_gbl_trace_flags
, 0);
240 ACPI_INIT_GLOBAL(acpi_name
, acpi_gbl_trace_method_name
, 0);
243 * Runtime configuration of debug output control masks. We want the debug
244 * switches statically initialized so they are already set when the debugger
247 ACPI_INIT_GLOBAL(u32
, acpi_dbg_level
, ACPI_DEBUG_DEFAULT
);
248 ACPI_INIT_GLOBAL(u32
, acpi_dbg_layer
, 0);
251 * Other miscellaneous globals
253 ACPI_GLOBAL(struct acpi_table_fadt
, acpi_gbl_FADT
);
254 ACPI_GLOBAL(u32
, acpi_current_gpe_count
);
255 ACPI_GLOBAL(u8
, acpi_gbl_system_awake_and_running
);
257 /*****************************************************************************
259 * ACPICA public interface configuration.
261 * Interfaces that are configured out of the ACPICA build are replaced
262 * by inlined stubs by default.
264 ****************************************************************************/
267 * Hardware-reduced prototypes (default: Not hardware reduced).
269 * All ACPICA hardware-related interfaces that use these macros will be
270 * configured out of the ACPICA build if the ACPI_REDUCED_HARDWARE flag
273 * Note: This static build option for reduced hardware is intended to
274 * reduce ACPICA code size if desired or necessary. However, even if this
275 * option is not specified, the runtime behavior of ACPICA is dependent
276 * on the actual FADT reduced hardware flag (HW_REDUCED_ACPI). If set,
277 * the flag will enable similar behavior -- ACPICA will not attempt
278 * to access any ACPI-relate hardware (SCI, GPEs, Fixed Events, etc.)
280 #if (!ACPI_REDUCED_HARDWARE)
281 #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \
282 ACPI_EXTERNAL_RETURN_STATUS(prototype)
284 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \
285 ACPI_EXTERNAL_RETURN_OK(prototype)
287 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \
288 ACPI_EXTERNAL_RETURN_VOID(prototype)
291 #define ACPI_HW_DEPENDENT_RETURN_STATUS(prototype) \
292 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
294 #define ACPI_HW_DEPENDENT_RETURN_OK(prototype) \
295 static ACPI_INLINE prototype {return(AE_OK);}
297 #define ACPI_HW_DEPENDENT_RETURN_VOID(prototype) \
298 static ACPI_INLINE prototype {return;}
300 #endif /* !ACPI_REDUCED_HARDWARE */
303 * Error message prototypes (default: error messages enabled).
305 * All interfaces related to error and warning messages
306 * will be configured out of the ACPICA build if the
307 * ACPI_NO_ERROR_MESSAGE flag is defined.
309 #ifndef ACPI_NO_ERROR_MESSAGES
310 #define ACPI_MSG_DEPENDENT_RETURN_VOID(prototype) \
314 #define ACPI_MSG_DEPENDENT_RETURN_VOID(prototype) \
315 static ACPI_INLINE prototype {return;}
317 #endif /* ACPI_NO_ERROR_MESSAGES */
320 * Debugging output prototypes (default: no debug output).
322 * All interfaces related to debug output messages
323 * will be configured out of the ACPICA build unless the
324 * ACPI_DEBUG_OUTPUT flag is defined.
326 #ifdef ACPI_DEBUG_OUTPUT
327 #define ACPI_DBG_DEPENDENT_RETURN_VOID(prototype) \
331 #define ACPI_DBG_DEPENDENT_RETURN_VOID(prototype) \
332 static ACPI_INLINE prototype {return;}
334 #endif /* ACPI_DEBUG_OUTPUT */
337 * Application prototypes
339 * All interfaces used by application will be configured
340 * out of the ACPICA build unless the ACPI_APPLICATION
343 #ifdef ACPI_APPLICATION
344 #define ACPI_APP_DEPENDENT_RETURN_VOID(prototype) \
348 #define ACPI_APP_DEPENDENT_RETURN_VOID(prototype) \
349 static ACPI_INLINE prototype {return;}
351 #endif /* ACPI_APPLICATION */
353 /*****************************************************************************
355 * ACPICA public interface prototypes
357 ****************************************************************************/
362 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
363 acpi_initialize_tables(struct acpi_table_desc
365 u32 initial_table_count
,
367 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
acpi_initialize_subsystem(void))
369 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
acpi_enable_subsystem(u32 flags
))
371 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
372 acpi_initialize_objects(u32 flags
))
373 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
acpi_terminate(void))
376 * Miscellaneous global interfaces
378 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_enable(void))
379 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_disable(void))
380 #ifdef ACPI_FUTURE_USAGE
381 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_subsystem_status(void))
384 #ifdef ACPI_FUTURE_USAGE
385 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
386 acpi_get_system_info(struct acpi_buffer
389 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
390 acpi_get_statistics(struct acpi_statistics
*stats
))
391 ACPI_EXTERNAL_RETURN_PTR(const char
392 *acpi_format_exception(acpi_status exception
))
393 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_purge_cached_objects(void))
395 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
396 acpi_install_interface(acpi_string interface_name
))
398 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
399 acpi_remove_interface(acpi_string interface_name
))
400 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_update_interfaces(u8 action
))
402 ACPI_EXTERNAL_RETURN_UINT32(u32
403 acpi_check_address_range(acpi_adr_space_type
405 acpi_physical_address
406 address
, acpi_size length
,
408 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
409 acpi_decode_pld_buffer(u8
*in_buffer
,
415 * ACPI table load/unload interfaces
417 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
418 acpi_install_table(acpi_physical_address address
,
421 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
422 acpi_load_table(struct acpi_table_header
*table
))
424 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
425 acpi_unload_parent_table(acpi_handle object
))
426 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
acpi_load_tables(void))
429 * ACPI table manipulation interfaces
431 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
acpi_reallocate_root_table(void))
433 ACPI_EXTERNAL_RETURN_STATUS(acpi_status __init
434 acpi_find_root_pointer(acpi_size
* rsdp_address
))
436 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
437 acpi_get_table_header(acpi_string signature
,
439 struct acpi_table_header
441 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
442 acpi_get_table(acpi_string signature
, u32 instance
,
443 struct acpi_table_header
445 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
446 acpi_get_table_by_index(u32 table_index
,
447 struct acpi_table_header
449 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
450 acpi_install_table_handler(acpi_table_handler
451 handler
, void *context
))
452 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
453 acpi_remove_table_handler(acpi_table_handler
457 * Namespace and name interfaces
459 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
460 acpi_walk_namespace(acpi_object_type type
,
461 acpi_handle start_object
,
468 void **return_value
))
469 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
470 acpi_get_devices(const char *HID
,
471 acpi_walk_callback user_function
,
473 void **return_value
))
474 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
475 acpi_get_name(acpi_handle object
, u32 name_type
,
476 struct acpi_buffer
*ret_path_ptr
))
477 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
478 acpi_get_handle(acpi_handle parent
,
479 acpi_string pathname
,
480 acpi_handle
* ret_handle
))
481 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
482 acpi_attach_data(acpi_handle object
,
483 acpi_object_handler handler
,
485 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
486 acpi_detach_data(acpi_handle object
,
487 acpi_object_handler handler
))
488 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
489 acpi_get_data(acpi_handle object
,
490 acpi_object_handler handler
,
492 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
493 acpi_debug_trace(char *name
, u32 debug_level
,
494 u32 debug_layer
, u32 flags
))
497 * Object manipulation and enumeration
499 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
500 acpi_evaluate_object(acpi_handle object
,
501 acpi_string pathname
,
502 struct acpi_object_list
505 *return_object_buffer
))
506 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
507 acpi_evaluate_object_typed(acpi_handle object
,
508 acpi_string pathname
,
509 struct acpi_object_list
515 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
516 acpi_get_object_info(acpi_handle object
,
517 struct acpi_device_info
519 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_install_method(u8
*buffer
))
521 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
522 acpi_get_next_object(acpi_object_type type
,
525 acpi_handle
* out_handle
))
527 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
528 acpi_get_type(acpi_handle object
,
529 acpi_object_type
* out_type
))
531 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
532 acpi_get_parent(acpi_handle object
,
533 acpi_handle
* out_handle
))
538 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
539 acpi_install_initialization_handler
540 (acpi_init_handler handler
, u32 function
))
541 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
542 acpi_install_sci_handler(acpi_sci_handler
545 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
546 acpi_remove_sci_handler(acpi_sci_handler
548 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
549 acpi_install_global_event_handler
550 (acpi_gbl_event_handler handler
,
552 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
553 acpi_install_fixed_event_handler(u32
559 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
560 acpi_remove_fixed_event_handler(u32 acpi_event
,
563 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
564 acpi_install_gpe_handler(acpi_handle
571 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
572 acpi_remove_gpe_handler(acpi_handle gpe_device
,
576 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
577 acpi_install_notify_handler(acpi_handle device
,
582 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
583 acpi_remove_notify_handler(acpi_handle device
,
587 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
588 acpi_install_address_space_handler(acpi_handle
592 acpi_adr_space_handler
597 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
598 acpi_remove_address_space_handler(acpi_handle
602 acpi_adr_space_handler
604 #ifdef ACPI_FUTURE_USAGE
605 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
606 acpi_install_exception_handler
607 (acpi_exception_handler handler
))
609 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
610 acpi_install_interface_handler
611 (acpi_interface_handler handler
))
614 * Global Lock interfaces
616 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
617 acpi_acquire_global_lock(u16 timeout
,
620 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
621 acpi_release_global_lock(u32 handle
))
624 * Interfaces to AML mutex objects
626 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
627 acpi_acquire_mutex(acpi_handle handle
,
628 acpi_string pathname
,
631 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
632 acpi_release_mutex(acpi_handle handle
,
633 acpi_string pathname
))
636 * Fixed Event interfaces
638 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
639 acpi_enable_event(u32 event
, u32 flags
))
641 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
642 acpi_disable_event(u32 event
, u32 flags
))
643 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_clear_event(u32 event
))
645 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
646 acpi_get_event_status(u32 event
,
651 * General Purpose Event (GPE) Interfaces
653 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_update_all_gpes(void))
655 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
656 acpi_enable_gpe(acpi_handle gpe_device
,
659 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
660 acpi_disable_gpe(acpi_handle gpe_device
,
663 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
664 acpi_clear_gpe(acpi_handle gpe_device
,
667 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
668 acpi_set_gpe(acpi_handle gpe_device
,
669 u32 gpe_number
, u8 action
))
671 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
672 acpi_finish_gpe(acpi_handle gpe_device
,
675 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
676 acpi_mark_gpe_for_wake(acpi_handle gpe_device
,
679 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
680 acpi_setup_gpe_for_wake(acpi_handle
682 acpi_handle gpe_device
,
684 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
685 acpi_set_gpe_wake_mask(acpi_handle gpe_device
,
688 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
689 acpi_get_gpe_status(acpi_handle gpe_device
,
693 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_disable_all_gpes(void))
694 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_enable_all_runtime_gpes(void))
696 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
697 acpi_get_gpe_device(u32 gpe_index
,
698 acpi_handle
* gpe_device
))
700 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
701 acpi_install_gpe_block(acpi_handle gpe_device
,
706 u32 interrupt_number
))
707 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
708 acpi_remove_gpe_block(acpi_handle gpe_device
))
711 * Resource interfaces
714 acpi_status(*acpi_walk_resource_callback
) (struct acpi_resource
* resource
,
717 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
718 acpi_get_vendor_resource(acpi_handle device
,
720 struct acpi_vendor_uuid
724 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
725 acpi_get_current_resources(acpi_handle device
,
728 #ifdef ACPI_FUTURE_USAGE
729 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
730 acpi_get_possible_resources(acpi_handle device
,
734 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
735 acpi_get_event_resources(acpi_handle device_handle
,
738 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
739 acpi_walk_resource_buffer(struct acpi_buffer
741 acpi_walk_resource_callback
744 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
745 acpi_walk_resources(acpi_handle device
, char *name
,
746 acpi_walk_resource_callback
747 user_function
, void *context
))
748 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
749 acpi_set_current_resources(acpi_handle device
,
752 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
753 acpi_get_irq_routing_table(acpi_handle device
,
756 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
757 acpi_resource_to_address64(struct acpi_resource
760 acpi_resource_address64
762 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
763 acpi_buffer_to_resource(u8
*aml_buffer
,
764 u16 aml_buffer_length
,
769 * Hardware (ACPI device) interfaces
771 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_reset(void))
773 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
774 acpi_read(u64
*value
,
775 struct acpi_generic_address
*reg
))
777 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
778 acpi_write(u64 value
,
779 struct acpi_generic_address
*reg
))
781 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
782 acpi_read_bit_register(u32 register_id
,
785 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
786 acpi_write_bit_register(u32 register_id
,
790 * Sleep/Wake interfaces
792 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
793 acpi_get_sleep_type_data(u8 sleep_state
,
797 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
798 acpi_enter_sleep_state_prep(u8 sleep_state
))
799 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_enter_sleep_state(u8 sleep_state
))
801 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_enter_sleep_state_s4bios(void))
803 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
804 acpi_leave_sleep_state_prep(u8 sleep_state
))
805 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_leave_sleep_state(u8 sleep_state
))
807 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
808 acpi_set_firmware_waking_vector(u32
810 #if ACPI_MACHINE_WIDTH == 64
811 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
812 acpi_set_firmware_waking_vector64(u64
816 * ACPI Timer interfaces
818 #ifdef ACPI_FUTURE_USAGE
819 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
820 acpi_get_timer_resolution(u32
*resolution
))
821 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
acpi_get_timer(u32
*ticks
))
823 ACPI_HW_DEPENDENT_RETURN_STATUS(acpi_status
824 acpi_get_timer_duration(u32 start_ticks
,
827 #endif /* ACPI_FUTURE_USAGE */
830 * Error/Warning output
832 ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3)
833 void ACPI_INTERNAL_VAR_XFACE
834 acpi_error(const char *module_name
,
836 const char *format
, ...))
837 ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(4)
838 void ACPI_INTERNAL_VAR_XFACE
839 acpi_exception(const char *module_name
,
842 const char *format
, ...))
843 ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3)
844 void ACPI_INTERNAL_VAR_XFACE
845 acpi_warning(const char *module_name
,
847 const char *format
, ...))
848 ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3)
849 void ACPI_INTERNAL_VAR_XFACE
850 acpi_info(const char *module_name
,
852 const char *format
, ...))
853 ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3)
854 void ACPI_INTERNAL_VAR_XFACE
855 acpi_bios_error(const char *module_name
,
857 const char *format
, ...))
858 ACPI_MSG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(3)
859 void ACPI_INTERNAL_VAR_XFACE
860 acpi_bios_warning(const char *module_name
,
862 const char *format
, ...))
867 ACPI_DBG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(6)
868 void ACPI_INTERNAL_VAR_XFACE
869 acpi_debug_print(u32 requested_debug_level
,
871 const char *function_name
,
872 const char *module_name
,
874 const char *format
, ...))
875 ACPI_DBG_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(6)
876 void ACPI_INTERNAL_VAR_XFACE
877 acpi_debug_print_raw(u32 requested_debug_level
,
879 const char *function_name
,
880 const char *module_name
,
882 const char *format
, ...))
883 ACPI_APP_DEPENDENT_RETURN_VOID(ACPI_PRINTF_LIKE(1)
884 void ACPI_INTERNAL_VAR_XFACE
885 acpi_log_error(const char *format
, ...))
890 ACPI_GLOBAL(u8
, acpi_gbl_permanent_mmap
);
892 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
893 acpi_get_id(acpi_handle object
,
894 acpi_owner_id
* out_type
))
896 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
acpi_unload_table_id(acpi_owner_id id
))
898 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
899 acpi_get_table_with_size(acpi_string signature
,
901 struct acpi_table_header
903 acpi_size
*tbl_size
))
905 ACPI_EXTERNAL_RETURN_STATUS(acpi_status
906 acpi_get_data_full(acpi_handle object
,
907 acpi_object_handler handler
,
909 void (*callback
)(void *)))
911 #endif /* __ACXFACE_H__ */