Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/input/touchscreen/
Dwm97xx-core.c333 if (!wm->mach_ops->acc_enabled || wm->mach_ops->acc_pen_down) { in wm97xx_pen_interrupt()
344 if (!wm->pen_is_down && wm->mach_ops->acc_enabled) in wm97xx_pen_interrupt()
386 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_read_samples()
484 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_ts_input_open()
548 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_ts_input_close()
Dmainstone-wm97xx.c240 .acc_enabled = 1,
/Linux-v6.6/include/linux/
Dwm97xx.h251 int acc_enabled; member