Searched refs:cmd_timer (Results 1 – 12 of 12) sorted by relevance
| /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() 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 D | core.c | 568 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 D | rsp.c | 350 timer_delete(&ndev->cmd_timer); in nci_rsp_packet()
|
| /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 | main.c | 94 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 D | hci_core.c | 1428 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 D | hci_sync.c | 346 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 D | hci_event.c | 3770 cancel_delayed_work(&hdev->cmd_timer); in handle_cmd_cnt_and_timer()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 438 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 D | xhci.c | 1178 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 D | hci_core.h | 515 struct delayed_work cmd_timer; member
|