Searched refs:bell_pitch (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/
H A Dxbell.c45 printf(" bell_pitch = %d\n", kc->bell_pitch);
62 printf(" bell_pitch = %u\n", ks->bell_pitch);
86 kc.bell_pitch = atoi(argv[3]);
/xsrc/external/mit/libX11/dist/src/
H A DChKeyCon.c54 *value++ = value_list->bell_pitch;
H A DGetKCnt.c46 state->bell_pitch = rep.bellPitch;
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DddxBeep.c139 pitch= oldPitch= ctrl->bell_pitch;
284 ctrl->bell_pitch= pitch;
293 ctrl->bell_pitch= oldPitch;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DddxBeep.c139 pitch = oldPitch = ctrl->bell_pitch;
301 ctrl->bell_pitch = pitch;
311 ctrl->bell_pitch = oldPitch;
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DKeyboard.c92 values.bell_pitch = ctrl->bell_pitch;
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DKeyboard.c90 values.bell_pitch = ctrl->bell_pitch;
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.c201 kc.bell_pitch = pitch;
207 kc.bell_pitch = ks.bell_pitch;
598 priv->savedKctrl.bell_pitch = ks.bell_pitch;
H A Ddmxinputinit.c230 ki->bellPitch = ctrl->bell_pitch;
251 KdRingBell(ki, volume, ctrl->bell_pitch, ctrl->bell_duration);
329 dmxLocal->kctrl.bell_pitch,
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dchgfctl.c135 t = defaultKeyboardControl.bell_pitch;
140 kctrl.bell_pitch = t;
367 t = defaultKeyboardControl.bell_pitch;
H A Dgetfctl.c100 k2->pitch = k->ctrl.bell_pitch;
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dchgfctl.c132 t = defaultKeyboardControl.bell_pitch;
137 kctrl.bell_pitch = t;
365 t = defaultKeyboardControl.bell_pitch;
H A Dgetfctl.c97 k2->pitch = k->ctrl.bell_pitch;
/xsrc/external/mit/libxkbfile/dist/include/X11/extensions/
H A DXKBconfig.h100 int bell_pitch; member in struct:_XkbConfigRtrn
/xsrc/external/mit/xcb-util/dist/aux/
H A Dxcb_aux.h180 uint32_t bell_pitch; member in struct:__anonc7e5e04d0408
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dkbd.c212 pKbd->Bell(pInfo, percent, ((KeybdCtrl*) ctrl)->bell_pitch,
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dinput.h166 int click, bell, bell_pitch, bell_duration; member in struct:__anon27e1bff20108
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddevices.c583 DDXRingBell(volume, ctrl->bell_pitch, ctrl->bell_duration);
1937 t = defaultKeyboardControl.bell_pitch;
1943 ctrl.bell_pitch = t;
2115 rep.bellPitch = ctrl->bell_pitch;
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c619 DDXRingBell(volume, ctrl->bell_pitch, ctrl->bell_duration);
2087 t = defaultKeyboardControl.bell_pitch;
2093 ctrl.bell_pitch = t;
2270 .bellPitch = ctrl->bell_pitch,
/xsrc/external/mit/xset/dist/
H A Dxset.c825 XKeyboardControl values = { .bell_pitch = pitch };
1389 values.bell_percent, values.bell_pitch, values.bell_duration);
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h443 int bell_pitch; member in struct:__anonf1b122fa1208
456 unsigned int bell_pitch, bell_duration; member in struct:__anonf1b122fa1308
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkinput.c570 KdRingBell(ki, volume, ctrl->bell_pitch, ctrl->bell_duration);
694 ki->bellPitch = ctrl->bell_pitch;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkinput.c381 KdRingBell(ki, volume, ctrl->bell_pitch, ctrl->bell_duration);
485 ki->bellPitch = ctrl->bell_pitch;
/xsrc/external/mit/xorg-server/dist/include/
H A Dinput.h203 int click, bell, bell_pitch, bell_duration; member in struct:__anond8b75ce50108
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbconfig.c744 case _XkbCF_BellPitch: if (!pival) pival = &rtrn->bell_pitch;

Completed in 34 milliseconds

12