Searched refs:PS4DS_MAP_BTN (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | ps4dshock.c | 707 #define PS4DS_MAP_BTN(number, code) \ macro 729 PS4DS_MAP_BTN(1, BTN_WEST), 730 PS4DS_MAP_BTN(2, BTN_SOUTH), 731 PS4DS_MAP_BTN(3, BTN_EAST), 732 PS4DS_MAP_BTN(4, BTN_NORTH), 733 PS4DS_MAP_BTN(5, BTN_TL), 734 PS4DS_MAP_BTN(6, BTN_TR), 735 PS4DS_MAP_BTN(7, BTN_TL2), 736 PS4DS_MAP_BTN(8, BTN_TR2), 737 PS4DS_MAP_BTN(9, BTN_SELECT), [all …]
|