Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_device_access.c229 struct mutex cmcp_threshold_lock; member
2818 mutex_lock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_loading_show()
2820 mutex_unlock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_loading_show()
3318 mutex_lock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_loading_store()
3349 mutex_unlock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_loading_store()
3376 mutex_lock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_data_write()
3379 mutex_unlock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_data_write()
3387 mutex_unlock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_data_write()
3395 mutex_unlock(&dad->cmcp_threshold_lock); in cyttsp5_cmcp_threshold_data_write()
5078 mutex_init(&dad->cmcp_threshold_lock); in cyttsp5_device_access_probe()