Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/input/
H A Dkxtj9.h30 bool negate_z; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dl3g4200d.h109 u8 negate_z; member
/OK3568_Linux_fs/kernel/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()