Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp_core.c548 u32 dt_value; in cyttsp_parse_properties() local
572 if (!device_property_read_u32(dev, "active-distance", &dt_value)) { in cyttsp_parse_properties()
573 if (dt_value > 15) { in cyttsp_parse_properties()
575 dt_value); in cyttsp_parse_properties()
579 ts->act_dist |= dt_value; in cyttsp_parse_properties()
582 if (!device_property_read_u32(dev, "active-interval-ms", &dt_value)) { in cyttsp_parse_properties()
583 if (dt_value > 255) { in cyttsp_parse_properties()
585 dt_value); in cyttsp_parse_properties()
588 ts->act_intrvl = dt_value; in cyttsp_parse_properties()
591 if (!device_property_read_u32(dev, "lowpower-interval-ms", &dt_value)) { in cyttsp_parse_properties()
[all …]