negate_z 124 drivers/input/misc/kxtj9.c input_report_abs(tj9->input_dev, ABS_Z, tj9->pdata.negate_z ? -z : z); negate_z 30 include/linux/input/kxtj9.h bool negate_z;