Home
last modified time | relevance | path

Searched refs:NewInputDeviceRequest (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/config/
H A Dwscons.c167 rc = NewInputDeviceRequest(input_options, &attrs, &dev); in wscons_add_keyboard()
201 rc = NewInputDeviceRequest(input_options, &attrs, &dev); in wscons_add_pointer()
H A Dudev.c282 rc = NewInputDeviceRequest(input_options, &attrs, &dev); in device_added()
H A Dhal.c400 if ((rc = NewInputDeviceRequest(input_options, &attrs, &dev)) != Success) { in device_added()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dstubs.c128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DdarwinXinput.c131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs, in NewInputDeviceRequest() function
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinput.c116 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h634 extern _X_EXPORT int NewInputDeviceRequest(InputOption *options,
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D02_kbsd-input-devd.diff302 + rc = NewInputDeviceRequest(options, &attrs, &dev);
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c810 if (NewInputDeviceRequest((*pInfo)->options, NULL, &dev) == BadAlloc) in InitInput()
H A Dxf86Xinput.c997 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c1936 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog1747 * Add 13-unbreak-input-abi.diff. Keep the old NewInputDeviceRequest(),
/OK3568_Linux_fs/external/xserver/
H A DChangeLog28706 kdrive: fix up NewInputDeviceRequest() implementation
28708 This patch simplifies NewInputDeviceRequest() implementation in
83337 xfree86: duplicate name and driver from pInfo for NewInputDeviceRequest
83341 passing the options into NewInputDeviceRequest. NIDR then refused to start
83928 xfree86: use NewInputDeviceRequest for xorg.conf devices too
96216 NewInputDeviceRequest steals the contents of option list elements but
106038 In NewInputDeviceRequest, the InputInfoRec is now always allocated and just
110302 Such dependent devices can be added with NewInputDeviceRequest() but they are
110308 config/udev calls NewInputDeviceRequest("stylus")
110311 NewInputDeviceRequest("eraser")
[all …]