Home
last modified time | relevance | path

Searched refs:boot_ec (Results 1 – 1 of 1) sorted by relevance

/drivers/acpi/
Dec.c186 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()
[all …]