Lines Matching defs:gpe
57 int gpe;
478 if (gmux_data->gpe >= 0 &&
611 unsigned long long gpe;
713 status = acpi_evaluate_integer(gmux_data->dhandle, "GMGP", NULL, &gpe);
715 gmux_data->gpe = (int)gpe;
727 status = acpi_enable_gpe(NULL, gmux_data->gpe);
729 pr_err("Cannot enable gpe: %s\n",
735 gmux_data->gpe = -1;
775 if (gmux_data->gpe >= 0)
776 acpi_disable_gpe(NULL, gmux_data->gpe);
778 if (gmux_data->gpe >= 0)
797 if (gmux_data->gpe >= 0) {
798 acpi_disable_gpe(NULL, gmux_data->gpe);