Home
last modified time | relevance | path

Searched refs:relmap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c148 axis = priv->relmap[raw.code]; in usbRead()
406 priv->relmap[k] = 0; in usbInit()
408 priv->relmap[k] = 1; in usbInit()
410 priv->relmap[k] = 2 + priv->numAbs; in usbInit()
H A Dusb-private.h105 int relmap[REL_CNT]; /**< Relative axis map */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dnodemask.h361 #define nodes_onto(dst, orig, relmap) \ argument
362 __nodes_onto(&(dst), &(orig), &(relmap), MAX_NUMNODES)
H A Dbitmap.h216 const unsigned long *relmap, unsigned int bits);
/OK3568_Linux_fs/kernel/lib/
H A Dbitmap.c1033 const unsigned long *relmap, unsigned int bits) in bitmap_onto() argument
1052 for_each_set_bit(n, relmap, bits) { in bitmap_onto()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog59128 relmap/absmap is used as a evdev-axis-to-x-axis mapping. ABS_X maps to