Lines Matching refs:axes
287 u16 axes[4];
1731 int *axes,
1759 for (i = 0; i < ARRAY_SIZE(chip->axes); ++i) {
1764 chip->axes[i] = snd_azf3328_game_inw(
1770 /* trigger next sampling of axes, to be evaluated the next time we
1774 * Measurement Ready monitoring for all axes here,
1776 val = 0x03; /* we're able to monitor axes 1 and 2 only */
1782 for (i = 0; i < ARRAY_SIZE(chip->axes); i++) {
1783 axes[i] = chip->axes[i];
1784 if (axes[i] == 0xffff)
1785 axes[i] = -1;
1788 dev_dbg(chip->card->dev, "cooked_read: axes %d %d %d %d buttons %d\n",
1789 axes[0], axes[1], axes[2], axes[3], *buttons);