Searched refs:HIDMAP_ADD_MAP (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hpen.c | 189 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 D | hms.c | 226 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 D | xb360gp.c | 126 error = HIDMAP_ADD_MAP(&sc->hm, xb360gp_map, NULL); in xb360gp_probe()
|
H A D | hidmap.h | 245 #define HIDMAP_ADD_MAP(hm, map, caps) \ macro
|