Searched refs:dt_value (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp_core.c | 534 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...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp_core.c | 552 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...] |
Completed in 2 milliseconds