stylusButtonLower  280 drivers/input/tablet/aiptek.c 	int stylusButtonLower;	/* stylus lower btn delivers...  */
stylusButtonLower  522 drivers/input/tablet/aiptek.c 			bs = (data[5] & aiptek->curSetting.stylusButtonLower) != 0 ? 1 : 0;
stylusButtonLower  657 drivers/input/tablet/aiptek.c 		bs = (data[1] & aiptek->curSetting.stylusButtonLower) != 0 ? 1 : 0;
stylusButtonLower 1411 drivers/input/tablet/aiptek.c 					aiptek->curSetting.stylusButtonLower));
stylusButtonLower 1423 drivers/input/tablet/aiptek.c 	aiptek->newSetting.stylusButtonLower = new_button;
stylusButtonLower 1737 drivers/input/tablet/aiptek.c 	aiptek->curSetting.stylusButtonLower = AIPTEK_STYLUS_LOWER_BUTTON;