Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/input/
H A Dkxtj9.h30 bool negate_z; member
/openbmc/linux/drivers/input/misc/
H A Dkxtj9.c120 input_report_abs(tj9->input_dev, ABS_Z, tj9->pdata.negate_z ? -z : z); in kxtj9_report_acceleration_data()