Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_core.c560 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_do_reset()
1464 ncmd_timer.work); in hci_ncmd_timeout()
2534 INIT_DELAYED_WORK(&hdev->ncmd_timer, hci_ncmd_timeout); in hci_alloc_dev_priv()
2785 cancel_delayed_work_sync(&hdev->ncmd_timer); in hci_cancel_cmd_sync()
H A Dhci_sync.c342 cancel_delayed_work_sync(&hdev->ncmd_timer); in hci_cmd_sync_cancel_work()
5158 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_close_sync()
H A Dhci_event.c3744 cancel_delayed_work(&hdev->ncmd_timer); in handle_cmd_cnt_and_timer()
3748 queue_delayed_work(hdev->workqueue, &hdev->ncmd_timer, in handle_cmd_cnt_and_timer()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h500 struct delayed_work ncmd_timer; member