negate_x 122 drivers/input/misc/kxtj9.c input_report_abs(tj9->input_dev, ABS_X, tj9->pdata.negate_x ? -x : x); negate_x 28 include/linux/input/kxtj9.h bool negate_x;