Lines Matching defs:gpe
70 int gpe;
527 if (gmux_data->gpe >= 0 &&
790 unsigned long long gpe;
909 status = acpi_evaluate_integer(gmux_data->dhandle, "GMGP", NULL, &gpe);
911 gmux_data->gpe = (int)gpe;
923 status = acpi_enable_gpe(NULL, gmux_data->gpe);
925 pr_err("Cannot enable gpe: %s\n",
931 gmux_data->gpe = -1;
968 if (gmux_data->gpe >= 0)
969 acpi_disable_gpe(NULL, gmux_data->gpe);
971 if (gmux_data->gpe >= 0)
997 if (gmux_data->gpe >= 0) {
998 acpi_disable_gpe(NULL, gmux_data->gpe);