| /xsrc/external/mit/xf86-input-keyboard/dist/src/ |
| H A D | kbd.c | 178 if ((s = xf86SetStrOption(pInfo->options, "XLeds", NULL))) { 194 xkb_rules = xf86SetStrOption(pInfo->options, "XkbRules", NULL); 195 xkb_model = xf86SetStrOption(pInfo->options, "XkbModel", NULL); 196 xkb_layout = xf86SetStrOption(pInfo->options, "XkbLayout", NULL); 197 xkb_variant = xf86SetStrOption(pInfo->options, "XkbVariant", NULL); 198 xkb_options = xf86SetStrOption(pInfo->options, "XkbOptions", NULL);
|
| H A D | bsd_kbd.c | 383 s = xf86SetStrOption(pInfo->options, "Protocol", NULL); 408 s = xf86SetStrOption(pInfo->options, "Device", "/dev/wskbd"); 410 s = xf86SetStrOption(pInfo->options, "Device", NULL);
|
| H A D | sun_kbd.c | 117 priv->strmod = xf86SetStrOption(options, "StreamsModule", NULL); 489 char *kbdPath = xf86SetStrOption(pInfo->options, "Device", "/dev/kbd");
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/ |
| H A D | xf86-input-inputtest.c | 414 rmlvo.rules = xf86SetStrOption(pInfo->options, "xkb_rules", defaults.rules); 415 rmlvo.model = xf86SetStrOption(pInfo->options, "xkb_model", defaults.model); 416 rmlvo.layout = xf86SetStrOption(pInfo->options, "xkb_layout", defaults.layout); 417 rmlvo.variant = xf86SetStrOption(pInfo->options, "xkb_variant", defaults.variant); 418 rmlvo.options = xf86SetStrOption(pInfo->options, "xkb_options", defaults.options); 1004 driver_data->socket_path = xf86SetStrOption(pInfo->options, "SocketPath", NULL); 1055 device_type_option = xf86SetStrOption(pInfo->options, "DeviceType", NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 121 dev = xf86SetStrOption (options, "Device", NULL); 265 if ((s = xf86SetStrOption (options, "Parity", NULL))) 297 if ((s = xf86SetStrOption (options, "FlowControl", NULL)))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 122 dev = xf86SetStrOption(options, "Device", NULL); 254 if ((s = xf86SetStrOption(options, "Parity", NULL))) { 280 if ((s = xf86SetStrOption(options, "FlowControl", NULL))) {
|
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | lnx_mouse.c | 102 dev = xf86SetStrOption(pInfo->options, "Device", NULL); 105 ErrorF("xf86SetStrOption failed to return the device name\n");
|
| H A D | mouse.c | 354 s = xf86SetStrOption(pInfo->options, "DragLockButtons", NULL); 458 s = xf86SetStrOption(pInfo->options, "ZAxisMapping", "4 5"); 541 s = xf86SetStrOption(pInfo->options, "XAxisMapping", NULL); 569 s = xf86SetStrOption(pInfo->options, "YAxisMapping", NULL); 614 s = xf86SetStrOption(pInfo->options, "ButtonMapping", NULL); 644 s = xf86SetStrOption(pInfo->options, "DoubleClickButtons", NULL); 987 protocol = xf86SetStrOption(pInfo->options, "Protocol", NULL); 1000 device = xf86SetStrOption(pInfo->options, "Device", NULL);
|
| H A D | sun_mouse.c | 236 pVuidMse->strmod = xf86SetStrOption(pInfo->options, "StreamsModule", NULL);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Opt.h | 74 extern _X_EXPORT char *xf86SetStrOption(pointer optlist, const char *name, char *deflt);
|
| H A D | xf86Xinput.c | 205 schemeStr = xf86SetStrOption(pInfo->options, "AccelerationScheme", ""); 329 dev->config_info = xf86SetStrOption(pInfo->options, "config_info", NULL);
|
| H A D | xf86Option.c | 244 xf86SetStrOption(pointer optlist, const char *name, char *deflt) function in typeref:typename:char *
|
| H A D | xf86Config.c | 2476 dfltlayout = xf86SetStrOption(optlist, "defaultserverlayout", NULL);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Opt.h | 77 extern _X_EXPORT char *xf86SetStrOption(XF86OptionPtr optlist, const char *name,
|
| H A D | xf86Xinput.c | 228 schemeStr = xf86SetStrOption(pInfo->options, "AccelerationScheme", ""); 307 str = xf86SetStrOption(pInfo->options, "TransformationMatrix", NULL); 339 repeatStr = xf86SetStrOption(pInfo->options, "AutoRepeat", NULL); 409 dev->config_info = xf86SetStrOption(pInfo->options, "config_info", NULL);
|
| H A D | xf86Option.c | 248 xf86SetStrOption(XF86OptionPtr optlist, const char *name, const char *deflt) function in typeref:typename:char *
|
| H A D | xf86Config.c | 2432 xf86SetStrOption(optlist, "defaultserverlayout", NULL);
|
| /xsrc/external/mit/xf86-input-elographics/dist/src/ |
| H A D | xf86Elo.c | 1025 str = xf86SetStrOption(pInfo->options, "Device", NULL); 1042 opt_model = xf86SetStrOption(pInfo->options, "Model", NULL); 1083 str = xf86SetStrOption(pInfo->options, "PortraitMode", "Landscape");
|
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | fake-symbols.h | 19 extern char *xf86SetStrOption(XF86OptionPtr optlist, const char *name,
|
| H A D | fake-symbols.c | 46 xf86SetStrOption(XF86OptionPtr optlist, const char *name, const char *deflt) function in typeref:typename:_X_EXPORT char *
|
| /xsrc/external/mit/xf86-input-ws/dist/src/ |
| H A D | ws.c | 170 s = xf86SetStrOption(pInfo->options, "ZAxisMapping", "4 5 6 7"); 196 s = xf86SetStrOption(pInfo->options, "WAxisMapping", NULL);
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/src/ |
| H A D | vmmouse.c | 199 "xf86SetStrOption", 748 s = xf86SetStrOption(pInfo->options, "ZAxisMapping", "4 5");
|
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synaptics.c | 260 proto = xf86SetStrOption(pInfo->options, "Protocol", NULL); 261 device = xf86SetStrOption(pInfo->options, "Device", NULL); 468 option_string = xf86SetStrOption(pInfo->options, "SoftButtonAreas", NULL);
|