Home
last modified time | relevance | path

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

/linux/drivers/input/joystick/
H A Dxpad.c126 static const struct xpad_device { struct
133 } xpad_device[] = { argument
2074 for (i = 0; xpad_device[i].idVendor; i++) { in xpad_probe()
2075 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) && in xpad_probe()
2076 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct)) in xpad_probe()
2102 xpad->mapping = xpad_device[i].mapping; in xpad_probe()
2103 xpad->xtype = xpad_device[i].xtype; in xpad_probe()
2104 xpad->name = xpad_device[i].name; in xpad_probe()
2105 if (xpad_device[i].flags & FLAG_DELAY_INIT) in xpad_probe()
/linux/Documentation/input/devices/
H A Dxpad.rst165 IDs see the xpad_device[] array\ [4]_.
221 .. [4] https://elixir.bootlin.com/linux/latest/ident/xpad_device