Searched refs:hidmap_push_key (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 151 hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value) in hidmap_push_key() function 262 hidmap_push_key(hm, hi->code, data); in hidmap_intr() 319 hidmap_push_key(hm, hi->last_key, 0); in hidmap_intr() 321 hidmap_push_key(hm, key, 1); in hidmap_intr()
|
H A D | hidmap.h | 252 void hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value);
|