Home
last modified time | relevance | path

Searched refs:ncmd_timer (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A Dhci_core.c539 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_do_reset()
1471 ncmd_timer.work); in hci_ncmd_timeout()
2530 INIT_DELAYED_WORK(&hdev->ncmd_timer, hci_ncmd_timeout); in hci_alloc_dev_priv()
2781 disable_delayed_work_sync(&hdev->ncmd_timer); in hci_cancel_cmd_sync()
2784 cancel_delayed_work_sync(&hdev->ncmd_timer); in hci_cancel_cmd_sync()
H A Dhci_sync.c347 cancel_delayed_work_sync(&hdev->ncmd_timer); in hci_cmd_sync_cancel_work()
5132 disable_delayed_work(&hdev->ncmd_timer); in hci_dev_close_sync()
5136 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_close_sync()
H A Dhci_event.c3748 cancel_delayed_work(&hdev->ncmd_timer); in handle_cmd_cnt_and_timer()
3752 queue_delayed_work(hdev->workqueue, &hdev->ncmd_timer, in handle_cmd_cnt_and_timer()
/linux/include/net/bluetooth/
H A Dhci_core.h499 struct delayed_work ncmd_timer; member