Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/hid/
Dhid-core.c2346 ret = mutex_lock_killable(&hdev->ll_open_lock); in hid_hw_open()
2356 mutex_unlock(&hdev->ll_open_lock); in hid_hw_open()
2372 mutex_lock(&hdev->ll_open_lock); in hid_hw_close()
2375 mutex_unlock(&hdev->ll_open_lock); in hid_hw_close()
2855 mutex_init(&hdev->ll_open_lock); in hid_allocate_device()
/linux-6.6.21/include/linux/
Dhid.h627 struct mutex ll_open_lock; member