Home
last modified time | relevance | path

Searched refs:HIDMAP_ADD_MAP (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/hid/
H A Dhpen.c189 error = HIDMAP_ADD_MAP(hm, hpen_map_pen, NULL); in hpen_probe()
198 HIDMAP_ADD_MAP(hm, hpen_map_finger, NULL); in hpen_probe()
201 HIDMAP_ADD_MAP(hm, hpen_map_stylus, NULL); in hpen_probe()
H A Dhms.c226 error = HIDMAP_ADD_MAP(&sc->hm, hms_map, sc->caps); in hms_probe()
271 HIDMAP_ADD_MAP(&sc->hm, hms_map_wheel_rev, cap_wheel); in hms_attach()
273 HIDMAP_ADD_MAP(&sc->hm, hms_map_wheel, cap_wheel); in hms_attach()
276 HIDMAP_ADD_MAP(&sc->hm, hms_map_kensington_slimblade, NULL); in hms_attach()
H A Dxb360gp.c126 error = HIDMAP_ADD_MAP(&sc->hm, xb360gp_map, NULL); in xb360gp_probe()
H A Dhidmap.h245 #define HIDMAP_ADD_MAP(hm, map, caps) \ macro