Home
last modified time | relevance | path

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

/linux/net/nfc/hci/
H A 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 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()
1028 timer_setup(&hdev->cmd_timer, nfc_hci_cmd_timeout, 0); in nfc_hci_register_device()
1059 timer_delete_sync(&hdev->cmd_timer); in nfc_hci_unregister_device()
/linux/net/nfc/nci/
H A Dcore.c568 timer_delete_sync(&ndev->cmd_timer); in nci_close_device()
603 timer_delete_sync(&ndev->cmd_timer); in nci_close_device()
624 struct nci_dev *ndev = timer_container_of(ndev, t, cmd_timer); in nci_cmd_timer()
1287 timer_setup(&ndev->cmd_timer, nci_cmd_timer, 0); in nci_register_device()
1635 mod_timer(&ndev->cmd_timer, in nci_cmd_work()
H A Drsp.c350 timer_delete(&ndev->cmd_timer); in nci_rsp_packet()
/linux/include/net/nfc/
H A Dhci.h112 struct timer_list cmd_timer; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c280 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 Dmain.c94 timer_setup(&adapter->cmd_timer, mwifiex_cmd_timeout_func, 0); in mwifiex_register()
127 timer_shutdown_sync(&adapter->cmd_timer); in mwifiex_unregister()
/linux/net/bluetooth/
H A Dhci_core.c1428 cmd_timer.work); in hci_cmd_timeout()
2527 INIT_DELAYED_WORK(&hdev->cmd_timer, hci_cmd_timeout); in hci_alloc_dev_priv()
2781 disable_delayed_work_sync(&hdev->cmd_timer); in hci_cancel_cmd_sync()
2784 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_cancel_cmd_sync()
4123 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_work()
4125 queue_delayed_work(hdev->workqueue, &hdev->cmd_timer, in hci_cmd_work()
H A Dhci_sync.c346 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_cmd_sync_cancel_work()
5239 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_open_sync()
5337 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_close_sync()
5422 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_close_sync()
H A Dhci_event.c3770 cancel_delayed_work(&hdev->cmd_timer); in handle_cmd_cnt_and_timer()
/linux/drivers/usb/host/
H A Dxhci-ring.c438 return mod_delayed_work(system_percpu_wq, &xhci->cmd_timer, in xhci_mod_cmd_timer()
1726 xhci = container_of(to_delayed_work(work), struct xhci_hcd, cmd_timer); in xhci_handle_command_timeout()
1734 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout()
1839 cancel_delayed_work(&xhci->cmd_timer); in handle_cmd_completion()
H A Dxhci.c1178 cancel_delayed_work_sync(&xhci->cmd_timer); in xhci_resume()
5532 INIT_DELAYED_WORK(&xhci->cmd_timer, xhci_handle_command_timeout); in xhci_gen_setup()
/linux/include/net/bluetooth/
H A Dhci_core.h515 struct delayed_work cmd_timer; member