Searched refs:hidmap_add_map (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hidmap.h | 246 hidmap_add_map((hm), (map), nitems(map), (caps)) 247 uint32_t hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map,
|
H A D | hidmap.c | 500 hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map, in hidmap_add_map() function 731 error = hidmap_add_map(hm, map, nitems_map, caps); in hidmap_probe()
|