Searched refs:req_wait_q (Results 1 – 2 of 2) sorted by relevance
133 wake_up_interruptible(&hdev->req_wait_q); in hci_req_complete()144 wake_up_interruptible(&hdev->req_wait_q); in hci_req_cancel()158 add_wait_queue(&hdev->req_wait_q, &wait); in __hci_request()165 remove_wait_queue(&hdev->req_wait_q, &wait); in __hci_request()832 init_waitqueue_head(&hdev->req_wait_q); in hci_register_dev()
102 wait_queue_head_t req_wait_q; member