Home
last modified time | relevance | path

Searched refs:negate_y (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/input/
H A Dkxtj9.h29 bool negate_y; member
/openbmc/linux/drivers/input/misc/
H A Dkxtj9.c119 input_report_abs(tj9->input_dev, ABS_Y, tj9->pdata.negate_y ? -y : y); in kxtj9_report_acceleration_data()