gameport_open      84 drivers/input/gameport/gameport.c 	if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW))
gameport_open     117 drivers/input/gameport/gameport.c 	if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW))
gameport_open     141 drivers/input/gameport/gameport.c 	if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW))
gameport_open     164 drivers/input/gameport/gameport.c 	if (gameport_open(gameport, NULL, GAMEPORT_MODE_RAW))
gameport_open     817 drivers/input/gameport/gameport.c EXPORT_SYMBOL(gameport_open);
gameport_open     267 drivers/input/joystick/a3d.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     470 drivers/input/joystick/adi.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     606 drivers/input/joystick/analog.c 	if (!gameport_open(gameport, drv, GAMEPORT_MODE_RAW)) {
gameport_open     644 drivers/input/joystick/analog.c 	if (!gameport_open(gameport, drv, GAMEPORT_MODE_COOKED)) {
gameport_open     658 drivers/input/joystick/analog.c 	return gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     155 drivers/input/joystick/cobra.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     240 drivers/input/joystick/gf2k.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     297 drivers/input/joystick/grip.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     642 drivers/input/joystick/grip_mp.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     181 drivers/input/joystick/guillemot.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     210 drivers/input/joystick/interact.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open      46 drivers/input/joystick/joydump.c 	if (gameport_open(gameport, drv, GAMEPORT_MODE_RAW)) {
gameport_open      50 drivers/input/joystick/joydump.c 		if (gameport_open(gameport, drv, GAMEPORT_MODE_COOKED)) {
gameport_open     595 drivers/input/joystick/sidewinder.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open     361 drivers/input/joystick/tmdc.c 	err = gameport_open(gameport, drv, GAMEPORT_MODE_RAW);
gameport_open      64 include/linux/gameport.h int gameport_open(struct gameport *gameport, struct gameport_driver *drv, int mode);