evdev: Multitouch code style changes.
- Move touch count reporting helpers to utils. They are not multitouch.
- Use evdev_mt prefix for private multitouch support routines.
- Use int instead of int32_t where fixed size is not required.
- Export some internal functions.
This change should be no-op.
MFC after: 2 weeks