Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhmt.c93 #define HMT_N_USAGES MT_CNT macro
103 static const struct hmt_hid_map_item hmt_hid_map[HMT_N_USAGES] = {
183 struct hid_absinfo ai[HMT_N_USAGES];
184 struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES];
198 uint8_t caps[howmany(HMT_N_USAGES, 8)];
224 for ((usage) = 0; (usage) < HMT_N_USAGES; ++(usage)) \
783 for (i = 0; i < HMT_N_USAGES; i++) { in hmt_hid_parse()
820 for (i = 0; i < HMT_N_USAGES; i++) { in hmt_hid_parse()