Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/touchscreen/
Dtsc2007_core.c137 if (rt <= ts->max_rt) { in tsc2007_soft_irq()
142 rt = ts->max_rt - rt; in tsc2007_soft_irq()
225 ts->max_rt = val32; in tsc2007_probe_properties()
227 ts->max_rt = MAX_12BIT; in tsc2007_probe_properties()
268 ts->max_rt = pdata->max_rt ? : MAX_12BIT; in tsc2007_probe_pdev()
Dtsc2007.h68 u16 max_rt; member
/Linux-v6.6/include/linux/platform_data/
Dtsc2007.h10 u16 max_rt; /* max. resistance above which samples are ignored */ member