Searched refs:hidmap_push_key (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/sys/dev/hid/ |
| H A D | hidmap.c | 153 hidmap_push_key(struct hidmap *hm, uint16_t key, int32_t value) in hidmap_push_key() function 264 hidmap_push_key(hm, hi->code, data); in hidmap_intr() 321 hidmap_push_key(hm, hi->last_key, 0); in hidmap_intr() 323 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);
|