| /drivers/gpu/host1x/ |
| A D | fence.c | 55 schedule_delayed_work(&sf->timeout_work, msecs_to_jiffies(30000)); in host1x_syncpt_fence_enable_signaling() 86 if (f->timeout && cancel_delayed_work(&f->timeout_work)) { in host1x_fence_signal() 102 container_of(dwork, struct host1x_syncpt_fence, timeout_work); in do_fence_timeout() 141 INIT_DELAYED_WORK(&fence->timeout_work, do_fence_timeout); in host1x_fence_create() 151 schedule_delayed_work(&sf->timeout_work, 0); in host1x_fence_cancel() 152 flush_delayed_work(&sf->timeout_work); in host1x_fence_cancel()
|
| A D | fence.h | 18 struct delayed_work timeout_work; member
|
| /drivers/char/tpm/ |
| A D | tpm-dev-common.c | 99 schedule_work(&priv->timeout_work); in user_reader_timeout() 105 timeout_work); in tpm_timeout_work() 124 INIT_WORK(&priv->timeout_work, tpm_timeout_work); in tpm_common_open() 164 flush_work(&priv->timeout_work); in tpm_common_read() 271 flush_work(&priv->timeout_work); in tpm_common_release()
|
| A D | tpm-dev.h | 14 struct work_struct timeout_work; member
|
| /drivers/nfc/st21nfca/ |
| A D | se.c | 265 se_info.timeout_work); in st21nfca_se_wt_work() 286 schedule_work(&info->se_info.timeout_work); in st21nfca_se_wt_timeout() 385 cancel_work_sync(&info->se_info.timeout_work); in st21nfca_apdu_reader_event_received() 415 INIT_WORK(&info->se_info.timeout_work, st21nfca_se_wt_work); in st21nfca_se_init() 443 cancel_work_sync(&info->se_info.timeout_work); in st21nfca_se_deinit()
|
| A D | st21nfca.h | 144 struct work_struct timeout_work; member
|
| /drivers/nfc/ |
| A D | trf7970a.c | 460 struct delayed_work timeout_work; member 681 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream() 768 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo() 860 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo() 909 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 919 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 939 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 993 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 1002 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 1044 schedule_delayed_work(&trf->timeout_work, in trf7970a_issue_eof() [all …]
|
| /drivers/mmc/host/ |
| A D | alcor.c | 54 struct delayed_work timeout_work; member 306 schedule_delayed_work(&host->timeout_work, in alcor_send_cmd() 328 cancel_delayed_work(&host->timeout_work); in alcor_request_complete() 966 timeout_work); in alcor_timeout_timer() 1110 INIT_DELAYED_WORK(&host->timeout_work, alcor_timeout_timer); in alcor_pci_sdmmc_drv_probe() 1125 if (cancel_delayed_work_sync(&host->timeout_work)) in alcor_pci_sdmmc_drv_remove() 1137 if (cancel_delayed_work_sync(&host->timeout_work)) in alcor_pci_sdmmc_suspend()
|
| A D | sh_mmcif.c | 233 struct delayed_work timeout_work; member 983 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_start_cmd() 1228 cancel_delayed_work_sync(&host->timeout_work); in sh_mmcif_irqt() 1290 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_irqt() 1305 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_irqt() 1361 struct sh_mmcif_host *host = container_of(d, struct sh_mmcif_host, timeout_work); in sh_mmcif_timeout_work() 1501 INIT_DELAYED_WORK(&host->timeout_work, sh_mmcif_timeout_work); in sh_mmcif_probe() 1564 cancel_delayed_work_sync(&host->timeout_work); in sh_mmcif_remove()
|
| A D | usdhi6rol0.c | 194 struct delayed_work timeout_work; member 1078 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_rq_start() 1096 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_request() 1476 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_sd_bh() 1541 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_sd_bh() 1558 schedule_delayed_work(&host->timeout_work, in usdhi6_sd_bh() 1684 struct usdhi6_host *host = container_of(d, struct usdhi6_host, timeout_work); in usdhi6_timeout_work() 1838 INIT_DELAYED_WORK(&host->timeout_work, usdhi6_timeout_work); in usdhi6_probe() 1885 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_remove()
|
| A D | bcm2835.c | 158 struct delayed_work timeout_work; /* Timer for timeouts */ member 597 cancel_delayed_work(&host->timeout_work); in bcm2835_finish_request() 642 schedule_delayed_work(&host->timeout_work, timeout); in bcm2835_send_command() 827 container_of(d, struct bcm2835_host, timeout_work); in bcm2835_timeout() 1317 INIT_DELAYED_WORK(&host->timeout_work, bcm2835_timeout); in bcm2835_add_host() 1470 cancel_delayed_work_sync(&host->timeout_work); in bcm2835_remove()
|
| /drivers/infiniband/hw/mlx4/ |
| A D | mcg.c | 127 struct delayed_work timeout_work; member 272 queue_delayed_work(group->demux->mcg_wq, &group->timeout_work, in send_join_to_wire() 311 queue_delayed_work(group->demux->mcg_wq, &group->timeout_work, in send_leave_to_wire() 447 !cancel_delayed_work(&group->timeout_work)) { in release_group() 545 group = container_of(delay, typeof(*group), timeout_work); in mlx4_ib_mcg_timeout_handler() 662 cancel_delayed_work(&group->timeout_work); in mlx4_ib_mcg_work_handler() 788 cancel_delayed_work_sync(&group->timeout_work); in search_relocate_mgid0_group() 838 INIT_DELAYED_WORK(&group->timeout_work, mlx4_ib_mcg_timeout_handler); in acquire_group() 1187 clear = cancel_delayed_work(&group->timeout_work); in clear_pending_reqs()
|
| /drivers/infiniband/core/ |
| A D | mad_rmpp.c | 49 struct delayed_work timeout_work; member 94 cancel_delayed_work(&rmpp_recv->timeout_work); in ib_cancel_rmpp_recvs() 244 container_of(work, struct mad_rmpp_recv, timeout_work.work); in recv_timeout_handler() 295 INIT_DELAYED_WORK(&rmpp_recv->timeout_work, recv_timeout_handler); in create_rmpp_recv() 458 cancel_delayed_work(&rmpp_recv->timeout_work); in complete_rmpp() 557 &rmpp_recv->timeout_work, in start_rmpp()
|
| /drivers/scsi/bnx2fc/ |
| A D | bnx2fc_io.c | 35 &io_req->timeout_work, in bnx2fc_cmd_timer_set() 43 timeout_work.work); in bnx2fc_cmd_timeout() 283 INIT_DELAYED_WORK(&io_req->timeout_work, bnx2fc_cmd_timeout); in bnx2fc_cmd_mgr_alloc() 1209 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort() 1229 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort() 1397 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_abts_compl() 1478 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_lun_reset_cmpl() 1511 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_tgt_reset_cmpl() 1929 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_scsi_cmd_compl()
|
| A D | bnx2fc_tgt.c | 182 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios() 222 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_flush_active_ios() 246 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios()
|
| A D | bnx2fc.h | 428 struct delayed_work timeout_work; /* timer for ULP timeouts */ member
|
| /drivers/net/ethernet/micrel/ |
| A D | ks8842.c | 156 struct work_struct timeout_work; member 1017 cancel_work_sync(&adapter->timeout_work); in ks8842_close() 1078 container_of(work, struct ks8842_adapter, timeout_work); in ks8842_tx_timeout_work() 1113 schedule_work(&adapter->timeout_work); in ks8842_tx_timeout() 1155 INIT_WORK(&adapter->timeout_work, ks8842_tx_timeout_work); in ks8842_probe()
|
| /drivers/media/platform/st/sti/bdisp/ |
| A D | bdisp.h | 199 struct delayed_work timeout_work; member
|
| A D | bdisp-v4l2.c | 216 cancel_delayed_work(&bdisp->timeout_work); in bdisp_ctx_stop_req() 353 queue_delayed_work(bdisp->work_queue, &bdisp->timeout_work, in bdisp_device_run() 1098 cancel_delayed_work(&bdisp->timeout_work); in bdisp_irq_thread() 1142 timeout_work); in bdisp_irq_timeout() 1306 INIT_DELAYED_WORK(&bdisp->timeout_work, bdisp_irq_timeout); in bdisp_probe()
|
| /drivers/net/ethernet/freescale/fs_enet/ |
| A D | fs_enet-main.c | 586 timeout_work); in fs_timeout_work() 620 schedule_work(&fep->timeout_work); in fs_timeout() 698 cancel_work(&fep->timeout_work); in fs_enet_close() 968 INIT_WORK(&fep->timeout_work, fs_timeout_work); in fs_enet_probe()
|
| A D | fs_enet.h | 129 struct work_struct timeout_work; member
|
| /drivers/scsi/qedf/ |
| A D | qedf_els.c | 176 cancel_delayed_work(&els_req->timeout_work); in qedf_process_els_compl() 567 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_srr_compl() 759 cancel_delayed_work_sync(&io_req->timeout_work); in qedf_process_seq_cleanup_compl() 866 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_rec_compl()
|
| A D | qedf_io.c | 14 queue_delayed_work(qedf->timer_work_queue, &io_req->timeout_work, in qedf_cmd_timer_set() 22 container_of(work, struct qedf_ioreq, timeout_work.work); in qedf_cmd_timeout() 216 INIT_DELAYED_WORK(&io_req->timeout_work, qedf_cmd_timeout); in qedf_cmd_mgr_alloc() 1572 cancel_delayed_work_sync(&els_req->timeout_work); in qedf_flush_els_req() 1746 if (cancel_delayed_work_sync(&io_req->timeout_work)) { in qedf_flush_active_ios() 1992 if (!cancel_delayed_work(&io_req->timeout_work)) { in qedf_process_abts_compl()
|
| A D | qedf.h | 140 struct delayed_work timeout_work; member
|
| /drivers/scsi/libfc/ |
| A D | fc_exch.c | 330 if (cancel_delayed_work(&ep->timeout_work)) { in fc_exch_timer_cancel() 354 if (!queue_delayed_work(fc_exch_workqueue, &ep->timeout_work, in fc_exch_timer_set_locked() 767 timeout_work.work); in fc_exch_timeout() 884 INIT_DELAYED_WORK(&ep->timeout_work, fc_exch_timeout); in fc_exch_em_alloc() 1700 if (cancel_delayed_work_sync(&ep->timeout_work)) { in fc_exch_abts_resp()
|