Home
last modified time | relevance | path

Searched refs:MAP_DPAD_TO_BUTTONS (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/input/joystick/
A Dxpad.c79 #define MAP_DPAD_TO_BUTTONS (1 << 0) macro
83 #define DANCEPAD_MAP_CONFIG (MAP_DPAD_TO_BUTTONS | \
160 { 0x0738, 0x4540, "Mad Catz Beat Pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
258 { 0x12ab, 0x8809, "Xbox DDR dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
657 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet()
707 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet()
721 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad360_process_packet()
881 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpadone_process_packet()
1690 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_init_input()
1702 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad_init_input()
[all …]

Completed in 8 milliseconds