Lines Matching defs:pointer
45 * display, the state (on/off) of the internal pointer, and the volume level of
54 * {G,S}MOU get/set the switch state of the internal pointer
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.
173 aprint_naive(": Fujitsu Brightness & Pointer\n");
174 aprint_normal(": Fujitsu Brightness & Pointer\n");
222 * internal pointer work after resume. On the P7120, the internal pointer is
226 * To prevent these problems, we disable the internal pointer on suspend and
354 "internal pointer is now: %s\n",
366 bool brightness, pointer;
369 pointer = (fujitsu_bp_get_pointer(sc, &dummy_state) == 0);
371 if (brightness || pointer) {
380 SYSCTL_DESCR("Fujitsu brightness & pointer controls"),
399 if (pointer) {
406 access, CTLTYPE_BOOL, "pointer",
407 SYSCTL_DESCR("Internal pointer switch state"),