Searched refs:MAP_DPAD_TO_BUTTONS (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/input/joystick/ |
| H A D | xpad.c | 80 #define MAP_DPAD_TO_BUTTONS BIT(0) macro 88 #define DANCEPAD_MAP_CONFIG (MAP_DPAD_TO_BUTTONS | \ 190 { 0x0738, 0x4540, "Mad Catz Beat Pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, 301 { 0x12ab, 0x8809, "Xbox DDR dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX }, 835 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet() 886 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet() 900 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad360_process_packet() 1097 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpadone_process_packet() 1970 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_init_input() 1988 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad_init_input() [all …]
|