Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/joystick/
Dxpad.c115 static const struct xpad_device { struct
121 } xpad_device[] = { argument
1028 for (i = 0; xpad_device[i].idVendor; i++) { in xpad_probe()
1029 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) && in xpad_probe()
1030 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct)) in xpad_probe()
1034 if (xpad_device[i].xtype == XTYPE_XBOXONE && in xpad_probe()
1066 xpad->mapping = xpad_device[i].mapping; in xpad_probe()
1067 xpad->xtype = xpad_device[i].xtype; in xpad_probe()
1090 input_dev->name = xpad_device[i].name; in xpad_probe()
/linux-4.1.27/Documentation/input/
Dxpad.txt138 IDs see the xpad_device[] array[6].
212 [6]: http://lxr.free-electrons.com/ident?i=xpad_device