Searched refs:debounce_max (Results 1 – 5 of 5) sorted by relevance
44 u16 debounce_max; /* max number of additional readings member
129 u16 debounce_max; member631 if (ts->read_cnt < ts->debounce_max) { in ads7846_debounce_filter()1232 of_property_read_u16(node, "ti,debounce-max", &pdata->debounce_max); in ads7846_probe_dt()1328 } else if (pdata->debounce_max) { in ads7846_probe()1329 ts->debounce_max = pdata->debounce_max; in ads7846_probe()1330 if (ts->debounce_max < 2) in ads7846_probe()1331 ts->debounce_max = 2; in ads7846_probe()
123 .debounce_max = 10,
608 .debounce_max = 10,
898 .debounce_max = 3, /* first readout is always bad */