Home
last modified time | relevance | path

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

/third_party/mtdev/src/
Dcaps.c139 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()
Dcommon.h115 int has_slot; member
/third_party/libinput/src/
Devdev-totem.c720 bool has_xy, has_slot, has_tool_dial, has_size, has_touch_size; in totem_reject_device() local
725 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()
/third_party/mtdev/include/
Dmtdev.h202 int has_slot; member