diff options
Diffstat (limited to 'include/acpi/acpixf.h')
-rw-r--r-- | include/acpi/acpixf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index 53b7cfd924a3..5f8ccf1b5ae9 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
@@ -292,11 +292,11 @@ acpi_status acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number); | |||
292 | 292 | ||
293 | acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number); | 293 | acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number); |
294 | 294 | ||
295 | acpi_status acpi_gpe_can_wake(acpi_handle gpe_device, u32 gpe_number); | 295 | acpi_status acpi_setup_gpe_for_wake(acpi_handle gpe_device, u32 gpe_number); |
296 | 296 | ||
297 | acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number); | 297 | acpi_status acpi_clear_gpe(acpi_handle gpe_device, u32 gpe_number); |
298 | 298 | ||
299 | acpi_status acpi_gpe_wakeup(acpi_handle gpe_device, u32 gpe_number, u8 action); | 299 | acpi_status acpi_set_gpe_wake_mask(acpi_handle gpe_device, u32 gpe_number, u8 action); |
300 | 300 | ||
301 | acpi_status | 301 | acpi_status |
302 | acpi_get_gpe_status(acpi_handle gpe_device, | 302 | acpi_get_gpe_status(acpi_handle gpe_device, |
@@ -315,7 +315,7 @@ acpi_install_gpe_block(acpi_handle gpe_device, | |||
315 | 315 | ||
316 | acpi_status acpi_remove_gpe_block(acpi_handle gpe_device); | 316 | acpi_status acpi_remove_gpe_block(acpi_handle gpe_device); |
317 | 317 | ||
318 | acpi_status acpi_update_gpes(void); | 318 | acpi_status acpi_update_all_gpes(void); |
319 | 319 | ||
320 | /* | 320 | /* |
321 | * Resource interfaces | 321 | * Resource interfaces |