Searched defs:axes (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/input/joystick/ |
A D | a3d.c | 42 int axes[4]; member 181 static int a3d_adc_cooked_read(struct gameport *gameport, int *axes, int *buttons) in a3d_adc_cooked_read() 306 int axes[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER }; in a3d_connect() local
|
A D | adc-joystick.c | 26 struct adc_joystick_axis *axes; member 109 struct adc_joystick_axis *axes; in adc_joystick_set_axes() local
|
A D | joydump.c | 37 int axes[4], buttons; in joydump_connect() local
|
A D | spaceorb.c | 63 int axes[6]; in spaceorb_process_packet() local
|
A D | analog.c | 112 int axes[4]; member 122 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode()
|
A D | tmdc.c | 83 const signed char *axes; member
|
/linux/drivers/input/gameport/ |
A D | lightning.c | 60 static int l4_cooked_read(struct gameport *gameport, int *axes, int *buttons) in l4_cooked_read() 180 static int l4_calibrate(struct gameport *gameport, int *axes, int *max) in l4_calibrate()
|
A D | fm801-gp.c | 29 static int fm801_gp_cooked_read(struct gameport *gameport, int *axes, int *buttons) in fm801_gp_cooked_read()
|
/linux/sound/pci/au88x0/ |
A D | au88x0_game.c | 43 vortex_game_cooked_read(struct gameport *gameport, int *axes, int *buttons) in vortex_game_cooked_read()
|
/linux/include/linux/ |
A D | gameport.h | 182 static inline int gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in gameport_cooked_read() 190 static inline int gameport_calibrate(struct gameport *gameport, int *axes, int *max) in gameport_calibrate()
|
/linux/drivers/input/joystick/iforce/ |
A D | iforce-ff.c | 291 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, in make_core()
|
/linux/drivers/platform/x86/ |
A D | hdaps.c | 487 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \ argument
|
/linux/sound/pci/ |
A D | azt3328.c | 286 u16 axes[4]; member 1731 int *axes, in snd_azf3328_gameport_cooked_read()
|
A D | cs4281.c | 1189 int *axes, int *buttons) in snd_cs4281_gameport_cooked_read()
|
/linux/sound/pci/trident/ |
A D | trident_main.c | 3115 static int snd_trident_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in snd_trident_gameport_cooked_read()
|
/linux/sound/pci/cs46xx/ |
A D | cs46xx_lib.c | 2712 static int snd_cs46xx_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in snd_cs46xx_gameport_cooked_read()
|
Completed in 42 milliseconds