report_queue      279 net/bluetooth/hidp/core.c 		res = wait_event_interruptible_timeout(session->report_queue,
report_queue      354 net/bluetooth/hidp/core.c 		res = wait_event_interruptible_timeout(session->report_queue,
report_queue      466 net/bluetooth/hidp/core.c 			wake_up_interruptible(&session->report_queue);
report_queue      489 net/bluetooth/hidp/core.c 		wake_up_interruptible(&session->report_queue);
report_queue      543 net/bluetooth/hidp/core.c 			wake_up_interruptible(&session->report_queue);
report_queue      956 net/bluetooth/hidp/core.c 	init_waitqueue_head(&session->report_queue);
report_queue     1294 net/bluetooth/hidp/core.c 	wake_up_interruptible(&session->report_queue);
report_queue      179 net/bluetooth/hidp/hidp.h 	wait_queue_head_t report_queue;