Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dads7846.c128 u16 debounce_max; member
649 if (ts->read_cnt < ts->debounce_max) { in ads7846_debounce_filter()
1250 of_property_read_u16(node, "ti,debounce-max", &pdata->debounce_max); in ads7846_probe_dt()
1252 pdata->debounce_max = (u16) value; in ads7846_probe_dt()
1345 } else if (pdata->debounce_max) { in ads7846_probe()
1346 ts->debounce_max = pdata->debounce_max; in ads7846_probe()
1347 if (ts->debounce_max < 2) in ads7846_probe()
1348 ts->debounce_max = 2; in ads7846_probe()
/OK3568_Linux_fs/kernel/include/linux/spi/
H A Dads7846.h44 u16 debounce_max; /* max number of additional readings member
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-nokia770.c120 .debounce_max = 10,
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dhx4700.c609 .debounce_max = 10,
H A Dmagician.c927 .debounce_max = 3, /* first readout is always bad */