Searched defs:map_rel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-dr.c | 246 #define map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) macro
|
H A D | hid-input.c | 52 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c)) macro
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-dr.c | 246 #define map_rel(c) hid_map_usage(hi, usage, bit, max, EV_REL, (c)) macro
|
H A D | hid-input.c | 97 #define map_rel(c) hid_map_usage(hidinput, usage, &bit, &max, EV_REL, (c)) macro
|
Completed in 6 milliseconds