Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dchgfctl.c110 t = defaultKeyboardControl.click; in ChangeKbdFeedback()
121 t = defaultKeyboardControl.bell; in ChangeKbdFeedback()
132 t = defaultKeyboardControl.bell_pitch; in ChangeKbdFeedback()
143 t = defaultKeyboardControl.bell_duration; in ChangeKbdFeedback()
185 kctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in ChangeKbdFeedback()
190 (defaultKeyboardControl.autoRepeats[inx] & kmask); in ChangeKbdFeedback()
354 t = defaultKeyboardControl.bell; in ChangeBellFeedback()
365 t = defaultKeyboardControl.bell_pitch; in ChangeBellFeedback()
376 t = defaultKeyboardControl.bell_duration; in ChangeBellFeedback()
/OK3568_Linux_fs/external/xserver/dix/
H A Dglobals.c64 KeybdCtrl defaultKeyboardControl = { variable
H A Ddevices.c2000 t = defaultKeyboardControl.click; in DoChangeKeyboardControl()
2012 t = defaultKeyboardControl.bell; in DoChangeKeyboardControl()
2024 t = defaultKeyboardControl.bell_pitch; in DoChangeKeyboardControl()
2036 t = defaultKeyboardControl.bell_duration; in DoChangeKeyboardControl()
2111 ctrl.autoRepeat = defaultKeyboardControl.autoRepeat; in DoChangeKeyboardControl()
2115 (defaultKeyboardControl.autoRepeats[i] & mask); in DoChangeKeyboardControl()
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c663 defaultKeyboardControl.autoRepeat = TRUE; in ProcessCommandLine()
721 defaultKeyboardControl.click = atoi(argv[i]); in ProcessCommandLine()
726 defaultKeyboardControl.click = 0; in ProcessCommandLine()
775 defaultKeyboardControl.bell = atoi(argv[i]); in ProcessCommandLine()
907 defaultKeyboardControl.autoRepeat = TRUE; in ProcessCommandLine()
909 defaultKeyboardControl.autoRepeat = FALSE; in ProcessCommandLine()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DKeyboard.c212 memmove((char *) defaultKeyboardControl.autoRepeats, in xnestKeyboardProc()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinkeybd.c157 defaultKeyboardControl.leds = g_winInfo.keyboard.leds; in winKeybdProc()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h218 extern _X_EXPORT KeybdCtrl defaultKeyboardControl;
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbInit.c630 dev->kbdfeed->ctrl = defaultKeyboardControl; in InitKeyboardDeviceStructInternal()
H A Dxkb.c411 k->ctrl.bell_pitch = defaultKeyboardControl.bell_pitch; in _XkbBell()
417 k->ctrl.bell_duration = defaultKeyboardControl.bell_duration; in _XkbBell()
443 b->ctrl.pitch = defaultKeyboardControl.bell_pitch; in _XkbBell()
449 b->ctrl.duration = defaultKeyboardControl.bell_duration; in _XkbBell()