Searched refs:XTYPE_XBOX360W (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/joystick/ |
H A D | xpad.c | 92 #define XTYPE_XBOX360W 2 macro 152 { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, 153 { 0x045e, 0x02a9, "Xbox 360 Wireless Receiver (Unofficial)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, 158 { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W }, 862 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet() 912 if (xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet() 1189 case XTYPE_XBOX360W: in xpad_irq_in() 1533 case XTYPE_XBOX360W: in xpad_play_effect() 1648 case XTYPE_XBOX360W: in xpad_send_led_command() 1695 if (xpad->xtype != XTYPE_XBOX360 && xpad->xtype != XTYPE_XBOX360W) in xpad_led_probe() [all …]
|