Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c2103 if (!hdev->ll_open_count++) { in hid_hw_open()
2106 hdev->ll_open_count--; in hid_hw_open()
2126 if (!--hdev->ll_open_count) in hid_hw_close()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhid.h576 unsigned int ll_open_count; member