Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hid/
Dhid-core.c2096 ret = mutex_lock_killable(&hdev->ll_open_lock); in hid_hw_open()
2106 mutex_unlock(&hdev->ll_open_lock); in hid_hw_open()
2122 mutex_lock(&hdev->ll_open_lock); in hid_hw_close()
2125 mutex_unlock(&hdev->ll_open_lock); in hid_hw_close()
2476 mutex_init(&hdev->ll_open_lock); in hid_allocate_device()
/Linux-v5.15/include/linux/
Dhid.h577 struct mutex ll_open_lock; member