Searched refs:boot_ec (Results 1 – 1 of 1) sorted by relevance
179 static struct acpi_ec *boot_ec; variable1332 if (boot_ec == ec) in acpi_ec_free()1333 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()1591 if (boot_ec && (boot_ec->handle == device->handle || in acpi_ec_add()1594 ec = boot_ec; in acpi_ec_add()1608 if (boot_ec && ec->command_addr == boot_ec->command_addr && in acpi_ec_add()1609 ec->data_addr == boot_ec->data_addr) { in acpi_ec_add()1616 boot_ec->handle = ec->handle; in acpi_ec_add()[all …]