Searched refs:dt_value (Results 1 – 1 of 1) sorted by relevance
551 u32 dt_value; in cyttsp_parse_properties() local575 if (!device_property_read_u32(dev, "active-distance", &dt_value)) { in cyttsp_parse_properties()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()585 if (!device_property_read_u32(dev, "active-interval-ms", &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()594 if (!device_property_read_u32(dev, "lowpower-interval-ms", &dt_value)) { in cyttsp_parse_properties()[all …]