Searched refs:has_slot (Results 1 – 4 of 4) sorted by relevance
139 if (dev->has_slot) in mtdev_configure()150 return dev->has_slot; in mtdev_has_mt_event()197 dev->has_slot = value; in mtdev_set_mt_event()
115 int has_slot; member
720 bool has_xy, has_slot, has_tool_dial, has_size, has_touch_size; in totem_reject_device() local725 has_slot = libevdev_has_event_code(evdev, EV_ABS, ABS_MT_SLOT); in totem_reject_device()733 if (has_xy && has_slot && has_tool_dial && has_size && has_touch_size) in totem_reject_device()740 has_slot ? "" : " slot", in totem_reject_device()
202 int has_slot; member