Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w9013.c31 static int exchange_x_y_flag = 0; variable
169 if (1 == exchange_x_y_flag) { in wacom_query_device()
210 if (1 == exchange_x_y_flag) { in wacom_i2c_irq()
311 of_property_read_u32(wac_np, "xy_exchange", &exchange_x_y_flag); in wacom_i2c_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c43 static int exchange_x_y_flag = 0; variable
200 if(exchange_x_y_flag ){ in cyttsp5_report_event()
716 exchange_x_y_flag = mt_pdata->xy_exchange; in cyttsp5_mt_probe()
717 if (exchange_x_y_flag) { in cyttsp5_mt_probe()