Home
last modified time | relevance | path

Searched refs:DMX_MAP_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxmap.c75 for (i = 0; i < DMX_MAP_ENTRIES; i++) { in dmxMapInsert()
98 for (i = 0; i < DMX_MAP_ENTRIES; i++) in dmxMapClear()
119 for (i = 0; i < DMX_MAP_ENTRIES; i++) in dmxMapLookup()
H A Ddmxinputinit.h51 #define DMX_MAP_ENTRIES 16 /* Must be a power of 2 */ macro
52 #define DMX_MAP_MASK (DMX_MAP_ENTRIES - 1)
252 DMXEventMap map[DMX_MAP_ENTRIES]; /**< XInput device id map */