Searched refs:XTYPE_XBOXONE (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/joystick/ |
D | xpad.c | 100 #define XTYPE_XBOXONE 3 macro 127 { 0x045e, 0x02d1, "Microsoft X-Box One pad", 0, XTYPE_XBOXONE }, 128 { 0x045e, 0x02dd, "Microsoft X-Box One pad (Covert Forces)", 0, XTYPE_XBOXONE }, 667 case XTYPE_XBOXONE: in xpad_irq_in() 740 ep_irq_out_idx = xpad->xtype == XTYPE_XBOXONE ? 0 : 1; in xpad_init_output() 850 case XTYPE_XBOXONE: in xpad_play_effect() 1051 if (xpad->xtype == XTYPE_XBOXONE) { in xpad_open() 1086 if (xpad->xtype == XTYPE_XBOXONE) in xpad_set_up_abs() 1139 xpad->xtype == XTYPE_XBOXONE) { in xpad_init_input() 1209 if (xpad_device[i].xtype == XTYPE_XBOXONE && in xpad_probe() [all …]
|