Searched refs:GAMEPORT_MODE_RAW (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/input/gameport/ |
A D | gameport.c | 84 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) in gameport_measure_speed() 117 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) in old_gameport_measure_speed() 141 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) in old_gameport_measure_speed() 164 if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW)) in old_gameport_measure_speed() 809 if (mode != GAMEPORT_MODE_RAW) in gameport_open()
|
A D | fm801-gp.c | 56 case GAMEPORT_MODE_RAW: in fm801_gp_open()
|
/linux/include/uapi/linux/ |
A D | gameport.h | 15 #define GAMEPORT_MODE_RAW 1 macro
|
/linux/sound/pci/au88x0/ |
A D | au88x0_game.c | 70 case GAMEPORT_MODE_RAW: in vortex_game_open()
|
/linux/drivers/input/joystick/ |
A D | joydump.c | 46 if (gameport_open(gameport, drv, GAMEPORT_MODE_RAW)) { in joydump_connect()
|
A D | cobra.c | 155 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in cobra_connect()
|
A D | guillemot.c | 181 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in guillemot_connect()
|
A D | interact.c | 210 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in interact_connect()
|
A D | analog.c | 527 if (!gameport_open(gameport, drv, GAMEPORT_MODE_RAW)) { in analog_init_port() 579 return gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in analog_init_port()
|
A D | gf2k.c | 240 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in gf2k_connect()
|
A D | a3d.c | 267 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in a3d_connect()
|
A D | grip.c | 297 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in grip_connect()
|
A D | tmdc.c | 361 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in tmdc_connect()
|
A D | grip_mp.c | 642 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in grip_connect()
|
A D | adi.c | 470 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in adi_connect()
|
A D | sidewinder.c | 595 err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW); in sw_connect()
|
/linux/sound/pci/ |
A D | cs4281.c | 1223 case GAMEPORT_MODE_RAW: in snd_cs4281_gameport_open()
|
A D | azt3328.c | 1703 case GAMEPORT_MODE_RAW: in snd_azf3328_gameport_open()
|
/linux/sound/pci/cs46xx/ |
A D | cs46xx_lib.c | 2741 case GAMEPORT_MODE_RAW: in snd_cs46xx_gameport_open()
|
/linux/sound/pci/trident/ |
A D | trident_main.c | 3145 case GAMEPORT_MODE_RAW: in snd_trident_gameport_open()
|
Completed in 42 milliseconds