HomeSort by: relevance | last modified time | path
    Searched refs:InputAttributes (Results 1 - 25 of 25) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xi/
stubs.c 128 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs,
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
darwinXinput.c 131 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
  /xsrc/external/mit/xorg-server.old/dist/Xi/
stubs.c 140 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
  /xsrc/external/mit/xf86-input-synaptics/dist/test/
fake-symbols.h 37 extern void FreeInputAttributes(InputAttributes * attrs);
83 InputAttributes * attrs,
89 extern InputAttributes *DuplicateInputAttributes(InputAttributes * attrs);
fake-symbols.c 141 FreeInputAttributes(InputAttributes * attrs)
244 InputAttributes * attrs,
256 _X_EXPORT InputAttributes *
257 DuplicateInputAttributes(InputAttributes * attrs)
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxinput.c 110 NewInputDeviceRequest (InputOption *options, InputAttributes *attrs,
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/
darwinXinput.c 142 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,
  /xsrc/external/mit/xorg-server.old/dist/dix/
inpututils.c 339 * Duplicate the InputAttributes in the most obvious way.
344 InputAttributes*
345 DuplicateInputAttributes(InputAttributes *attrs)
347 InputAttributes *new_attr;
354 if (!(new_attr = calloc(1, sizeof(InputAttributes))))
401 FreeInputAttributes(InputAttributes *attrs)
  /xsrc/external/mit/xorg-server.old/dist/include/
input.h 227 } InputAttributes;
533 extern _X_EXPORT InputAttributes *DuplicateInputAttributes(InputAttributes *attrs);
534 extern _X_EXPORT void FreeInputAttributes(InputAttributes *attrs);
562 InputAttributes *attrs,
  /xsrc/external/mit/xorg-server/dist/config/
wscons.c 104 InputAttributes attrs = { };
199 InputAttributes attrs = { };
udev.c 106 InputAttributes attrs = { };
hal.c 133 InputAttributes attrs = { 0 };
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Xinput.h 107 InputAttributes *attrs;
xf86Xinput.c 519 const InputAttributes *attrs)
598 MergeInputClasses(const InputInfoPtr idev, const InputAttributes *attrs)
635 IgnoreInputClass(const InputInfoPtr idev, const InputAttributes *attrs)
851 NewInputDeviceRequest (InputOption *options, InputAttributes *attrs,
  /xsrc/external/mit/xorg-server/dist/dix/
inpututils.c 341 * Duplicate the InputAttributes in the most obvious way.
346 InputAttributes *
347 DuplicateInputAttributes(InputAttributes * attrs)
349 InputAttributes *new_attr;
356 if (!(new_attr = calloc(1, sizeof(InputAttributes))))
401 FreeInputAttributes(InputAttributes * attrs)
  /xsrc/external/mit/xorg-server/dist/include/
input.h 260 } InputAttributes;
589 extern _X_EXPORT InputAttributes *DuplicateInputAttributes(InputAttributes *
591 extern _X_EXPORT void FreeInputAttributes(InputAttributes * attrs);
716 InputAttributes * attrs,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Xinput.h 113 InputAttributes *attrs;
xf86Xinput.c 615 const InputAttributes * attrs)
706 MergeInputClasses(const InputInfoPtr idev, const InputAttributes * attrs)
742 IgnoreInputClass(const InputInfoPtr idev, const InputAttributes * attrs)
1025 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs,
  /xsrc/external/mit/xorg-server.old/dist/config/
udev.c 63 InputAttributes attrs = {};
hal.c 132 InputAttributes attrs = {0};
  /xsrc/external/mit/xorg-server.old/dist/test/
input.c 948 static void cmp_attr_fields(InputAttributes *attr1,
949 InputAttributes *attr2)
1032 InputAttributes orig = {0};
1033 InputAttributes *new;
1040 g_assert(memcmp(&orig, new, sizeof(InputAttributes)) == 0);
  /xsrc/external/mit/xorg-server/dist/test/
input.c 1107 cmp_attr_fields(InputAttributes * attr1, InputAttributes * attr2)
1189 InputAttributes *orig;
1190 InputAttributes *new;
1195 orig = calloc(1, sizeof(InputAttributes));
1199 assert(memcmp(orig, new, sizeof(InputAttributes)) == 0);
  /xsrc/external/mit/xf86-input-vmmouse/dist/src/
vmmouse.c 268 InputAttributes *attrs = NULL;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kinput.c 1930 NewInputDeviceRequest(InputOption *options, InputAttributes * attrs,
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kinput.c 2217 NewInputDeviceRequest(InputOption *options, InputAttributes *attrs,

Completed in 25 milliseconds