Searched refs:ACPI_SYS_MODE_ACPI (Results 1 – 4 of 4) sorted by relevance
100 case ACPI_SYS_MODE_ACPI: in acpi_hw_set_mode()158 return_UINT32(ACPI_SYS_MODE_ACPI); in acpi_hw_get_mode()166 return_UINT32(ACPI_SYS_MODE_ACPI); in acpi_hw_get_mode()175 return_UINT32(ACPI_SYS_MODE_ACPI); in acpi_hw_get_mode()
86 if (acpi_hw_get_mode() == ACPI_SYS_MODE_ACPI) { in acpi_enable()94 status = acpi_hw_set_mode(ACPI_SYS_MODE_ACPI); in acpi_enable()104 if (acpi_hw_get_mode() == ACPI_SYS_MODE_ACPI) { in acpi_enable()
162 info_ptr->flags = ACPI_SYS_MODE_ACPI; in ACPI_EXPORT_SYMBOL()
1006 #define ACPI_SYS_MODE_ACPI 0x0001 macro