Lines Matching refs:boot_ec
189 struct acpi_ec *boot_ec, *first_ec; variable
1334 if (boot_ec == ec) in acpi_ec_free()
1335 boot_ec = NULL; in acpi_ec_free()
1390 if (boot_ec && boot_ec_is_ecdt && EC_FLAGS_IGNORE_DSDT_GPE) { in ec_parse_device()
1395 ec->gpe = boot_ec->gpe; in ec_parse_device()
1540 if (boot_ec && boot_ec->handle != handle) in acpi_config_boot_ec()
1541 ec_remove_handlers(boot_ec); in acpi_config_boot_ec()
1544 if (boot_ec != ec) in acpi_config_boot_ec()
1545 acpi_ec_free(boot_ec); in acpi_config_boot_ec()
1561 if (!boot_ec) { in acpi_config_boot_ec()
1562 boot_ec = ec; in acpi_config_boot_ec()
1566 acpi_handle_info(boot_ec->handle, in acpi_config_boot_ec()
1594 if (!boot_ec) in acpi_is_boot_ec()
1596 if (ec->command_addr == boot_ec->command_addr && in acpi_is_boot_ec()
1597 ec->data_addr == boot_ec->data_addr) in acpi_is_boot_ec()
1614 ec = boot_ec; in acpi_ec_add()
1635 boot_ec->handle = ec->handle; in acpi_ec_add()
1638 ec = boot_ec; in acpi_ec_add()
1661 if (ec != boot_ec) in acpi_ec_add()
1664 if (ec != boot_ec) in acpi_ec_add()
1680 if (ec != boot_ec) { in acpi_ec_remove()
1733 if (boot_ec) in acpi_ec_dsdt_probe()
1772 if (!boot_ec) in acpi_ec_ecdt_start()
1785 if (boot_ec->handle == ACPI_ROOT_OBJECT) { in acpi_ec_ecdt_start()
1788 boot_ec->handle = handle; in acpi_ec_ecdt_start()