Home
last modified time | relevance | path

Searched defs:axes (Results 1 – 9 of 9) sorted by relevance

/drivers/input/joystick/
Da3d.c58 int axes[4]; member
197 static int a3d_adc_cooked_read(struct gameport *gameport, int *axes, int *buttons) in a3d_adc_cooked_read()
322 int axes[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER }; in a3d_connect() local
Djoydump.c53 int axes[4], buttons; in joydump_connect() local
Dspaceorb.c79 int axes[6]; in spaceorb_process_packet() local
Danalog.c132 int axes[4]; member
202 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode()
Dtmdc.c99 const signed char *axes; member
/drivers/input/gameport/
Dlightning.c76 static int l4_cooked_read(struct gameport *gameport, int *axes, int *buttons) in l4_cooked_read()
196 static int l4_calibrate(struct gameport *gameport, int *axes, int *max) in l4_calibrate()
Dfm801-gp.c44 static int fm801_gp_cooked_read(struct gameport *gameport, int *axes, int *buttons) in fm801_gp_cooked_read()
/drivers/input/joystick/iforce/
Diforce-ff.c310 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, in make_core()
/drivers/platform/x86/
Dhdaps.c500 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \ argument