Lines Matching refs:boot_ec
180 static struct acpi_ec *boot_ec;
1350 if (boot_ec == ec)
1351 boot_ec = NULL;
1601 if (boot_ec && (boot_ec->handle == device->handle ||
1604 ec = boot_ec;
1618 if (boot_ec && ec->command_addr == boot_ec->command_addr &&
1619 ec->data_addr == boot_ec->data_addr &&
1625 * boot_ec->gpe to ec->gpe.
1627 boot_ec->handle = ec->handle;
1630 ec = boot_ec;
1638 if (ec == boot_ec)
1639 acpi_handle_info(boot_ec->handle,
1660 if (ec != boot_ec)
1677 if (ec != boot_ec) {
1730 if (boot_ec)
1760 boot_ec = ec;
1786 if (!boot_ec || boot_ec->handle != ACPI_ROOT_OBJECT)
1797 boot_ec->handle = handle;
1924 boot_ec = ec;