Lines Matching refs:Handle
213 ACPI_HANDLE Handle; in AfInstallGpeBlock() local
221 Status = AcpiGetHandle (NULL, "\\_GPE", &Handle); in AfInstallGpeBlock()
234 Status = AcpiGetHandle (NULL, "\\GPE2", &Handle); in AfInstallGpeBlock()
237 Status = AcpiGetType (Handle, &Type); in AfInstallGpeBlock()
244 Status = AcpiInstallGpeBlock (Handle, &BlockAddress, 7, 8); in AfInstallGpeBlock()
247 Status = AcpiInstallGpeHandler (Handle, 8, in AfInstallGpeBlock()
251 Status = AcpiEnableGpe (Handle, 8); in AfInstallGpeBlock()
266 Status = AcpiRemoveGpeHandler (Handle, 8, AeGpeHandler); in AfInstallGpeBlock()
272 Status = AcpiGetHandle (NULL, "\\GPE3", &Handle); in AfInstallGpeBlock()
275 Status = AcpiGetType (Handle, &Type); in AfInstallGpeBlock()
282 Status = AcpiInstallGpeBlock (Handle, &BlockAddress, 8, 11); in AfInstallGpeBlock()