Searched refs:ABS_MT_CNT (Results 1 – 2 of 2) sorted by relevance
20 #define ABS_MT_CNT (ABS_MT_MAX - ABS_MT_MIN + 1) macro
63 return &dev->mt_slot_vals[slot * ABS_MT_CNT + axis - ABS_MT_MIN]; in slot_value()361 dev->mt_slot_vals = calloc(dev->num_slots * ABS_MT_CNT, sizeof(int)); in init_slots()