Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bluetooth/
Dhci_core.c133 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()
/linux-2.4.37.9/include/net/bluetooth/
Dhci_core.h102 wait_queue_head_t req_wait_q; member