Searched refs:boot_ec (Results 1 – 1 of 1) sorted by relevance
181 static struct acpi_ec *boot_ec; variable1418 if (boot_ec == ec) in acpi_ec_free()1419 boot_ec = NULL; in acpi_ec_free()1687 if (boot_ec && (boot_ec->handle == device->handle || in acpi_ec_probe()1690 ec = boot_ec; in acpi_ec_probe()1704 if (boot_ec && ec->command_addr == boot_ec->command_addr && in acpi_ec_probe()1705 ec->data_addr == boot_ec->data_addr) { in acpi_ec_probe()1712 boot_ec->handle = ec->handle; in acpi_ec_probe()1715 boot_ec->gpe = ec->gpe; in acpi_ec_probe()1719 ec = boot_ec; in acpi_ec_probe()[all …]