Lines Matching defs:brightness
44 * The FUJ02B1 device is used to control the brightness level of the internal
52 * {G,S}BLL get/set the brightness level of the internal display
55 * RBLL brightness radix (number of brightness levels)
59 * (brightness, pointer) are released. However, these notifications seem to be
105 * ACPI Fujitsu brightness & pointer controller capabilities (methods).
117 * Software state of an ACPI Fujitsu brightness & pointer controller.
118 * Valid brightness levels range from 0 to (sc_brightness_nlevels - 1).
173 aprint_naive(": Fujitsu Brightness & Pointer\n");
174 aprint_normal(": Fujitsu Brightness & Pointer\n");
345 "brightness level is now: %"PRIu8"\n", level);
366 bool brightness, pointer;
368 brightness = (fujitsu_bp_get_brightness(sc, &dummy_level) == 0);
371 if (brightness || pointer) {
380 SYSCTL_DESCR("Fujitsu brightness & pointer controls"),
386 if (brightness) {
393 access, CTLTYPE_INT, "brightness",
394 SYSCTL_DESCR("Internal DFP brightness level"),