Searched defs:axes (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/char/joystick/ |
D | a3d.c | 59 int axes[4]; member 191 int a3d_adc_cooked_read(struct gameport *gameport, int *axes, int *buttons) in a3d_adc_cooked_read() 290 int axes[] = { ABS_X, ABS_Y, ABS_THROTTLE, ABS_RUDDER }; in a3d_connect() local
|
D | lightning.c | 78 static int l4_cooked_read(struct gameport *gameport, int *axes, int *buttons) in l4_cooked_read() 187 static int l4_calibrate(struct gameport *gameport, int *axes, int *max) in l4_calibrate()
|
D | pcigame.c | 72 static int pcigame_cooked_read(struct gameport *gameport, int *axes, int *buttons) in pcigame_cooked_read()
|
D | spaceorb.c | 79 int axes[6]; in spaceorb_process_packet() local
|
D | analog.c | 128 int axes[4]; member 164 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode()
|
D | cs461x.c | 186 static int cs461x_gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in cs461x_gameport_cooked_read()
|
D | iforce.c | 570 u8 effect_type, u8 axes, u16 duration, u16 delay, u16 button, in make_core() 701 u8 type, axes; in iforce_upload_interactive() local
|
D | tmdc.c | 250 signed char *axes; in tmdc_connect() member
|
D | gamecon.c | 316 signed char axes[2]; in gc_timer() local
|
/linux-2.4.37.9/include/linux/ |
D | gameport.h | 115 static __inline__ int gameport_cooked_read(struct gameport *gameport, int *axes, int *buttons) in gameport_cooked_read() 123 static __inline__ int gameport_calibrate(struct gameport *gameport, int *axes, int *max) in gameport_calibrate()
|
D | pci_gameport.h | 17 int axes; /* Axes start */ member
|
/linux-2.4.37.9/include/asm-mips/ |
D | shmiq.h | 134 short axes; member
|
/linux-2.4.37.9/include/asm-mips64/ |
D | shmiq.h | 140 short axes; member
|