Home
last modified time | relevance | path

Searched refs:ELAN_TS_RESOLUTION (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Delants_i2c.c48 #define ELAN_TS_RESOLUTION(n, m) (((n) - 1) * (m)) macro
517 ts->x_max = ELAN_TS_RESOLUTION(rows, osr); in elants_i2c_query_ts_info()
519 ts->y_max = ELAN_TS_RESOLUTION(cols, osr); in elants_i2c_query_ts_info()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Delants_i2c.c49 #define ELAN_TS_RESOLUTION(n, m) (((n) - 1) * (m)) macro
577 ts->x_max = ELAN_TS_RESOLUTION(rows, osr); in elants_i2c_query_ts_info_ekth()
579 ts->y_max = ELAN_TS_RESOLUTION(cols, osr); in elants_i2c_query_ts_info_ekth()

Completed in 5 milliseconds