Searched refs:boot_ec (Results 1 – 1 of 1) sorted by relevance
189 struct acpi_ec *boot_ec, *first_ec; variable1334 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()[all …]