Searched refs:xpad_device (Results 1 – 1 of 1) sorted by relevance
108 static const struct xpad_device { struct114 } xpad_device[] = { argument1778 for (i = 0; xpad_device[i].idVendor; i++) { in xpad_probe()1779 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) && in xpad_probe()1780 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct)) in xpad_probe()1806 xpad->mapping = xpad_device[i].mapping; in xpad_probe()1807 xpad->xtype = xpad_device[i].xtype; in xpad_probe()1808 xpad->name = xpad_device[i].name; in xpad_probe()