Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dapm_bios.h90 #define APM_NO_ERROR 0x53 macro
/openbmc/u-boot/include/linux/
H A Dapm_bios.h156 #define APM_NO_ERROR 0x53 macro
/openbmc/linux/arch/x86/kernel/
H A Dapm_32.c476 { APM_NO_ERROR, "BIOS did not set a return code" },
1045 return APM_NO_ERROR; in apm_get_power_status()
1140 if ((error == APM_SUCCESS) || (error == APM_NO_ERROR)) in apm_console_blank()
1258 if (err == APM_NO_ERROR) in suspend()
1292 if ((err != APM_SUCCESS) && (err != APM_NO_ERROR)) in standby()