report_mutex      261 net/bluetooth/hidp/core.c 	if (mutex_lock_interruptible(&session->report_mutex))
report_mutex      308 net/bluetooth/hidp/core.c 	mutex_unlock(&session->report_mutex);
report_mutex      314 net/bluetooth/hidp/core.c 	mutex_unlock(&session->report_mutex);
report_mutex      339 net/bluetooth/hidp/core.c 	if (mutex_lock_interruptible(&session->report_mutex))
report_mutex      379 net/bluetooth/hidp/core.c 	mutex_unlock(&session->report_mutex);
report_mutex      955 net/bluetooth/hidp/core.c 	mutex_init(&session->report_mutex);
report_mutex      177 net/bluetooth/hidp/hidp.h 	struct mutex report_mutex;