Lines Matching defs:boot_ec
178 static struct acpi_ec *boot_ec;
1367 if (boot_ec == ec)
1368 boot_ec = NULL;
1627 if (boot_ec && (boot_ec->handle == device->handle ||
1630 ec = boot_ec;
1644 if (boot_ec && ec->command_addr == boot_ec->command_addr &&
1645 ec->data_addr == boot_ec->data_addr) {
1649 * quirks. So do not change boot_ec->gpe to ec->gpe,
1652 boot_ec->handle = ec->handle;
1655 boot_ec->gpe = ec->gpe;
1659 ec = boot_ec;
1667 if (ec == boot_ec)
1668 acpi_handle_info(boot_ec->handle,
1689 if (ec != boot_ec)
1706 if (ec != boot_ec) {
1758 if (boot_ec)
1788 boot_ec = ec;
1814 if (!boot_ec || boot_ec->handle != ACPI_ROOT_OBJECT)
1825 boot_ec->handle = handle;
2003 boot_ec = ec;