Home | History | Annotate | Download | only in events

Lines Matching defs:Info

542  *              contains the info for the wake GPE associated with the
918 * is set in the GPE info.
1319 ACPI_GPE_DEVICE_INFO Info;
1338 Info.Index = Index;
1339 Info.Status = AE_NOT_EXIST;
1340 Info.GpeDevice = NULL;
1341 Info.NextBlockBaseIndex = 0;
1343 Status = AcpiEvWalkGpeList (AcpiEvGetGpeDevice, &Info);
1349 *GpeDevice = ACPI_CAST_PTR (ACPI_HANDLE, Info.GpeDevice);
1350 return_ACPI_STATUS (Info.Status);