Home
last modified time | relevance | path

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

/third_party/libevdev/libevdev/
Dlibevdev.c80 return &dev->mt_slot_vals[slot * ABS_MT_CNT + axis - ABS_MT_MIN]; in slot_value()
222 free(dev->mt_slot_vals); in libevdev_reset()
350 free(dev->mt_slot_vals); in free_slots()
351 dev->mt_slot_vals = NULL; in free_slots()
360 free(dev->mt_slot_vals); in init_slots()
361 dev->mt_slot_vals = NULL; in init_slots()
378 dev->mt_slot_vals = calloc(dev->num_slots * ABS_MT_CNT, sizeof(int)); in init_slots()
379 if (!dev->mt_slot_vals) { in init_slots()
Dlibevdev-int.h95 int *mt_slot_vals; /* [num_slots * ABS_MT_CNT] */ member