Searched refs:GAMEPORT_MODE_RAW (Results 1 - 20 of 20) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
H A D | gameport.h | 14 #define GAMEPORT_MODE_RAW 1 macro
|
/linux-4.1.27/drivers/input/gameport/ |
H A D | fm801-gp.c | 71 case GAMEPORT_MODE_RAW: fm801_gp_open()
|
H A D | gameport.c | 88 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) gameport_measure_speed() 121 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) old_gameport_measure_speed() 145 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) old_gameport_measure_speed() 168 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) old_gameport_measure_speed() 816 if (mode != GAMEPORT_MODE_RAW) gameport_open()
|
/linux-4.1.27/drivers/input/joystick/ |
H A D | joydump.c | 62 if (gameport_open(gameport, drv, GAMEPORT_MODE_RAW)) { joydump_connect()
|
H A D | cobra.c | 171 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); cobra_connect()
|
H A D | gf2k.c | 256 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); gf2k_connect()
|
H A D | grip.c | 313 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); grip_connect()
|
H A D | guillemot.c | 197 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); guillemot_connect()
|
H A D | interact.c | 226 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); interact_connect()
|
H A D | analog.c | 622 if (!gameport_open(gameport, drv, GAMEPORT_MODE_RAW)) { analog_init_port() 674 return gameport_open(gameport, drv, GAMEPORT_MODE_RAW); analog_init_port()
|
H A D | a3d.c | 283 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); a3d_connect()
|
H A D | tmdc.c | 377 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); tmdc_connect()
|
H A D | adi.c | 486 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); adi_connect()
|
H A D | grip_mp.c | 641 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); grip_connect()
|
H A D | sidewinder.c | 611 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); sw_connect()
|
/linux-4.1.27/sound/pci/au88x0/ |
H A D | au88x0_game.c | 83 case GAMEPORT_MODE_RAW: vortex_game_open()
|
/linux-4.1.27/sound/pci/ |
H A D | cs4281.c | 1253 case GAMEPORT_MODE_RAW: snd_cs4281_gameport_open()
|
H A D | azt3328.c | 1731 case GAMEPORT_MODE_RAW: snd_azf3328_gameport_open()
|
/linux-4.1.27/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 2770 case GAMEPORT_MODE_RAW: snd_cs46xx_gameport_open()
|
/linux-4.1.27/sound/pci/trident/ |
H A D | trident_main.c | 3173 case GAMEPORT_MODE_RAW: snd_trident_gameport_open()
|
Completed in 354 milliseconds