diff options
Diffstat (limited to 'drivers/acpi/events/evxfevnt.c')
-rw-r--r-- | drivers/acpi/events/evxfevnt.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/acpi/events/evxfevnt.c b/drivers/acpi/events/evxfevnt.c index 4a36559fa816..7ebc2efac936 100644 --- a/drivers/acpi/events/evxfevnt.c +++ b/drivers/acpi/events/evxfevnt.c | |||
@@ -63,7 +63,7 @@ acpi_status acpi_enable(void) | |||
63 | { | 63 | { |
64 | acpi_status status = AE_OK; | 64 | acpi_status status = AE_OK; |
65 | 65 | ||
66 | ACPI_FUNCTION_TRACE("acpi_enable"); | 66 | ACPI_FUNCTION_TRACE(acpi_enable); |
67 | 67 | ||
68 | /* Make sure we have the FADT */ | 68 | /* Make sure we have the FADT */ |
69 | 69 | ||
@@ -109,7 +109,7 @@ acpi_status acpi_disable(void) | |||
109 | { | 109 | { |
110 | acpi_status status = AE_OK; | 110 | acpi_status status = AE_OK; |
111 | 111 | ||
112 | ACPI_FUNCTION_TRACE("acpi_disable"); | 112 | ACPI_FUNCTION_TRACE(acpi_disable); |
113 | 113 | ||
114 | if (!acpi_gbl_FADT) { | 114 | if (!acpi_gbl_FADT) { |
115 | ACPI_WARNING((AE_INFO, "No FADT information present!")); | 115 | ACPI_WARNING((AE_INFO, "No FADT information present!")); |
@@ -155,7 +155,7 @@ acpi_status acpi_enable_event(u32 event, u32 flags) | |||
155 | acpi_status status = AE_OK; | 155 | acpi_status status = AE_OK; |
156 | u32 value; | 156 | u32 value; |
157 | 157 | ||
158 | ACPI_FUNCTION_TRACE("acpi_enable_event"); | 158 | ACPI_FUNCTION_TRACE(acpi_enable_event); |
159 | 159 | ||
160 | /* Decode the Fixed Event */ | 160 | /* Decode the Fixed Event */ |
161 | 161 | ||
@@ -213,7 +213,7 @@ acpi_status acpi_set_gpe_type(acpi_handle gpe_device, u32 gpe_number, u8 type) | |||
213 | acpi_status status = AE_OK; | 213 | acpi_status status = AE_OK; |
214 | struct acpi_gpe_event_info *gpe_event_info; | 214 | struct acpi_gpe_event_info *gpe_event_info; |
215 | 215 | ||
216 | ACPI_FUNCTION_TRACE("acpi_set_gpe_type"); | 216 | ACPI_FUNCTION_TRACE(acpi_set_gpe_type); |
217 | 217 | ||
218 | /* Ensure that we have a valid GPE number */ | 218 | /* Ensure that we have a valid GPE number */ |
219 | 219 | ||
@@ -256,7 +256,7 @@ acpi_status acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number, u32 flags) | |||
256 | acpi_status status = AE_OK; | 256 | acpi_status status = AE_OK; |
257 | struct acpi_gpe_event_info *gpe_event_info; | 257 | struct acpi_gpe_event_info *gpe_event_info; |
258 | 258 | ||
259 | ACPI_FUNCTION_TRACE("acpi_enable_gpe"); | 259 | ACPI_FUNCTION_TRACE(acpi_enable_gpe); |
260 | 260 | ||
261 | /* Use semaphore lock if not executing at interrupt level */ | 261 | /* Use semaphore lock if not executing at interrupt level */ |
262 | 262 | ||
@@ -307,7 +307,7 @@ acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number, u32 flags) | |||
307 | acpi_status status = AE_OK; | 307 | acpi_status status = AE_OK; |
308 | struct acpi_gpe_event_info *gpe_event_info; | 308 | struct acpi_gpe_event_info *gpe_event_info; |
309 | 309 | ||
310 | ACPI_FUNCTION_TRACE("acpi_disable_gpe"); | 310 | ACPI_FUNCTION_TRACE(acpi_disable_gpe); |
311 | 311 | ||
312 | /* Use semaphore lock if not executing at interrupt level */ | 312 | /* Use semaphore lock if not executing at interrupt level */ |
313 | 313 | ||
@@ -354,7 +354,7 @@ acpi_status acpi_disable_event(u32 event, u32 flags) | |||
354 | acpi_status status = AE_OK; | 354 | acpi_status status = AE_OK; |
355 | u32 value; | 355 | u32 value; |
356 | 356 | ||
357 | ACPI_FUNCTION_TRACE("acpi_disable_event"); | 357 | ACPI_FUNCTION_TRACE(acpi_disable_event); |
358 | 358 | ||
359 | /* Decode the Fixed Event */ | 359 | /* Decode the Fixed Event */ |
360 | 360 | ||
@@ -407,7 +407,7 @@ acpi_status acpi_clear_event(u32 event) | |||
407 | { | 407 | { |
408 | acpi_status status = AE_OK; | 408 | acpi_status status = AE_OK; |
409 | 409 | ||
410 | ACPI_FUNCTION_TRACE("acpi_clear_event"); | 410 | ACPI_FUNCTION_TRACE(acpi_clear_event); |
411 | 411 | ||
412 | /* Decode the Fixed Event */ | 412 | /* Decode the Fixed Event */ |
413 | 413 | ||
@@ -446,7 +446,7 @@ acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number, u32 flags) | |||
446 | acpi_status status = AE_OK; | 446 | acpi_status status = AE_OK; |
447 | struct acpi_gpe_event_info *gpe_event_info; | 447 | struct acpi_gpe_event_info *gpe_event_info; |
448 | 448 | ||
449 | ACPI_FUNCTION_TRACE("acpi_clear_gpe"); | 449 | ACPI_FUNCTION_TRACE(acpi_clear_gpe); |
450 | 450 | ||
451 | /* Use semaphore lock if not executing at interrupt level */ | 451 | /* Use semaphore lock if not executing at interrupt level */ |
452 | 452 | ||
@@ -494,7 +494,7 @@ acpi_status acpi_get_event_status(u32 event, acpi_event_status * event_status) | |||
494 | { | 494 | { |
495 | acpi_status status = AE_OK; | 495 | acpi_status status = AE_OK; |
496 | 496 | ||
497 | ACPI_FUNCTION_TRACE("acpi_get_event_status"); | 497 | ACPI_FUNCTION_TRACE(acpi_get_event_status); |
498 | 498 | ||
499 | if (!event_status) { | 499 | if (!event_status) { |
500 | return_ACPI_STATUS(AE_BAD_PARAMETER); | 500 | return_ACPI_STATUS(AE_BAD_PARAMETER); |
@@ -539,7 +539,7 @@ acpi_get_gpe_status(acpi_handle gpe_device, | |||
539 | acpi_status status = AE_OK; | 539 | acpi_status status = AE_OK; |
540 | struct acpi_gpe_event_info *gpe_event_info; | 540 | struct acpi_gpe_event_info *gpe_event_info; |
541 | 541 | ||
542 | ACPI_FUNCTION_TRACE("acpi_get_gpe_status"); | 542 | ACPI_FUNCTION_TRACE(acpi_get_gpe_status); |
543 | 543 | ||
544 | /* Use semaphore lock if not executing at interrupt level */ | 544 | /* Use semaphore lock if not executing at interrupt level */ |
545 | 545 | ||
@@ -596,7 +596,7 @@ acpi_install_gpe_block(acpi_handle gpe_device, | |||
596 | struct acpi_namespace_node *node; | 596 | struct acpi_namespace_node *node; |
597 | struct acpi_gpe_block_info *gpe_block; | 597 | struct acpi_gpe_block_info *gpe_block; |
598 | 598 | ||
599 | ACPI_FUNCTION_TRACE("acpi_install_gpe_block"); | 599 | ACPI_FUNCTION_TRACE(acpi_install_gpe_block); |
600 | 600 | ||
601 | if ((!gpe_device) || (!gpe_block_address) || (!register_count)) { | 601 | if ((!gpe_device) || (!gpe_block_address) || (!register_count)) { |
602 | return_ACPI_STATUS(AE_BAD_PARAMETER); | 602 | return_ACPI_STATUS(AE_BAD_PARAMETER); |
@@ -684,7 +684,7 @@ acpi_status acpi_remove_gpe_block(acpi_handle gpe_device) | |||
684 | acpi_status status; | 684 | acpi_status status; |
685 | struct acpi_namespace_node *node; | 685 | struct acpi_namespace_node *node; |
686 | 686 | ||
687 | ACPI_FUNCTION_TRACE("acpi_remove_gpe_block"); | 687 | ACPI_FUNCTION_TRACE(acpi_remove_gpe_block); |
688 | 688 | ||
689 | if (!gpe_device) { | 689 | if (!gpe_device) { |
690 | return_ACPI_STATUS(AE_BAD_PARAMETER); | 690 | return_ACPI_STATUS(AE_BAD_PARAMETER); |