Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/acpi/
Dinternal.h233 int suspend_nvs_alloc(void);
239 static inline int suspend_nvs_alloc(void) { return 0; } in suspend_nvs_alloc() function
Dsleep.c559 error = (nvs_nosave || nvs_nosave_s3) ? 0 : suspend_nvs_alloc(); in acpi_suspend_begin()
902 int error = suspend_nvs_alloc(); in acpi_hibernation_begin()
984 error = suspend_nvs_alloc(); in acpi_hibernation_begin_old()
Dnvs.c154 int suspend_nvs_alloc(void) in suspend_nvs_alloc() function