Home
last modified time | relevance | path

Searched refs:suspend_nvs_alloc (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/acpi/
Dinternal.h84 int suspend_nvs_alloc(void);
90 static inline int suspend_nvs_alloc(void) { return 0; } in suspend_nvs_alloc() function
Dsleep.c432 error = nvs_nosave ? 0 : suspend_nvs_alloc(); in acpi_suspend_begin()
573 error = nvs_nosave ? 0 : suspend_nvs_alloc(); in acpi_hibernation_begin()
655 error = suspend_nvs_alloc(); in acpi_hibernation_begin_old()
Dnvs.c153 int suspend_nvs_alloc(void) in suspend_nvs_alloc() function