Searched refs:XTYPE_XBOX360W (Results 1 – 1 of 1) sorted by relevance
| /linux-4.1.27/drivers/input/joystick/ |
| D | xpad.c | 99 #define XTYPE_XBOX360W 2 macro 128 { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, 129 { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, 652 case XTYPE_XBOX360W: in xpad_irq_in() 816 case XTYPE_XBOX360W: in xpad_play_effect() 965 if (xpad->xtype == XTYPE_XBOX360W) in xpad_open() 987 if (xpad->xtype != XTYPE_XBOX360W) in xpad_close() 1072 xpad->xtype = XTYPE_XBOX360W; in xpad_probe() 1114 if (xpad->xtype == XTYPE_XBOX360 || xpad->xtype == XTYPE_XBOX360W || in xpad_probe() 1168 if (xpad->xtype == XTYPE_XBOX360W) { in xpad_probe() [all …]
|