Searched refs:debounce_rep (Results 1 – 2 of 2) sorted by relevance
36 u16 debounce_rep; /* additional consecutive good readings member
126 u16 debounce_rep; member 670 if (++ts->read_rep > ts->debounce_rep) { in ads7846_debounce_filter() 1033 if (ts->debounce_max && ts->debounce_rep) in ads7846_setup_spi_msg() 1034 /* ads7846_debounce_filter() is making ts->debounce_rep + 2 in ads7846_setup_spi_msg() 1036 packet->count = ts->debounce_rep + 2; in ads7846_setup_spi_msg() 1171 device_property_read_u16(dev, "ti,debounce-rep", &pdata->debounce_rep); in ads7846_get_props() 1259 ts->debounce_rep = pdata->debounce_rep; in ads7846_probe()