x_rel             364 drivers/input/joystick/gamecon.c 	char x_rel, y_rel;
x_rel             416 drivers/input/joystick/gamecon.c 				x_rel = y_rel = 0;
x_rel             418 drivers/input/joystick/gamecon.c 					x_rel <<= 1;
x_rel             420 drivers/input/joystick/gamecon.c 						x_rel |= 1;
x_rel             427 drivers/input/joystick/gamecon.c 				if (x_rel) {
x_rel             429 drivers/input/joystick/gamecon.c 						x_rel = -x_rel;
x_rel             430 drivers/input/joystick/gamecon.c 					input_report_rel(dev, REL_X, x_rel);