Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/
Dec.c120 struct acpi_ec *boot_ec, *first_ec; variable
805 if (boot_ec && in acpi_ec_add()
806 (boot_ec->handle == device->handle || in acpi_ec_add()
807 boot_ec->handle == ACPI_ROOT_OBJECT)) { in acpi_ec_add()
808 ec = boot_ec; in acpi_ec_add()
809 boot_ec = NULL; in acpi_ec_add()
894 if (!boot_ec || test_bit(EC_FLAGS_HANDLERS_INSTALLED, &boot_ec->flags)) in acpi_boot_ec_enable()
896 if (!ec_install_handlers(boot_ec)) { in acpi_boot_ec_enable()
897 first_ec = boot_ec; in acpi_boot_ec_enable()
994 boot_ec = make_acpi_ec(); in acpi_ec_ecdt_probe()
[all …]