Searched refs:xf86CollectInputOptions (Results 1 - 14 of 14) sorted by relevance
| /xsrc/external/mit/xf86-input-mouse/dist/src/ |
| H A D | mouse.h | 36 #define COLLECT_INPUT_OPTIONS(pInfo, options) xf86CollectInputOptions((pInfo), (options), NULL) 38 #define COLLECT_INPUT_OPTIONS(pInfo, options) xf86CollectInputOptions((pInfo), (options))
|
| H A D | hurd_mouse.c | 148 /* need some special handling here. xf86CollectInputOptions will reset 152 xf86CollectInputOptions(pInfo, NULL, pInfo->options);
|
| H A D | mouse.c | 1026 /* need some special handling here. xf86CollectInputOptions will reset 1030 xf86CollectInputOptions(pInfo, pProto->defaults, pInfo->options);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 180 extern _X_EXPORT void xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts);
|
| H A D | xf86Option.c | 121 * xf86CollectInputOptions collects extra options for an InputDevice (other 128 xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts) function in typeref:typename:void
|
| H A D | xf86Xinput.c | 686 xf86CollectInputOptions(pInfo, (const char**)drv->default_options);
|
| /xsrc/external/mit/xf86-input-synaptics/dist/test/ |
| H A D | fake-symbols.h | 146 xf86CollectInputOptions(InputInfoPtr pInfo,
|
| H A D | fake-symbols.c | 384 xf86CollectInputOptions(InputInfoPtr pInfo, function in typeref:typename:void
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 223 xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts);
|
| H A D | xf86Option.c | 126 * xf86CollectInputOptions collects extra options for an InputDevice (other 133 xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts) function in typeref:typename:void
|
| H A D | xf86Xinput.c | 792 xf86CollectInputOptions(pInfo, (const char **) drv->default_options);
|
| /xsrc/external/mit/xf86-input-keyboard/dist/src/ |
| H A D | kbd.c | 157 xf86CollectInputOptions(pInfo, defaults);
|
| /xsrc/external/mit/xf86-input-ws/dist/src/ |
| H A D | ws.c | 146 xf86CollectInputOptions(pInfo, NULL, NULL); 149 xf86CollectInputOptions(pInfo, NULL);
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/src/ |
| H A D | vmmouse.c | 181 "xf86CollectInputOptions", 397 xf86CollectInputOptions(pInfo, NULL, NULL);
|
Completed in 31 milliseconds