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.c557 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_do_reset()
1487 ncmd_timer.work); in hci_ncmd_timeout()
2564 INIT_DELAYED_WORK(&hdev->ncmd_timer, hci_ncmd_timeout); in hci_alloc_dev_priv()
2818 disable_delayed_work_sync(&hdev->ncmd_timer); in hci_cancel_cmd_sync()
2821 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()
5229 disable_delayed_work(&hdev->ncmd_timer); in hci_dev_close_sync()
5233 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_close_sync()
H A Dhci_event.c3733 cancel_delayed_work(&hdev->ncmd_timer); in handle_cmd_cnt_and_timer()
3737 queue_delayed_work(hdev->workqueue, &hdev->ncmd_timer, in handle_cmd_cnt_and_timer()
/linux/include/net/bluetooth/
H A Dhci_core.h513 struct delayed_work ncmd_timer; member