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

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

Completed in 34 milliseconds