Home
last modified time | relevance | path

Searched refs:acpi_get_wakeup_address (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dacpi.h41 static inline unsigned long acpi_get_wakeup_address(void) in acpi_get_wakeup_address() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dacpi.h64 unsigned long acpi_get_wakeup_address(void);
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dsleep.c35 unsigned long acpi_get_wakeup_address(void) in acpi_get_wakeup_address() function
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dsleep.c68 acpi_wakeup_address = acpi_get_wakeup_address(); in acpi_sleep_prepare()