Searched refs:cmd_timer (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/nfc/nfcmrvl/ |
H A D | fw_dnld.c | 104 if (timer_pending(&priv->ndev->cmd_timer)) in fw_dnld_over() 105 timer_delete_sync(&priv->ndev->cmd_timer); in fw_dnld_over() 467 if (timer_pending(&priv->ndev->cmd_timer)) in nfcmrvl_fw_dnld_recv_frame() 468 timer_delete_sync(&priv->ndev->cmd_timer); in nfcmrvl_fw_dnld_recv_frame()
|
/linux/net/nfc/hci/ |
H A D | core.c | 76 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 timer_delete_sync(&hdev->cmd_timer); in __nfc_hci_cmd_completion() 444 struct nfc_hci_dev *hdev = timer_container_of(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 timer_delete_sync(&hdev->cmd_timer); in nfc_hci_unregister_device()
|
/linux/net/nfc/nci/ |
H A D | core.c | 568 timer_delete_sync(&ndev->cmd_timer); in nci_close_device() 600 timer_delete_sync(&ndev->cmd_timer); in nci_close_device() 613 struct nci_dev *ndev = timer_container_of(ndev, t, cmd_timer); in nci_cmd_timer() 1271 timer_setup(&ndev->cmd_timer, nci_cmd_timer, 0); in nci_register_device() 1607 mod_timer(&ndev->cmd_timer, in nci_cmd_work()
|
H A D | rsp.c | 350 timer_delete(&ndev->cmd_timer); in nci_rsp_packet()
|
/linux/drivers/target/ |
H A D | target_core_user.c | 158 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 = timer_container_of(udev, t, cmd_timer); in tcmu_cmd_timedout() 1635 timer_setup(&udev->cmd_timer, tcmu_cmd_timedout, 0); in tcmu_alloc_device() 2324 timer_delete_sync(&udev->cmd_timer); in tcmu_destroy_device() 2411 timer_delete(&udev->cmd_timer); in tcmu_reset_ring() 3289 &udev->cmd_timer); in check_timedout_devices()
|
/linux/include/net/nfc/ |
H A D | hci.h | 112 struct timer_list cmd_timer; member
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | cmdevt.c | 280 mod_timer(&adapter->cmd_timer, in mwifiex_dnld_cmd_to_fw() 831 timer_delete_sync(&adapter->cmd_timer); in mwifiex_process_cmdresp() 938 cmd_timer); in mwifiex_cmd_timeout_func()
|
H A D | init.c | 612 timer_delete_sync(&adapter->cmd_timer); in mwifiex_shutdown_drv()
|
/linux/net/bluetooth/ |
H A D | hci_core.c | 556 cancel_delayed_work(&hdev->cmd_timer); in hci_dev_do_reset() 1466 cmd_timer.work); in hci_cmd_timeout() 2565 INIT_DELAYED_WORK(&hdev->cmd_timer, hci_cmd_timeout); in hci_alloc_dev_priv() 2819 disable_delayed_work_sync(&hdev->cmd_timer); in hci_cancel_cmd_sync() 2822 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_cancel_cmd_sync() 4145 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_work() 4147 queue_delayed_work(hdev->workqueue, &hdev->cmd_timer, in hci_cmd_work()
|
H A D | hci_sync.c | 346 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_cmd_sync_cancel_work() 5157 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_open_sync() 5249 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_close_sync() 5329 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_close_sync()
|
H A D | hci_event.c | 3723 cancel_delayed_work(&hdev->cmd_timer); in handle_cmd_cnt_and_timer()
|
/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 437 return mod_delayed_work(system_wq, &xhci->cmd_timer, in xhci_mod_cmd_timer() 1714 xhci = container_of(to_delayed_work(work), struct xhci_hcd, cmd_timer); in xhci_handle_command_timeout() 1722 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout() 1827 cancel_delayed_work(&xhci->cmd_timer); in handle_cmd_completion()
|
H A D | xhci.h | 1543 struct delayed_work cmd_timer; member
|
H A D | xhci-mem.c | 1905 cancel_delayed_work_sync(&xhci->cmd_timer); in xhci_mem_cleanup()
|
H A D | xhci.c | 544 INIT_DELAYED_WORK(&xhci->cmd_timer, xhci_handle_command_timeout); in xhci_init()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 508 struct delayed_work cmd_timer; member
|