| /OK3568_Linux_fs/kernel/drivers/block/rsxx/ |
| H A D | cregs.c | 141 mod_timer(&card->creg_ctrl.cmd_timer, in creg_kick_queue() 194 struct rsxx_cardinfo *card = from_timer(card, t, creg_ctrl.cmd_timer); in creg_cmd_timed_out() 235 if (del_timer_sync(&card->creg_ctrl.cmd_timer) == 0) in creg_cmd_done() 331 if (timer_pending(&card->creg_ctrl.cmd_timer)) in creg_reset() 332 del_timer_sync(&card->creg_ctrl.cmd_timer); in creg_reset() 702 del_timer_sync(&card->creg_ctrl.cmd_timer); in rsxx_eeh_save_issued_creg() 734 timer_setup(&card->creg_ctrl.cmd_timer, creg_cmd_timed_out, 0); in rsxx_creg_setup() 762 if (timer_pending(&card->creg_ctrl.cmd_timer)) in rsxx_creg_destroy() 763 del_timer_sync(&card->creg_ctrl.cmd_timer); in rsxx_creg_destroy()
|
| H A D | rsxx_priv.h | 135 struct timer_list cmd_timer; member
|
| /OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/ |
| H A D | fw_dnld.c | 117 if (timer_pending(&priv->ndev->cmd_timer)) in fw_dnld_over() 118 del_timer_sync(&priv->ndev->cmd_timer); in fw_dnld_over() 477 if (timer_pending(&priv->ndev->cmd_timer)) in nfcmrvl_fw_dnld_recv_frame() 478 del_timer_sync(&priv->ndev->cmd_timer); in nfcmrvl_fw_dnld_recv_frame()
|
| /OK3568_Linux_fs/kernel/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 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()
|
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | core.c | 555 del_timer_sync(&ndev->cmd_timer); in nci_close_device() 587 del_timer_sync(&ndev->cmd_timer); in nci_close_device() 600 struct nci_dev *ndev = from_timer(ndev, t, cmd_timer); in nci_cmd_timer() 1240 timer_setup(&ndev->cmd_timer, nci_cmd_timer, 0); in nci_register_device() 1554 mod_timer(&ndev->cmd_timer, in nci_cmd_work()
|
| H A D | rsp.c | 293 del_timer(&ndev->cmd_timer); in nci_rsp_packet()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_user.c | 150 struct timer_list cmd_timer; member 1086 tcmu_setup_cmd_timer(tcmu_cmd, udev->cmd_time_out, &udev->cmd_timer); in queue_cmd_ring() 1458 tcmu_set_next_deadline(&udev->inflight_queue, &udev->cmd_timer); in tcmu_handle_completions() 1512 struct tcmu_dev *udev = from_timer(udev, t, cmd_timer); in tcmu_cmd_timedout() 1576 timer_setup(&udev->cmd_timer, tcmu_cmd_timedout, 0); in tcmu_alloc_device() 2179 del_timer_sync(&udev->cmd_timer); in tcmu_destroy_device() 2262 del_timer(&udev->cmd_timer); in tcmu_reset_ring() 2957 &udev->cmd_timer); in check_timedout_devices()
|
| /OK3568_Linux_fs/kernel/include/net/nfc/ |
| H A D | hci.h | 112 struct timer_list cmd_timer; member
|
| H A D | nci_core.h | 213 struct timer_list cmd_timer; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cmdevt.c | 294 mod_timer(&adapter->cmd_timer, in mwifiex_dnld_cmd_to_fw() 835 del_timer_sync(&adapter->cmd_timer); in mwifiex_process_cmdresp() 933 struct mwifiex_adapter *adapter = from_timer(adapter, t, cmd_timer); in mwifiex_cmd_timeout_func()
|
| H A D | init.c | 636 del_timer_sync(&adapter->cmd_timer); in mwifiex_shutdown_drv()
|
| H A D | main.c | 105 timer_setup(&adapter->cmd_timer, mwifiex_cmd_timeout_func, 0); in mwifiex_register() 138 del_timer_sync(&adapter->cmd_timer); in mwifiex_unregister()
|
| H A D | main.h | 939 struct timer_list cmd_timer; member
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_core.c | 1736 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_do_close() 1815 cancel_delayed_work_sync(&hdev->cmd_timer); in hci_dev_do_close() 2759 cmd_timer.work); in hci_cmd_timeout() 3689 INIT_DELAYED_WORK(&hdev->cmd_timer, hci_cmd_timeout); in hci_alloc_dev() 5001 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_work() 5003 schedule_delayed_work(&hdev->cmd_timer, in hci_cmd_work()
|
| H A D | hci_event.c | 3590 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_complete_evt() 3695 cancel_delayed_work(&hdev->cmd_timer); in hci_cmd_status_evt()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-ring.c | 319 return mod_delayed_work(system_wq, &xhci->cmd_timer, delay); in xhci_mod_cmd_timer() 1651 xhci = container_of(to_delayed_work(work), struct xhci_hcd, cmd_timer); in xhci_handle_command_timeout() 1659 if (!xhci->current_cmd || delayed_work_pending(&xhci->cmd_timer)) { in xhci_handle_command_timeout() 1734 cancel_delayed_work(&xhci->cmd_timer); in handle_cmd_completion()
|
| H A D | xhci-mem.c | 1952 cancel_delayed_work_sync(&xhci->cmd_timer); in xhci_mem_cleanup() 2509 INIT_DELAYED_WORK(&xhci->cmd_timer, xhci_handle_command_timeout); in xhci_mem_init()
|
| H A D | xhci.h | 1809 struct delayed_work cmd_timer; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_common.c | 5310 pub->timeout_info->cmd_timer = osl_timer_init(pub->osh, in dhd_start_cmd_timer() 5312 osl_timer_update(pub->osh, pub->timeout_info->cmd_timer, in dhd_start_cmd_timer() 5340 osl_timer_del(pub->osh, pub->timeout_info->cmd_timer); in dhd_stop_cmd_timer()
|
| H A D | dhd.h | 633 osl_timer_t *cmd_timer; member
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 449 struct delayed_work cmd_timer; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_common.c | 8602 pub->timeout_info->cmd_timer = osl_timer_init(pub->osh, in dhd_start_cmd_timer() 8604 osl_timer_update(pub->osh, pub->timeout_info->cmd_timer, in dhd_start_cmd_timer() 8638 osl_timer_del(pub->osh, pub->timeout_info->cmd_timer); in dhd_stop_cmd_timer()
|
| H A D | dhd.h | 1080 osl_timer_t *cmd_timer; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_common.c | 8607 pub->timeout_info->cmd_timer = osl_timer_init(pub->osh, in dhd_start_cmd_timer() 8609 osl_timer_update(pub->osh, pub->timeout_info->cmd_timer, in dhd_start_cmd_timer() 8643 osl_timer_del(pub->osh, pub->timeout_info->cmd_timer); in dhd_stop_cmd_timer()
|
| H A D | dhd.h | 1078 osl_timer_t *cmd_timer; member
|