Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhmt.c103 static const struct hmt_hid_map_item hmt_hid_map[HMT_N_USAGES] = { variable
432 if (hmt_hid_map[i].reported) in hmt_attach()
559 if (hmt_hid_map[usage].usage != HMT_NO_USAGE) in hmt_intr()
560 printf(" %-4s", hmt_hid_map[usage].name); in hmt_intr()
585 if (hmt_hid_map[usage].usage != HMT_NO_USAGE) in hmt_intr()
784 if (hi.usage == hmt_hid_map[i].usage) { in hmt_hid_parse()
821 if (hmt_hid_map[i].required && isclr(sc->caps, i)) in hmt_hid_parse()