Home
last modified time | relevance | path

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

/linux/drivers/acpi/
A Dec.c915 if (!first_ec) in ec_read()
930 if (!first_ec) in ec_write()
945 if (!first_ec) in ec_transaction()
955 if (!first_ec) in ec_get_handle()
1054 if (first_ec) in acpi_ec_unblock_transactions()
1414 first_ec = NULL; in acpi_ec_free()
1651 if (!first_ec) in acpi_ec_setup()
1652 first_ec = ec; in acpi_ec_setup()
1657 first_ec = NULL; in acpi_ec_setup()
1770 if (first_ec && first_ec->handle != adev->handle) in acpi_ec_register_opregions()
[all …]
A Dec_sys.c122 debugfs_create_x32("gpe", 0444, dev_dir, &first_ec->gpe); in acpi_ec_add_debugfs()
124 &first_ec->global_lock); in acpi_ec_add_debugfs()
133 if (first_ec) in acpi_ec_sys_init()
134 acpi_ec_add_debugfs(first_ec, 0); in acpi_ec_sys_init()
A Dinternal.h212 extern struct acpi_ec *first_ec;

Completed in 9 milliseconds