Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c33 static int revert_y_flag = 0; variable
216 if (1 == revert_y_flag) { in wacom_i2c_irq()
310 of_property_read_u32(wac_np, "revert_y", &revert_y_flag); in wacom_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c42 static int revert_y_flag = 0; variable
219 if(revert_y_flag && sig == ABS_MT_POSITION_Y){ in cyttsp5_report_event()
715 revert_y_flag = mt_pdata->swap_y; in cyttsp5_mt_probe()