Home
last modified time | relevance | path

Searched refs:tthe_lock (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_core.c184 mutex_lock(&cd->tthe_lock); in tthe_print()
220 mutex_unlock(&cd->tthe_lock); in tthe_print()
5594 mutex_lock(&cd->tthe_lock); in tthe_debugfs_read()
5596 mutex_unlock(&cd->tthe_lock); in tthe_debugfs_read()
5604 mutex_unlock(&cd->tthe_lock); in tthe_debugfs_read()
5613 mutex_unlock(&cd->tthe_lock); in tthe_debugfs_read()
6115 mutex_init(&cd->tthe_lock); in cyttsp5_probe()
6268 mutex_lock(&cd->tthe_lock); in cyttsp5_release()
6271 mutex_unlock(&cd->tthe_lock); in cyttsp5_release()
H A Dcyttsp5_regs.h1017 struct mutex tthe_lock; member