Searched refs:NewInputDeviceRequest (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | wscons.c | 167 rc = NewInputDeviceRequest(input_options, &attrs, &dev); in wscons_add_keyboard() 201 rc = NewInputDeviceRequest(input_options, &attrs, &dev); in wscons_add_pointer()
|
| H A D | udev.c | 282 rc = NewInputDeviceRequest(input_options, &attrs, &dev); in device_added()
|
| H A D | hal.c | 400 if ((rc = NewInputDeviceRequest(input_options, &attrs, &dev)) != Success) { in device_added()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | stubs.c | 128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwinXinput.c | 131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs, in NewInputDeviceRequest() function
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxinput.c | 116 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 634 extern _X_EXPORT int NewInputDeviceRequest(InputOption *options,
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 02_kbsd-input-devd.diff | 302 + rc = NewInputDeviceRequest(options, &attrs, &dev);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Init.c | 810 if (NewInputDeviceRequest((*pInfo)->options, NULL, &dev) == BadAlloc) in InitInput()
|
| H A D | xf86Xinput.c | 997 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 1936 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest() function
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | changelog | 1747 * Add 13-unbreak-input-abi.diff. Keep the old NewInputDeviceRequest(),
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 28706 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 …]
|