Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/input/touchscreen/
Dcyttsp_core.c553 u32 dt_value; in cyttsp_parse_properties() local
577 if (!device_property_read_u32(dev, "active-distance", &dt_value)) { in cyttsp_parse_properties()
578 if (dt_value > 15) { in cyttsp_parse_properties()
580 dt_value); in cyttsp_parse_properties()
584 ts->act_dist |= dt_value; in cyttsp_parse_properties()
587 if (!device_property_read_u32(dev, "active-interval-ms", &dt_value)) { in cyttsp_parse_properties()
588 if (dt_value > 255) { in cyttsp_parse_properties()
590 dt_value); in cyttsp_parse_properties()
593 ts->act_intrvl = dt_value; in cyttsp_parse_properties()
596 if (!device_property_read_u32(dev, "lowpower-interval-ms", &dt_value)) { in cyttsp_parse_properties()
[all …]