Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dinternal.h222 int suspend_nvs_alloc(void);
228 static inline int suspend_nvs_alloc(void) { return 0; } in suspend_nvs_alloc() function
Dsleep.c544 error = (nvs_nosave || nvs_nosave_s3) ? 0 : suspend_nvs_alloc(); in acpi_suspend_begin()
1167 int error = suspend_nvs_alloc(); in acpi_hibernation_begin()
1251 error = suspend_nvs_alloc(); in acpi_hibernation_begin_old()
Dnvs.c152 int suspend_nvs_alloc(void) in suspend_nvs_alloc() function