Home
last modified time | relevance | path

Searched refs:acc_enabled (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dwm97xx-core.c337 if (!wm->mach_ops->acc_enabled || wm->mach_ops->acc_pen_down) { in wm97xx_pen_irq_worker()
348 if (!wm->pen_is_down && wm->mach_ops->acc_enabled) in wm97xx_pen_irq_worker()
414 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_read_samples()
512 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_ts_input_open()
581 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_ts_input_close()
Dzylonite-wm97xx.c177 .acc_enabled = 1,
Dmainstone-wm97xx.c273 .acc_enabled = 1,
/Linux-v4.19/include/linux/
Dwm97xx.h251 int acc_enabled; member