negate_y          123 drivers/input/misc/kxtj9.c 	input_report_abs(tj9->input_dev, ABS_Y, tj9->pdata.negate_y ? -y : y);
negate_y           29 include/linux/input/kxtj9.h 	bool negate_y;