Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c2099 ret = mutex_lock_killable(&hdev->ll_open_lock); in hid_hw_open()
2109 mutex_unlock(&hdev->ll_open_lock); in hid_hw_open()
2125 mutex_lock(&hdev->ll_open_lock); in hid_hw_close()
2128 mutex_unlock(&hdev->ll_open_lock); in hid_hw_close()
2481 mutex_init(&hdev->ll_open_lock); in hid_allocate_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h575 struct mutex ll_open_lock; member