Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/joystick/
Dxpad.c115 static const struct xpad_device { struct
121 } xpad_device[] = { argument
1203 for (i = 0; xpad_device[i].idVendor; i++) { in xpad_probe()
1204 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) && in xpad_probe()
1205 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct)) in xpad_probe()
1209 if (xpad_device[i].xtype == XTYPE_XBOXONE && in xpad_probe()
1241 xpad->mapping = xpad_device[i].mapping; in xpad_probe()
1242 xpad->xtype = xpad_device[i].xtype; in xpad_probe()
1243 xpad->name = xpad_device[i].name; in xpad_probe()
/linux-4.4.14/Documentation/input/
Dxpad.txt138 IDs see the xpad_device[] array[6].
212 [6]: http://lxr.free-electrons.com/ident?i=xpad_device