Lines Matching refs:boot_ec
180 static struct acpi_ec *boot_ec; variable
1343 if (boot_ec == ec) in acpi_ec_free()
1344 boot_ec = NULL; in acpi_ec_free()
1399 if (boot_ec && boot_ec_is_ecdt && EC_FLAGS_IGNORE_DSDT_GPE) { in ec_parse_device()
1404 ec->gpe = boot_ec->gpe; in ec_parse_device()
1570 ec = boot_ec; in acpi_ec_add()
1583 if (boot_ec && ec->command_addr == boot_ec->command_addr && in acpi_ec_add()
1584 ec->data_addr == boot_ec->data_addr) { in acpi_ec_add()
1592 boot_ec->handle = ec->handle; in acpi_ec_add()
1595 ec = boot_ec; in acpi_ec_add()
1603 if (ec == boot_ec) in acpi_ec_add()
1604 acpi_handle_info(boot_ec->handle, in acpi_ec_add()
1623 if (ec != boot_ec) in acpi_ec_add()
1626 if (ec != boot_ec) in acpi_ec_add()
1642 if (ec != boot_ec) { in acpi_ec_remove()
1695 if (boot_ec) in acpi_ec_dsdt_probe()
1725 boot_ec = ec; in acpi_ec_dsdt_probe()
1740 if (!boot_ec) in acpi_ec_ecdt_start()
1753 if (boot_ec->handle == ACPI_ROOT_OBJECT) { in acpi_ec_ecdt_start()
1756 boot_ec->handle = handle; in acpi_ec_ecdt_start()
1905 boot_ec = ec; in acpi_ec_ecdt_probe()