Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/
H A Dec.c1367 if (boot_ec == ec) in acpi_ec_free()
1368 boot_ec = NULL; in acpi_ec_free()
1637 if (boot_ec && (boot_ec->handle == device->handle || in acpi_ec_add()
1640 ec = boot_ec; in acpi_ec_add()
1654 if (boot_ec && ec->command_addr == boot_ec->command_addr && in acpi_ec_add()
1669 ec = boot_ec; in acpi_ec_add()
1677 if (ec == boot_ec) in acpi_ec_add()
1768 if (boot_ec) in acpi_ec_dsdt_probe()
1798 boot_ec = ec; in acpi_ec_dsdt_probe()
1824 if (!boot_ec || boot_ec->handle != ACPI_ROOT_OBJECT) in acpi_ec_ecdt_start()
[all …]