Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidmap.h246 hidmap_add_map((hm), (map), nitems(map), (caps))
247 uint32_t hidmap_add_map(struct hidmap *hm, const struct hidmap_item *map,
H A Dhidmap.c500 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()