Lines Matching refs:boot_ec
179 static struct acpi_ec *boot_ec; variable
1320 if (boot_ec == ec) in acpi_ec_free()
1321 boot_ec = NULL; in acpi_ec_free()
1378 if (boot_ec && boot_ec_is_ecdt && EC_FLAGS_IGNORE_DSDT_GPE) { in ec_parse_device()
1383 ec->gpe = boot_ec->gpe; in ec_parse_device()
1579 if (boot_ec && (boot_ec->handle == device->handle || in acpi_ec_add()
1582 ec = boot_ec; in acpi_ec_add()
1596 if (boot_ec && ec->command_addr == boot_ec->command_addr && in acpi_ec_add()
1597 ec->data_addr == boot_ec->data_addr && in acpi_ec_add()
1605 boot_ec->handle = ec->handle; in acpi_ec_add()
1608 ec = boot_ec; in acpi_ec_add()
1616 if (ec == boot_ec) in acpi_ec_add()
1617 acpi_handle_info(boot_ec->handle, in acpi_ec_add()
1638 if (ec != boot_ec) in acpi_ec_add()
1655 if (ec != boot_ec) { in acpi_ec_remove()
1708 if (boot_ec) in acpi_ec_dsdt_probe()
1738 boot_ec = ec; in acpi_ec_dsdt_probe()
1764 if (!boot_ec || boot_ec->handle != ACPI_ROOT_OBJECT) in acpi_ec_ecdt_start()
1775 boot_ec->handle = handle; in acpi_ec_ecdt_start()
1950 boot_ec = ec; in acpi_ec_ecdt_probe()