Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-core.c2420 if (!hdev->ll_open_count++) { in hid_hw_open()
2423 hdev->ll_open_count--; in hid_hw_open()
2446 if (!--hdev->ll_open_count) { in hid_hw_close()
/linux/include/linux/
H A Dhid.h668 unsigned int ll_open_count; member