Home
last modified time | relevance | path

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

/linux-6.6.21/net/bluetooth/
Dhci_core.c610 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_do_reset()
1514 ncmd_timer.work); in hci_ncmd_timeout()
2578 INIT_DELAYED_WORK(&hdev->ncmd_timer, hci_ncmd_timeout); in hci_alloc_dev_priv()
Dhci_sync.c321 cancel_delayed_work_sync(&hdev->ncmd_timer); in hci_cmd_sync_cancel_work()
664 cancel_delayed_work_sync(&hdev->ncmd_timer); in __hci_cmd_sync_cancel()
4966 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_close_sync()
Dhci_event.c3785 cancel_delayed_work(&hdev->ncmd_timer); in handle_cmd_cnt_and_timer()
3789 queue_delayed_work(hdev->workqueue, &hdev->ncmd_timer, in handle_cmd_cnt_and_timer()
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h535 struct delayed_work ncmd_timer; member