Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/acpi_thinkpad/
H A Dacpi_thinkpad.c99 #define THINKPAD_EC_BRIGHTNESS 0x31 macro
808 ACPI_EC_READ(sc->ec_dev, THINKPAD_EC_BRIGHTNESS, &val_ec, 1); in acpi_thinkpad_sysctl_get()
1219 status = ACPI_EC_READ(sc->ec_dev, THINKPAD_EC_BRIGHTNESS, &val_ec, 1); in acpi_thinkpad_brightness_set()
1239 THINKPAD_EC_BRIGHTNESS, i - step, 1); in acpi_thinkpad_brightness_set()
1246 return ACPI_EC_WRITE(sc->ec_dev, THINKPAD_EC_BRIGHTNESS, arg, 1); in acpi_thinkpad_brightness_set()
1455 status = ACPI_EC_READ(sc->ec_dev, THINKPAD_EC_BRIGHTNESS, in acpi_thinkpad_eventhandler()