Home | History | Annotate | Download | only in linux

Lines Matching refs:naxes

45 	int naxes;
128 int naxes;
580 joystick->naxes = 2;
582 joystick->naxes = n;
591 old_axes = joystick->naxes;
598 joystick->naxes = tmp_naxes;
609 joystick->naxes = special_joysticks[i].naxes;
631 joystick->naxes = tmp_naxes;
710 joystick->hwdata->abs_map[i] = joystick->naxes;
726 ++joystick->naxes;
768 joystick->naxes = layout->naxes;
776 This should fill the nbuttons and naxes fields of the joystick structure.
991 if ( events[i].number < joystick->naxes ) {
1000 events[i].number -= joystick->naxes;