mouseButtonRight  283 drivers/input/tablet/aiptek.c 	int mouseButtonRight;	/* mouse right btn delivers...   */
mouseButtonRight  472 drivers/input/tablet/aiptek.c 			right = (data[1] & aiptek->curSetting.mouseButtonRight >> 2) != 0 ? 1 : 0;
mouseButtonRight  603 drivers/input/tablet/aiptek.c 			right = (data[5] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0;
mouseButtonRight  700 drivers/input/tablet/aiptek.c 		right = (data[1] & aiptek->curSetting.mouseButtonRight) != 0 ? 1 : 0;
mouseButtonRight 1509 drivers/input/tablet/aiptek.c 					aiptek->curSetting.mouseButtonRight));
mouseButtonRight 1521 drivers/input/tablet/aiptek.c 	aiptek->newSetting.mouseButtonRight = new_button;
mouseButtonRight 1735 drivers/input/tablet/aiptek.c 	aiptek->curSetting.mouseButtonRight = AIPTEK_MOUSE_RIGHT_BUTTON;