Searched refs:xf86CollectInputOptions (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.h36 #define COLLECT_INPUT_OPTIONS(pInfo, options) xf86CollectInputOptions((pInfo), (options), NULL)
38 #define COLLECT_INPUT_OPTIONS(pInfo, options) xf86CollectInputOptions((pInfo), (options))
H A Dhurd_mouse.c148 /* need some special handling here. xf86CollectInputOptions will reset
152 xf86CollectInputOptions(pInfo, NULL, pInfo->options);
H A Dmouse.c1026 /* 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 Dxf86Xinput.h180 extern _X_EXPORT void xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts);
H A Dxf86Option.c121 * xf86CollectInputOptions collects extra options for an InputDevice (other
128 xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts) function in typeref:typename:void
H A Dxf86Xinput.c686 xf86CollectInputOptions(pInfo, (const char**)drv->default_options);
/xsrc/external/mit/xf86-input-synaptics/dist/test/
H A Dfake-symbols.h146 xf86CollectInputOptions(InputInfoPtr pInfo,
H A Dfake-symbols.c384 xf86CollectInputOptions(InputInfoPtr pInfo, function in typeref:typename:void
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Xinput.h223 xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts);
H A Dxf86Option.c126 * xf86CollectInputOptions collects extra options for an InputDevice (other
133 xf86CollectInputOptions(InputInfoPtr pInfo, const char **defaultOpts) function in typeref:typename:void
H A Dxf86Xinput.c792 xf86CollectInputOptions(pInfo, (const char **) drv->default_options);
/xsrc/external/mit/xf86-input-keyboard/dist/src/
H A Dkbd.c157 xf86CollectInputOptions(pInfo, defaults);
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Dws.c146 xf86CollectInputOptions(pInfo, NULL, NULL);
149 xf86CollectInputOptions(pInfo, NULL);
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dvmmouse.c181 "xf86CollectInputOptions",
397 xf86CollectInputOptions(pInfo, NULL, NULL);

Completed in 31 milliseconds