Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dec.c180 static struct acpi_ec *boot_ec; variable
1349 if (boot_ec == ec) in acpi_ec_free()
1350 boot_ec = NULL; in acpi_ec_free()
1600 if (boot_ec && (boot_ec->handle == device->handle || in acpi_ec_add()
1603 ec = boot_ec; in acpi_ec_add()
1617 if (boot_ec && ec->command_addr == boot_ec->command_addr && in acpi_ec_add()
1618 ec->data_addr == boot_ec->data_addr && in acpi_ec_add()
1626 boot_ec->handle = ec->handle; in acpi_ec_add()
1629 ec = boot_ec; in acpi_ec_add()
1637 if (ec == boot_ec) in acpi_ec_add()
[all …]