Lines Matching refs:devices
126 /* Don't do this on single-touch or semi-mt devices */
625 /* Synaptics devices may end touch 2 on transition to/from
669 * All touchpad devices have at least one slot so we only do this
1520 /* For test devices we always force the time delta to 12, at least
1540 /* Special case for the ALPS devices in the Lenovo ThinkPad E465,
1541 * E550. These devices send occasional 4095/0 events on two fingers
1608 devices (Dell XPS) the i2c controller sleeps after a timeout. On
2081 /* On devices with top softwarebuttons we don't actually suspend the
2904 /* Semi-mt devices are not reliable for true multitouch data, so we
3719 * The kernel/udev set the resolution to non-zero on those devices
3898 WacomDevice **devices = NULL,
3912 we need to loop through all devices and check their paired
3921 devices = libwacom_list_devices_from_database(db, NULL);
3922 if (!devices)
3924 d = devices;
3938 free(devices);