Lines Matching refs:MAP_DPAD_TO_BUTTONS

79 #define MAP_DPAD_TO_BUTTONS		(1 << 0)  macro
82 #define DANCEPAD_MAP_CONFIG (MAP_DPAD_TO_BUTTONS | \
127 { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
132 { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
158 { 0x0738, 0x4540, "Mad Catz Beat Pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
162 { 0x0738, 0x45ff, "Mad Catz Beat Pad (w/ Handle)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
170 { 0x0738, 0x4743, "Mad Catz Beat Pad Pro", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
173 { 0x0738, 0x6040, "Mad Catz Beat Pad Pro", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
190 { 0x0d2f, 0x0002, "Andamiro Pump It Up pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
199 { 0x0e6f, 0x0105, "HSM3 Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
244 { 0x12ab, 0x0004, "Honey Bee Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
247 { 0x12ab, 0x8809, "Xbox DDR dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
249 { 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
263 { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
264 { 0x1bad, 0x0130, "Ion Drum Rocker", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
621 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet()
671 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet()
685 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad360_process_packet()
843 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpadone_process_packet()
1650 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_init_input()
1662 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad_init_input()
1757 xpad->mapping |= MAP_DPAD_TO_BUTTONS; in xpad_probe()