Lines Matching refs:evcode
126 evcode_to_axis(const uint32_t evcode) in evcode_to_axis() argument
130 switch (evcode) { in evcode_to_axis()
164 rel_evcode_to_axis(const uint32_t evcode) in rel_evcode_to_axis() argument
168 switch (evcode) { in rel_evcode_to_axis()
183 uint32_t evcode; in axis_to_evcode() local
187 evcode = ABS_X; in axis_to_evcode()
190 evcode = ABS_Y; in axis_to_evcode()
193 evcode = ABS_DISTANCE; in axis_to_evcode()
196 evcode = ABS_PRESSURE; in axis_to_evcode()
199 evcode = ABS_TILT_X; in axis_to_evcode()
202 evcode = ABS_TILT_Y; in axis_to_evcode()
205 evcode = ABS_Z; in axis_to_evcode()
208 evcode = ABS_WHEEL; in axis_to_evcode()
211 evcode = ABS_MT_TOUCH_MAJOR; in axis_to_evcode()
214 evcode = ABS_MT_TOUCH_MINOR; in axis_to_evcode()
220 return evcode; in axis_to_evcode()