Searched refs:InputAttributes (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 232 } InputAttributes; typedef 533 extern _X_EXPORT InputAttributes *DuplicateInputAttributes(InputAttributes * 535 extern _X_EXPORT void FreeInputAttributes(InputAttributes * attrs); 635 InputAttributes * attrs,
|
| /OK3568_Linux_fs/external/xserver/config/ |
| H A D | wscons.c | 86 InputAttributes attrs = { }; in wscons_add_keyboard() 182 InputAttributes attrs = { }; in wscons_add_pointer()
|
| H A D | udev.c | 99 InputAttributes attrs = { }; in device_added()
|
| H A D | hal.c | 133 InputAttributes attrs = { 0 }; in device_added()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | stubs.c | 128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwinXinput.c | 131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | inpututils.c | 352 InputAttributes * 353 DuplicateInputAttributes(InputAttributes * attrs) in DuplicateInputAttributes() 355 InputAttributes *new_attr; in DuplicateInputAttributes() 362 if (!(new_attr = calloc(1, sizeof(InputAttributes)))) in DuplicateInputAttributes() 407 FreeInputAttributes(InputAttributes * attrs) in FreeInputAttributes()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxinput.c | 116 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 113 InputAttributes *attrs;
|
| H A D | xf86Xinput.c | 588 const InputAttributes * attrs) in InputClassMatches() 679 MergeInputClasses(const InputInfoPtr idev, const InputAttributes * attrs) in MergeInputClasses() 715 IgnoreInputClass(const InputInfoPtr idev, const InputAttributes * attrs) in IgnoreInputClass() 997 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | input.c | 1104 cmp_attr_fields(InputAttributes * attr1, InputAttributes * attr2) in cmp_attr_fields() 1185 InputAttributes *orig; in dix_input_attributes() 1186 InputAttributes *new; in dix_input_attributes() 1191 orig = calloc(1, sizeof(InputAttributes)); in dix_input_attributes() 1195 assert(memcmp(orig, new, sizeof(InputAttributes)) == 0); in dix_input_attributes()
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 02_kbsd-input-devd.diff | 214 + InputAttributes attrs = { };
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 1936 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 51114 input: un-constify InputAttributes 51119 InputAttributes are not const, they're strdup'd everywhere but the test code 100227 InputAttributes wants non-const members, and while it appears safe to 110108 xfree86: initialize InputAttributes to NULL in the autoconfig code. 110118 test: fix up InputAttributes helper function test. 110183 "xfree86: store the InputAttributes in the input device." 110341 xfree86: store the InputAttributes in the input device. 110343 InputAttributes largely decide which configuration values get merged from 110365 InputAttributes to NewInputDeviceRequest(). 110378 dix: add helper functions to duplicate and free InputAttributes. [all …]
|