gpe_status        342 drivers/acpi/ec.c 	acpi_event_status gpe_status = 0;
gpe_status        344 drivers/acpi/ec.c 	(void)acpi_get_gpe_status(NULL, ec->gpe, &gpe_status);
gpe_status        345 drivers/acpi/ec.c 	return (gpe_status & ACPI_EVENT_FLAG_STATUS_SET) ? true : false;