Searched refs:first_ec (Results 1 – 3 of 3) sorted by relevance
176 EXPORT_SYMBOL(first_ec);906 if (!first_ec) in ec_read()921 if (!first_ec) in ec_write()936 if (!first_ec) in ec_transaction()946 if (!first_ec) in ec_get_handle()1045 if (first_ec) in acpi_ec_unblock_transactions()1346 if (first_ec == ec) in acpi_ec_free()1347 first_ec = NULL; in acpi_ec_free()1584 if (!first_ec) in acpi_ec_setup()1585 first_ec = ec; in acpi_ec_setup()[all …]
122 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()
199 extern struct acpi_ec *first_ec;
Completed in 11 milliseconds