Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c32 static int revert_x_flag = 0; variable
213 if (1 == revert_x_flag) { in wacom_i2c_irq()
309 of_property_read_u32(wac_np, "revert_x", &revert_x_flag); in wacom_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c41 static int revert_x_flag = 0; variable
215 if(revert_x_flag && sig == ABS_MT_POSITION_X){ in cyttsp5_report_event()
714 revert_x_flag = mt_pdata->swap_x; in cyttsp5_mt_probe()