Lines Matching defs:axes
286 u16 axes[4];
1714 int *axes,
1741 for (i = 0; i < ARRAY_SIZE(chip->axes); ++i) {
1746 chip->axes[i] = snd_azf3328_game_inw(
1752 /* trigger next sampling of axes, to be evaluated the next time we
1756 * Measurement Ready monitoring for all axes here,
1758 val = 0x03; /* we're able to monitor axes 1 and 2 only */
1763 for (i = 0; i < ARRAY_SIZE(chip->axes); i++) {
1764 axes[i] = chip->axes[i];
1765 if (axes[i] == 0xffff)
1766 axes[i] = -1;
1769 dev_dbg(chip->card->dev, "cooked_read: axes %d %d %d %d buttons %d\n",
1770 axes[0], axes[1], axes[2], axes[3], *buttons);