Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c54 static int countValuators(DeviceEvent *ev, int *first);
309 num_events = (countValuators(ev, &first) + 5) / 6; /* valuator ev */ in eventToKeyButtonPointer()
389 countValuators(DeviceEvent *ev, int *first) in countValuators() function
417 num_valuators = countValuators(ev, &first_valuator); in getValuatorEvents()