/linux-4.4.14/include/linux/input/ |
D | gpio_tilt.h | 35 int *axes; member 60 struct gpio_tilt_axis *axes; member
|
/linux-4.4.14/drivers/input/joystick/ |
D | a3d.c | 58 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
|
D | joydump.c | 53 int axes[4], buttons; in joydump_connect() local
|
D | spaceorb.c | 79 int axes[6]; in spaceorb_process_packet() local
|
D | analog.c | 132 int axes[4]; member 202 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode()
|
D | tmdc.c | 99 const signed char *axes; member
|
/linux-4.4.14/drivers/input/gameport/ |
D | lightning.c | 76 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()
|
D | fm801-gp.c | 44 static int fm801_gp_cooked_read(struct gameport *gameport, int *axes, int *buttons) in fm801_gp_cooked_read()
|
/linux-4.4.14/sound/pci/au88x0/ |
D | au88x0_game.c | 56 vortex_game_cooked_read(struct gameport *gameport, int *axes, int *buttons) in vortex_game_cooked_read()
|
/linux-4.4.14/include/linux/ |
D | gameport.h | 185 static inline int gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in gameport_cooked_read() 193 static inline int gameport_calibrate(struct gameport *gameport, int *axes, int *max) in gameport_calibrate()
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 310 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, in make_core()
|
/linux-4.4.14/drivers/platform/x86/ |
D | hdaps.c | 500 #define HDAPS_DMI_MATCH_INVERT(vendor, model, axes) { \ argument
|
/linux-4.4.14/sound/pci/ |
D | azt3328.c | 301 u16 axes[4]; member 1759 int *axes, in snd_azf3328_gameport_cooked_read()
|
D | cs4281.c | 1219 int *axes, int *buttons) in snd_cs4281_gameport_cooked_read()
|
/linux-4.4.14/sound/pci/trident/ |
D | trident_main.c | 3143 static int snd_trident_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in snd_trident_gameport_cooked_read()
|
/linux-4.4.14/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 2741 static int snd_cs46xx_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in snd_cs46xx_gameport_cooked_read()
|