Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c396 int *x_dim = &data->pdata->key_x_coords[0]; in fts_input_report_key() local
403 if ((x >= x_dim[i] - FTS_KEY_DIM) && (x <= x_dim[i] + FTS_KEY_DIM) && in fts_input_report_key()