Lines Matching refs:gpe
269 (void)acpi_get_gpe_status(NULL, ec->gpe, &gpe_status); in acpi_ec_is_gpe_raised()
276 acpi_enable_gpe(NULL, ec->gpe); in acpi_ec_enable_gpe()
279 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_ENABLE); in acpi_ec_enable_gpe()
295 acpi_disable_gpe(NULL, ec->gpe); in acpi_ec_disable_gpe()
298 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE); in acpi_ec_disable_gpe()
316 acpi_clear_gpe(NULL, ec->gpe); in acpi_ec_clear_gpe()
1046 ec->gpe = tmp; in ec_parse_device()
1061 status = acpi_install_gpe_raw_handler(NULL, ec->gpe, in ec_install_handlers()
1083 acpi_remove_gpe_handler(NULL, ec->gpe, in ec_install_handlers()
1101 if (ACPI_FAILURE(acpi_remove_gpe_handler(NULL, ec->gpe, in ec_remove_handlers()
1146 ec->gpe, ec->command_addr, ec->data_addr); in acpi_ec_add()
1371 boot_ec->gpe = ecdt_ptr->gpe; in acpi_ec_ecdt_probe()
1401 saved_ec->gpe != boot_ec->gpe || in acpi_ec_ecdt_probe()