ev_code_tap       232 drivers/input/misc/adxl34x.c 	.ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY {x,y,z} */
ev_code_tap       286 drivers/input/misc/adxl34x.c 					 pdata->ev_code_tap[i], press);
ev_code_tap       783 drivers/input/misc/adxl34x.c 	__set_bit(pdata->ev_code_tap[ADXL_X_AXIS], input_dev->keybit);
ev_code_tap       784 drivers/input/misc/adxl34x.c 	__set_bit(pdata->ev_code_tap[ADXL_Y_AXIS], input_dev->keybit);
ev_code_tap       785 drivers/input/misc/adxl34x.c 	__set_bit(pdata->ev_code_tap[ADXL_Z_AXIS], input_dev->keybit);
ev_code_tap       288 include/linux/input/adxl34x.h 	u32 ev_code_tap[3];	/* EV_KEY {X-Axis, Y-Axis, Z-Axis} */