Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp_core.c552 u32 dt_value; in cyttsp_parse_properties() local
576 if (!device_property_read_u32(dev, "active-distance", &dt_value)) { in cyttsp_parse_properties()
577 if (dt_value > 15) { in cyttsp_parse_properties()
579 dt_value); in cyttsp_parse_properties()
583 ts->act_dist |= dt_value; in cyttsp_parse_properties()
586 if (!device_property_read_u32(dev, "active-interval-ms", &dt_value)) { in cyttsp_parse_properties()
587 if (dt_value > 255) { in cyttsp_parse_properties()
589 dt_value); in cyttsp_parse_properties()
592 ts->act_intrvl = dt_value; in cyttsp_parse_properties()
595 if (!device_property_read_u32(dev, "lowpower-interval-ms", &dt_value)) { in cyttsp_parse_properties()
[all …]