Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/joystick/
Dxpad.c100 #define XTYPE_XBOXONE 3 macro
127 { 0x045e, 0x02d1, "Microsoft X-Box One pad", 0, XTYPE_XBOXONE },
655 case XTYPE_XBOXONE: in xpad_irq_in()
750 ep_irq_out_idx = xpad->xtype == XTYPE_XBOXONE ? 0 : 1; in xpad_init_output()
833 case XTYPE_XBOXONE: in xpad_play_effect()
972 if (xpad->xtype == XTYPE_XBOXONE) { in xpad_open()
1007 if (xpad->xtype == XTYPE_XBOXONE) in xpad_set_up_abs()
1034 if (xpad_device[i].xtype == XTYPE_XBOXONE && in xpad_probe()
1115 xpad->xtype == XTYPE_XBOXONE) { in xpad_probe()
1152 ep_irq_in_idx = xpad->xtype == XTYPE_XBOXONE ? 1 : 0; in xpad_probe()