Home
last modified time | relevance | path

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

/linux-6.15/drivers/hid/
H A Dhid-core.c2395 if (!hdev->ll_open_count++) { in hid_hw_open()
2398 hdev->ll_open_count--; in hid_hw_open()
2418 if (!--hdev->ll_open_count) in hid_hw_close()
/linux-6.15/include/linux/
H A Dhid.h635 unsigned int ll_open_count; member