Searched refs:ACPI_SYS_MODE_ACPI (Results 1 – 4 of 4) sorted by relevance
66 case ACPI_SYS_MODE_ACPI: in acpi_hw_set_mode()124 return_UINT32(ACPI_SYS_MODE_ACPI); in acpi_hw_get_mode()132 return_UINT32(ACPI_SYS_MODE_ACPI); in acpi_hw_get_mode()141 return_UINT32(ACPI_SYS_MODE_ACPI); in acpi_hw_get_mode()
52 if (acpi_hw_get_mode() == ACPI_SYS_MODE_ACPI) { in acpi_enable()60 status = acpi_hw_set_mode(ACPI_SYS_MODE_ACPI); in acpi_enable()70 if (acpi_hw_get_mode() == ACPI_SYS_MODE_ACPI) { in acpi_enable()
127 info_ptr->flags = ACPI_SYS_MODE_ACPI; in ACPI_EXPORT_SYMBOL()
1004 #define ACPI_SYS_MODE_ACPI 0x0001 macro