Home
last modified time | relevance | path

Searched refs:InputAttributes (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h232 } 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 Dwscons.c86 InputAttributes attrs = { }; in wscons_add_keyboard()
182 InputAttributes attrs = { }; in wscons_add_pointer()
H A Dudev.c99 InputAttributes attrs = { }; in device_added()
H A Dhal.c133 InputAttributes attrs = { 0 }; in device_added()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dstubs.c128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DdarwinXinput.c131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs, in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/dix/
H A Dinpututils.c352 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 Ddmxinput.c116 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Xinput.h113 InputAttributes *attrs;
H A Dxf86Xinput.c588 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 Dinput.c1104 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 D02_kbsd-input-devd.diff214 + InputAttributes attrs = { };
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkinput.c1936 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs, in NewInputDeviceRequest()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog51114 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 …]