Home
last modified time | relevance | path

Searched refs:cmos_handle (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/acpica/acpi_thinkpad/
H A Dacpi_thinkpad.c168 ACPI_HANDLE cmos_handle; member
1007 sc->cmos_handle = NULL; in acpi_thinkpad_sysctl_init()
1017 sc->cmos_handle = sc->light_handle; in acpi_thinkpad_sysctl_init()
1223 if (sc->cmos_handle) { in acpi_thinkpad_brightness_set()
1234 status = AcpiEvaluateObject(sc->cmos_handle, NULL, &Args, NULL); in acpi_thinkpad_brightness_set()
1369 if (sc->cmos_handle) { in acpi_thinkpad_volume_set()
1380 status = AcpiEvaluateObject(sc->cmos_handle, NULL, in acpi_thinkpad_volume_set()
1417 if (sc->cmos_handle) { in acpi_thinkpad_mute_set()
1423 status = AcpiEvaluateObject(sc->cmos_handle, NULL, &Args, NULL); in acpi_thinkpad_mute_set()