Lines Matching refs:boot_ec
186 struct acpi_ec *boot_ec, *first_ec; variable
1340 if (boot_ec == ec) in acpi_ec_free()
1341 boot_ec = NULL; in acpi_ec_free()
1536 if (boot_ec && boot_ec->handle != handle) in acpi_config_boot_ec()
1537 ec_remove_handlers(boot_ec); in acpi_config_boot_ec()
1540 if (boot_ec != ec) in acpi_config_boot_ec()
1541 acpi_ec_free(boot_ec); in acpi_config_boot_ec()
1557 if (!boot_ec) { in acpi_config_boot_ec()
1558 boot_ec = ec; in acpi_config_boot_ec()
1562 acpi_handle_info(boot_ec->handle, in acpi_config_boot_ec()
1590 if (!boot_ec) in acpi_is_boot_ec()
1592 if (ec->handle == boot_ec->handle && in acpi_is_boot_ec()
1593 ec->gpe == boot_ec->gpe && in acpi_is_boot_ec()
1594 ec->command_addr == boot_ec->command_addr && in acpi_is_boot_ec()
1595 ec->data_addr == boot_ec->data_addr) in acpi_is_boot_ec()
1621 ec = boot_ec; in acpi_ec_add()
1641 if (ec != boot_ec) in acpi_ec_add()
1644 if (ec != boot_ec) in acpi_ec_add()
1660 if (ec != boot_ec) { in acpi_ec_remove()
1737 if (!boot_ec) in acpi_ec_ecdt_start()
1752 return acpi_config_boot_ec(boot_ec, handle, true, true); in acpi_ec_ecdt_start()