Searched refs:usage_to (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | xb360gp.c | 67 #define XB360GP_MAP_CRG(usage_from, usage_to, callback) \ argument 69 HUG_##usage_from, HUG_##usage_to, callback) }
|
H A D | hgame.c | 55 #define HGAME_MAP_CRG(usage_from, usage_to, callback) \ argument 57 HUG_##usage_from, HUG_##usage_to, callback) }
|
H A D | hms.c | 70 #define HMS_MAP_BUT_RG(usage_from, usage_to, code) \ argument 71 { HIDMAP_KEY_RANGE(HUP_BUTTON, usage_from, usage_to, code) }
|