Lines Matching defs:other

4831 	enum litest_device_type other;
4834 other = paired_device(dev);
4835 if (other == LITEST_NO_DEVICE)
4838 struct litest_device *finger = litest_add_device(li, other);
4854 enum litest_device_type other;
4867 other = paired_device(dev);
4868 if (other == LITEST_NO_DEVICE)
4871 finger = litest_add_device(li, other);
4932 enum litest_device_type other;
4944 other = paired_device(dev);
4945 if (other == LITEST_NO_DEVICE)
4948 finger = litest_add_device(li, other);
4972 enum litest_device_type other;
4982 other = paired_device(dev);
4983 if (other == LITEST_NO_DEVICE)
4986 finger = litest_add_device(li, other);
5059 enum litest_device_type other;
5070 other = paired_device(dev);
5071 if (other == LITEST_NO_DEVICE)
5074 tablet = litest_add_device(li, other);
5141 enum litest_device_type other;
5150 other = paired_device(dev);
5151 if (other == LITEST_NO_DEVICE)
5154 finger = litest_add_device(li, other);
5176 enum litest_device_type other;
5186 other = paired_device(dev);
5187 if (other == LITEST_NO_DEVICE)
5190 tablet = litest_add_device(li, other);
5235 enum litest_device_type other;
5244 other = paired_device(tablet);
5245 if (other == LITEST_NO_DEVICE)
5248 finger = litest_add_device(li, other);
5274 enum litest_device_type other;
5284 other = paired_device(tablet);
5285 if (other == LITEST_NO_DEVICE)
5288 finger = litest_add_device(li, other);
5476 enum litest_device_type other;
5483 other = paired_device(tablet);
5484 if (other == LITEST_NO_DEVICE)
5487 finger = litest_add_device(li, other);
5526 enum litest_device_type other;
5534 other = paired_device(tablet);
5535 if (other == LITEST_NO_DEVICE)
5538 finger = litest_add_device(li, other);
5552 /* Make sure that toggling one device doesn't toggle the other one */
5580 enum litest_device_type other;
5589 other = paired_device(tablet);
5590 if (other == LITEST_NO_DEVICE)
5593 finger = litest_add_device(li, other);
5674 enum litest_device_type other;
5683 other = paired_device(tablet);
5684 if (other == LITEST_NO_DEVICE)
5687 finger = litest_add_device(li, other);
5743 enum litest_device_type other;
5750 other = paired_device(tablet);
5751 if (other == LITEST_NO_DEVICE)
5767 finger = litest_add_device(li, other);
5798 enum litest_device_type other;
5808 other = paired_device(finger);
5809 if (other == LITEST_NO_DEVICE)
5825 tablet = litest_add_device(li, other);