Home
last modified time | relevance | path

Searched refs:MAX_MT_SLOTS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhmt.c184 struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES];
370 if (sc->cont_count_max > MAX_MT_SLOTS) { in hmt_attach()
372 "supported\n", sc->cont_count_max, MAX_MT_SLOTS); in hmt_attach()
373 sc->cont_count_max = MAX_MT_SLOTS; in hmt_attach()
778 if (cont >= MAX_MT_SLOTS) { in hmt_hid_parse()
H A Dbcm5974.c195 #define MAX_FINGERS MAX_MT_SLOTS
/freebsd/sys/dev/evdev/
H A Devdev_mt.c60 _Static_assert(MAX_MT_SLOTS < sizeof(slotset_t) * 8, "MAX_MT_SLOTS too big");
79 int32_t tracking_ids[MAX_MT_SLOTS];
117 ABS_MT_SLOT, 0, MAX_MT_SLOTS - 1, 0, 0, 0); in evdev_mt_init()
119 ABS_MT_TRACKING_ID, -1, MAX_MT_SLOTS - 1, 0, 0, 0); in evdev_mt_init()
H A Devdev.h82 #define MAX_MT_SLOTS 16 macro
H A Devdev.c130 if (report_size > KEY_CNT + REL_CNT + ABS_CNT + MAX_MT_SLOTS * MT_CNT + in evdev_set_report_size()
558 (absinfo->maximum < 1 || absinfo->maximum >= MAX_MT_SLOTS)) in evdev_set_absinfo()
/freebsd/sys/dev/usb/input/
H A Dwmt.c207 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES];
388 if (sc->cont_count_max > MAX_MT_SLOTS) { in wmt_attach()
390 "supported\n", (int)sc->cont_count_max, MAX_MT_SLOTS); in wmt_attach()
391 sc->cont_count_max = MAX_MT_SLOTS; in wmt_attach()
870 if (cont >= MAX_MT_SLOTS) { in wmt_hid_parse()
H A Dwsp.c297 #define MAX_FINGERS MAX_MT_SLOTS