Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
A Dcyttsp_core.c551 u32 dt_value; in cyttsp_parse_properties() local
576 if (dt_value > 15) { in cyttsp_parse_properties()
578 dt_value); in cyttsp_parse_properties()
582 ts->act_dist |= dt_value; in cyttsp_parse_properties()
586 if (dt_value > 255) { in cyttsp_parse_properties()
588 dt_value); in cyttsp_parse_properties()
591 ts->act_intrvl = dt_value; in cyttsp_parse_properties()
595 if (dt_value > 2550) { in cyttsp_parse_properties()
597 dt_value); in cyttsp_parse_properties()
605 if (dt_value > 2550) { in cyttsp_parse_properties()
[all …]

Completed in 4 milliseconds