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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dec.c110 struct acpi_ec *boot_ec, *first_ec; variable in typeref:struct:acpi_ec
789 if (boot_ec &&
790 (boot_ec->handle == device->handle ||
791 boot_ec->handle == ACPI_ROOT_OBJECT)) {
792 ec = boot_ec;
793 boot_ec = NULL;
880 if (!boot_ec || test_bit(EC_FLAGS_HANDLERS_INSTALLED, &boot_ec->flags))
882 if (!ec_install_handlers(boot_ec)) {
883 first_ec = boot_ec;
[all...]

Completed in 53 milliseconds