Searched refs:cmd_timer (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/block/rsxx/ |
D | cregs.c | 155 mod_timer(&card->creg_ctrl.cmd_timer, in creg_kick_queue() 249 if (del_timer_sync(&card->creg_ctrl.cmd_timer) == 0) in creg_cmd_done() 345 if (timer_pending(&card->creg_ctrl.cmd_timer)) in creg_reset() 346 del_timer_sync(&card->creg_ctrl.cmd_timer); in creg_reset() 716 del_timer_sync(&card->creg_ctrl.cmd_timer); in rsxx_eeh_save_issued_creg() 748 setup_timer(&card->creg_ctrl.cmd_timer, creg_cmd_timed_out, in rsxx_creg_setup() 777 if (timer_pending(&card->creg_ctrl.cmd_timer)) in rsxx_creg_destroy() 778 del_timer_sync(&card->creg_ctrl.cmd_timer); in rsxx_creg_destroy()
|
D | rsxx_priv.h | 149 struct timer_list cmd_timer; member
|
/linux-4.1.27/net/nfc/hci/ |
D | core.c | 88 if (timer_pending(&hdev->cmd_timer) == 0) { in nfc_hci_msg_tx_work() 131 mod_timer(&hdev->cmd_timer, jiffies + in nfc_hci_msg_tx_work() 163 del_timer_sync(&hdev->cmd_timer); in __nfc_hci_cmd_completion() 1006 init_timer(&hdev->cmd_timer); in nfc_hci_register_device() 1007 hdev->cmd_timer.data = (unsigned long)hdev; in nfc_hci_register_device() 1008 hdev->cmd_timer.function = nfc_hci_cmd_timeout; in nfc_hci_register_device() 1039 del_timer_sync(&hdev->cmd_timer); in nfc_hci_unregister_device()
|
/linux-4.1.27/net/nfc/nci/ |
D | core.c | 389 del_timer_sync(&ndev->cmd_timer); in nci_close_device() 412 del_timer_sync(&ndev->cmd_timer); in nci_close_device() 1045 setup_timer(&ndev->cmd_timer, nci_cmd_timer, in nci_register_device() 1276 mod_timer(&ndev->cmd_timer, in nci_cmd_work()
|
D | rsp.c | 288 del_timer(&ndev->cmd_timer); in nci_rsp_packet()
|
/linux-4.1.27/include/net/nfc/ |
D | hci.h | 124 struct timer_list cmd_timer; member
|
D | nci_core.h | 200 struct timer_list cmd_timer; member
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | main.c | 86 setup_timer(&adapter->cmd_timer, mwifiex_cmd_timeout_func, in mwifiex_register() 119 del_timer_sync(&adapter->cmd_timer); in mwifiex_unregister()
|
D | cmdevt.c | 250 mod_timer(&adapter->cmd_timer, in mwifiex_dnld_cmd_to_fw() 771 del_timer_sync(&adapter->cmd_timer); in mwifiex_process_cmdresp()
|
D | init.c | 669 del_timer_sync(&adapter->cmd_timer); in mwifiex_shutdown_drv()
|
D | main.h | 816 struct timer_list cmd_timer; member
|
/linux-4.1.27/net/bluetooth/ |
D | hci_core.c | 1573 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_do_close() 1645 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_do_close() 2513 cmd_timer.work); in hci_cmd_timeout() 3081 INIT_DELAYED_WORK(&hdev->cmd_timer, hci_cmd_timeout); in hci_alloc_dev() 4232 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_work() 4234 schedule_delayed_work(&hdev->cmd_timer, in hci_cmd_work()
|
D | hci_event.c | 3045 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_complete_evt() 3148 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_status_evt()
|
/linux-4.1.27/drivers/usb/host/ |
D | xhci-ring.c | 1242 mod_timer(&xhci->cmd_timer, jiffies + XHCI_CMD_DEFAULT_TIMEOUT); in xhci_handle_stopped_cmd_ring() 1323 del_timer(&xhci->cmd_timer); in handle_cmd_completion() 1404 mod_timer(&xhci->cmd_timer, jiffies + XHCI_CMD_DEFAULT_TIMEOUT); in handle_cmd_completion() 3851 !timer_pending(&xhci->cmd_timer)) { in queue_command() 3853 mod_timer(&xhci->cmd_timer, jiffies + XHCI_CMD_DEFAULT_TIMEOUT); in queue_command()
|
D | xhci.h | 1493 struct timer_list cmd_timer; member
|
D | xhci-mem.c | 1795 del_timer_sync(&xhci->cmd_timer); in xhci_mem_cleanup() 2330 setup_timer(&xhci->cmd_timer, xhci_handle_command_timeout, in xhci_mem_init()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 318 struct delayed_work cmd_timer; member
|