Home
last modified time | relevance | path

Searched refs:cmd_timer (Results 1 – 18 of 18) sorted by relevance

/linux-6.6.21/drivers/nfc/nfcmrvl/
Dfw_dnld.c104 if (timer_pending(&priv->ndev->cmd_timer)) in fw_dnld_over()
105 del_timer_sync(&priv->ndev->cmd_timer); in fw_dnld_over()
466 if (timer_pending(&priv->ndev->cmd_timer)) in nfcmrvl_fw_dnld_recv_frame()
467 del_timer_sync(&priv->ndev->cmd_timer); in nfcmrvl_fw_dnld_recv_frame()
/linux-6.6.21/net/nfc/hci/
Dcore.c76 if (timer_pending(&hdev->cmd_timer) == 0) { in nfc_hci_msg_tx_work()
119 mod_timer(&hdev->cmd_timer, jiffies + in nfc_hci_msg_tx_work()
151 del_timer_sync(&hdev->cmd_timer); in __nfc_hci_cmd_completion()
444 struct nfc_hci_dev *hdev = from_timer(hdev, t, cmd_timer); in nfc_hci_cmd_timeout()
1018 timer_setup(&hdev->cmd_timer, nfc_hci_cmd_timeout, 0); in nfc_hci_register_device()
1049 del_timer_sync(&hdev->cmd_timer); in nfc_hci_unregister_device()
/linux-6.6.21/net/nfc/nci/
Dcore.c568 del_timer_sync(&ndev->cmd_timer); in nci_close_device()
600 del_timer_sync(&ndev->cmd_timer); in nci_close_device()
613 struct nci_dev *ndev = from_timer(ndev, t, cmd_timer); in nci_cmd_timer()
1260 timer_setup(&ndev->cmd_timer, nci_cmd_timer, 0); in nci_register_device()
1578 mod_timer(&ndev->cmd_timer, in nci_cmd_work()
Drsp.c350 del_timer(&ndev->cmd_timer); in nci_rsp_packet()
/linux-6.6.21/include/net/nfc/
Dhci.h112 struct timer_list cmd_timer; member
Dnci_core.h213 struct timer_list cmd_timer; member
/linux-6.6.21/drivers/target/
Dtarget_core_user.c158 struct timer_list cmd_timer; member
1113 tcmu_setup_cmd_timer(tcmu_cmd, udev->cmd_time_out, &udev->cmd_timer); in queue_cmd_ring()
1513 tcmu_set_next_deadline(&udev->inflight_queue, &udev->cmd_timer); in tcmu_handle_completions()
1567 struct tcmu_dev *udev = from_timer(udev, t, cmd_timer); in tcmu_cmd_timedout()
1635 timer_setup(&udev->cmd_timer, tcmu_cmd_timedout, 0); in tcmu_alloc_device()
2324 del_timer_sync(&udev->cmd_timer); in tcmu_destroy_device()
2411 del_timer(&udev->cmd_timer); in tcmu_reset_ring()
3289 &udev->cmd_timer); in check_timedout_devices()
/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Dcmdevt.c282 mod_timer(&adapter->cmd_timer, in mwifiex_dnld_cmd_to_fw()
837 del_timer_sync(&adapter->cmd_timer); in mwifiex_process_cmdresp()
935 struct mwifiex_adapter *adapter = from_timer(adapter, t, cmd_timer); in mwifiex_cmd_timeout_func()
Dinit.c623 del_timer_sync(&adapter->cmd_timer); in mwifiex_shutdown_drv()
Dmain.c93 timer_setup(&adapter->cmd_timer, mwifiex_cmd_timeout_func, 0); in mwifiex_register()
126 timer_shutdown_sync(&adapter->cmd_timer); in mwifiex_unregister()
Dmain.h918 struct timer_list cmd_timer; member
/linux-6.6.21/net/bluetooth/
Dhci_core.c609 cancel_delayed_work(&hdev->cmd_timer); in hci_dev_do_reset()
1492 cmd_timer.work); in hci_cmd_timeout()
2577 INIT_DELAYED_WORK(&hdev->cmd_timer, hci_cmd_timeout); in hci_alloc_dev_priv()
4161 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_work()
4163 queue_delayed_work(hdev->workqueue, &hdev->cmd_timer, in hci_cmd_work()
Dhci_sync.c320 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_cmd_sync_cancel_work()
663 cancel_delayed_work_sync(&hdev->cmd_timer); in __hci_cmd_sync_cancel()
4900 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_open_sync()
4980 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_close_sync()
5061 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_close_sync()
Dhci_event.c3780 cancel_delayed_work(&hdev->cmd_timer); in handle_cmd_cnt_and_timer()
/linux-6.6.21/drivers/usb/host/
Dxhci-ring.c371 return mod_delayed_work(system_wq, &xhci->cmd_timer, delay); in xhci_mod_cmd_timer()
1594 xhci = container_of(to_delayed_work(work), struct xhci_hcd, cmd_timer); in xhci_handle_command_timeout()
1602 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1698 cancel_delayed_work(&xhci->cmd_timer); in handle_cmd_completion()
Dxhci-mem.c1845 cancel_delayed_work_sync(&xhci->cmd_timer); in xhci_mem_cleanup()
2310 INIT_DELAYED_WORK(&xhci->cmd_timer, xhci_handle_command_timeout); in xhci_mem_init()
Dxhci.h1811 struct delayed_work cmd_timer; member
/linux-6.6.21/include/net/bluetooth/
Dhci_core.h534 struct delayed_work cmd_timer; member