Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/touchscreen/
Dcyttsp_core.c534 u32 dt_value; in cyttsp_parse_properties() local
558 if (!device_property_read_u32(dev, "active-distance", &dt_value)) { in cyttsp_parse_properties()
559 if (dt_value > 15) { in cyttsp_parse_properties()
561 dt_value); in cyttsp_parse_properties()
565 ts->act_dist |= dt_value; in cyttsp_parse_properties()
568 if (!device_property_read_u32(dev, "active-interval-ms", &dt_value)) { in cyttsp_parse_properties()
569 if (dt_value > 255) { in cyttsp_parse_properties()
571 dt_value); in cyttsp_parse_properties()
574 ts->act_intrvl = dt_value; in cyttsp_parse_properties()
577 if (!device_property_read_u32(dev, "lowpower-interval-ms", &dt_value)) { in cyttsp_parse_properties()
[all …]