Lines Matching defs:pl_handle
98 ACPI_HANDLE pl_handle;
441 status = AcpiWalkResources(sc->pl_handle, "_CRS",
447 status = AcpiWalkResources(sc->pl_handle, "_PRS",
481 status = AcpiWalkResources(sc->pl_handle, "_CRS",
499 status = AcpiWalkResources(sc->pl_handle, "_PRS",
534 if (ACPI_SUCCESS(AcpiEvaluateObject(sc->pl_handle, "_DIS", NULL,
746 status = AcpiGetCurrentResources(sc->pl_handle, srsbuf);
892 return AcpiSetCurrentResources(sc->pl_handle, srsbuf);
1115 if (ACPI_FAILURE(AcpiGetName(sc->pl_handle, ACPI_SINGLE_NAME, &buf)))
1128 if (sc->pl_handle == handle)
1133 sc->pl_handle = handle;
1161 return sc->pl_handle;