Searched refs:facs (Results 1 – 5 of 5) sorted by relevance
33 #define ACPI_ACQUIRE_GLOBAL_LOCK(facs, Acq) \ argument34 ((Acq) = __acpi_acquire_global_lock(&facs->global_lock))36 #define ACPI_RELEASE_GLOBAL_LOCK(facs, Acq) \ argument37 ((Acq) = __acpi_release_global_lock(&facs->global_lock))
236 struct acpi_table_header *facs = NULL; in acpi_boot_table_init() local237 acpi_get_table(ACPI_SIG_FACS, 1, &facs); in acpi_boot_table_init()238 if (facs) { in acpi_boot_table_init()240 ((struct acpi_table_facs *)facs)->hardware_signature; in acpi_boot_table_init()241 acpi_put_table(facs); in acpi_boot_table_init()
931 static struct acpi_table_facs *facs; variable972 if (facs && s4_hardware_signature != facs->hardware_signature) in acpi_hibernation_leave()1061 acpi_get_table(ACPI_SIG_FACS, 1, (struct acpi_table_header **)&facs); in acpi_sleep_hibernate_setup()1062 if (facs) { in acpi_sleep_hibernate_setup()1068 s4_hardware_signature = facs->hardware_signature; in acpi_sleep_hibernate_setup()1077 swsusp_hardware_signature = facs->hardware_signature; in acpi_sleep_hibernate_setup()
56 #define MIN_FADT_FOR_FACS (ACPI_FADT_OFFSET (facs) + sizeof (u32))
829 && gbl_fadt->facs != in osl_get_bios_table() 833 facs; in osl_get_bios_table()