Home
last modified time | relevance | path

Searched refs:APM_NO_ERROR (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dapm_bios.h90 #define APM_NO_ERROR 0x53 macro
/Linux-v5.4/arch/x86/kernel/
Dapm_32.c481 { APM_NO_ERROR, "BIOS did not set a return code" },
1044 return APM_NO_ERROR; in apm_get_power_status()
1139 if ((error == APM_SUCCESS) || (error == APM_NO_ERROR)) in apm_console_blank()
1257 if (err == APM_NO_ERROR) in suspend()
1291 if ((err != APM_SUCCESS) && (err != APM_NO_ERROR)) in standby()