Lines Matching refs:gpe
313 (void)acpi_get_gpe_status(NULL, ec->gpe, &gpe_status); in acpi_ec_is_gpe_raised()
320 acpi_enable_gpe(NULL, ec->gpe); in acpi_ec_enable_gpe()
323 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_ENABLE); in acpi_ec_enable_gpe()
339 acpi_disable_gpe(NULL, ec->gpe); in acpi_ec_disable_gpe()
342 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE); in acpi_ec_disable_gpe()
360 acpi_clear_gpe(NULL, ec->gpe); in acpi_ec_clear_gpe()
1277 ec->gpe = tmp; in ec_parse_device()
1292 status = acpi_install_gpe_raw_handler(NULL, ec->gpe, in ec_install_handlers()
1314 acpi_remove_gpe_handler(NULL, ec->gpe, in ec_install_handlers()
1332 if (ACPI_FAILURE(acpi_remove_gpe_handler(NULL, ec->gpe, in ec_remove_handlers()
1377 ec->gpe, ec->command_addr, ec->data_addr); in acpi_ec_add()
1554 boot_ec->gpe = ecdt_ptr->gpe; in acpi_ec_ecdt_probe()
1584 saved_ec->gpe != boot_ec->gpe || in acpi_ec_ecdt_probe()