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

/freebsd-13-stable/sys/dev/hid/
H A Dhmt.c109 static const struct hmt_hid_map_item hmt_hid_map[HMT_N_USAGES] = { variable in typeref:struct:hmt_hid_map_item
430 if (hmt_hid_map[i].code != HMT_NO_CODE)
431 evdev_support_abs(sc->evdev, hmt_hid_map[i].code,
550 if (hmt_hid_map[usage].usage != HMT_NO_USAGE)
551 printf(" %-4s", hmt_hid_map[usage].name);
576 if (hmt_hid_map[usage].usage != HMT_NO_USAGE)
604 if (hmt_hid_map[usage].code != HMT_NO_CODE)
606 hmt_hid_map[usage].code,
784 if (hi.usage == hmt_hid_map[i].usage) {
821 if (hmt_hid_map[
[all...]

Completed in 115 milliseconds