Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwm97xx-core.c332 if (!wm->mach_ops->acc_enabled || wm->mach_ops->acc_pen_down) { in wm97xx_pen_irq_worker()
343 if (!wm->pen_is_down && wm->mach_ops->acc_enabled) in wm97xx_pen_irq_worker()
409 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_read_samples()
507 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_ts_input_open()
576 if (wm->mach_ops && wm->mach_ops->acc_enabled) in wm97xx_ts_input_close()
H A Dzylonite-wm97xx.c173 .acc_enabled = 1,
H A Dmainstone-wm97xx.c268 .acc_enabled = 1,
/OK3568_Linux_fs/kernel/include/linux/
H A Dwm97xx.h251 int acc_enabled; member