Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidmap.c135 hm->key_min = key; in hidmap_support_key()
138 hm->key_min = MIN(hm->key_min, key); in hidmap_support_key()
165 for (j = hm->key_min / 8; j <= hm->key_max / 8; j++) { in hidmap_sync_keys()
H A Dhidmap.h208 uint16_t key_min; member