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.c561 cancel_delayed_work(&hdev->ncmd_timer); in hci_dev_do_reset()
1465 ncmd_timer.work); in hci_ncmd_timeout()
2535 INIT_DELAYED_WORK(&hdev->ncmd_timer, hci_ncmd_timeout); in hci_alloc_dev_priv()
2786 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.c3751 cancel_delayed_work(&hdev->ncmd_timer); in handle_cmd_cnt_and_timer()
3755 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