Searched refs:lid_handle (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/acpica/
H A Dacpi_lid.c56 ACPI_HANDLE lid_handle; member in struct:acpi_lid_softc
107 status = acpi_GetInteger(sc->lid_handle, "_LID", &lid_status);
118 acpi_UserNotify("Lid", sc->lid_handle, sc->lid_status);
152 acpi_lid_handle = sc->lid_handle = acpi_get_handle(dev);
174 AcpiInstallNotifyHandler(sc->lid_handle, ACPI_DEVICE_NOTIFY,
179 if (acpi_parse_prw(sc->lid_handle, &prw) == 0)

Completed in 113 milliseconds