Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hid/
Dhid-logitech-hidpp.c94 struct mutex send_mutex; member
176 mutex_lock(&hidpp->send_mutex); in hidpp_send_message_sync()
217 mutex_unlock(&hidpp->send_mutex); in hidpp_send_message_sync()
976 if (unlikely(mutex_is_locked(&hidpp->send_mutex))) { in hidpp_raw_hidpp_event()
1197 mutex_init(&hidpp->send_mutex); in hidpp_probe()
1255 mutex_destroy(&hidpp->send_mutex); in hidpp_probe()
1266 mutex_destroy(&hidpp->send_mutex); in hidpp_remove()