/Linux-v5.4/drivers/char/tpm/ |
D | tpm-dev-common.c | 82 schedule_work(&priv->timeout_work); in user_reader_timeout() 88 timeout_work); in tpm_timeout_work() 107 INIT_WORK(&priv->timeout_work, tpm_timeout_work); in tpm_common_open() 147 flush_work(&priv->timeout_work); in tpm_common_read() 254 flush_work(&priv->timeout_work); in tpm_common_release()
|
D | tpm-dev.h | 14 struct work_struct timeout_work; member
|
/Linux-v5.4/drivers/nfc/ |
D | trf7970a.c | 453 struct delayed_work timeout_work; member 637 cancel_delayed_work(&trf->timeout_work); in trf7970a_send_err_upstream() 698 schedule_delayed_work(&trf->timeout_work, msecs_to_jiffies(timeout)); in trf7970a_transmit() 724 schedule_delayed_work(&trf->timeout_work, in trf7970a_fill_fifo() 816 schedule_delayed_work(&trf->timeout_work, in trf7970a_drain_fifo() 865 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 875 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 895 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 950 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() 959 !cancel_delayed_work(&trf->timeout_work); in trf7970a_irq() [all …]
|
/Linux-v5.4/drivers/mmc/host/ |
D | alcor.c | 53 struct delayed_work timeout_work; member 305 schedule_delayed_work(&host->timeout_work, in alcor_send_cmd() 327 cancel_delayed_work(&host->timeout_work); in alcor_request_complete() 965 timeout_work); in alcor_timeout_timer() 1111 INIT_DELAYED_WORK(&host->timeout_work, alcor_timeout_timer); in alcor_pci_sdmmc_drv_probe() 1126 if (cancel_delayed_work_sync(&host->timeout_work)) in alcor_pci_sdmmc_drv_remove() 1141 if (cancel_delayed_work_sync(&host->timeout_work)) in alcor_pci_sdmmc_suspend()
|
D | sh_mmcif.c | 235 struct delayed_work timeout_work; member 939 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_start_cmd() 1184 cancel_delayed_work_sync(&host->timeout_work); in sh_mmcif_irqt() 1246 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_irqt() 1261 schedule_delayed_work(&host->timeout_work, host->timeout); in sh_mmcif_irqt() 1317 struct sh_mmcif_host *host = container_of(d, struct sh_mmcif_host, timeout_work); in sh_mmcif_timeout_work() 1461 INIT_DELAYED_WORK(&host->timeout_work, sh_mmcif_timeout_work); in sh_mmcif_probe() 1526 cancel_delayed_work_sync(&host->timeout_work); in sh_mmcif_remove()
|
D | usdhi6rol0.c | 192 struct delayed_work timeout_work; member 1073 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_rq_start() 1091 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_request() 1462 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_sd_bh() 1527 schedule_delayed_work(&host->timeout_work, host->timeout); in usdhi6_sd_bh() 1544 schedule_delayed_work(&host->timeout_work, in usdhi6_sd_bh() 1670 struct usdhi6_host *host = container_of(d, struct usdhi6_host, timeout_work); in usdhi6_timeout_work() 1834 INIT_DELAYED_WORK(&host->timeout_work, usdhi6_timeout_work); in usdhi6_probe() 1882 cancel_delayed_work_sync(&host->timeout_work); in usdhi6_remove()
|
D | bcm2835.c | 156 struct delayed_work timeout_work; /* Timer for timeouts */ member 600 cancel_delayed_work(&host->timeout_work); in bcm2835_finish_request() 645 schedule_delayed_work(&host->timeout_work, timeout); in bcm2835_send_command() 830 container_of(d, struct bcm2835_host, timeout_work); in bcm2835_timeout() 1326 INIT_DELAYED_WORK(&host->timeout_work, bcm2835_timeout); in bcm2835_add_host() 1451 cancel_delayed_work_sync(&host->timeout_work); in bcm2835_remove()
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
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() 1177 clear = cancel_delayed_work(&group->timeout_work); in clear_pending_reqs()
|
/Linux-v5.4/drivers/infiniband/core/ |
D | mad_rmpp.c | 50 struct delayed_work timeout_work; member 102 cancel_delayed_work(&rmpp_recv->timeout_work); in ib_cancel_rmpp_recvs() 249 container_of(work, struct mad_rmpp_recv, timeout_work.work); in recv_timeout_handler() 304 INIT_DELAYED_WORK(&rmpp_recv->timeout_work, recv_timeout_handler); in create_rmpp_recv() 467 cancel_delayed_work(&rmpp_recv->timeout_work); in complete_rmpp() 566 &rmpp_recv->timeout_work, in start_rmpp()
|
/Linux-v5.4/block/ |
D | blk-timeout.c | 89 kblockd_schedule_work(&req->q->timeout_work); in blk_abort_request()
|
D | blk-core.c | 280 cancel_work_sync(&q->timeout_work); in blk_sync_queue() 464 kblockd_schedule_work(&q->timeout_work); in blk_rq_timed_out_timer() 512 INIT_WORK(&q->timeout_work, blk_timeout_work); in blk_alloc_queue_node()
|
/Linux-v5.4/drivers/media/platform/sti/bdisp/ |
D | bdisp.h | 199 struct delayed_work timeout_work; member
|
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() 1101 cancel_delayed_work(&bdisp->timeout_work); in bdisp_irq_thread() 1145 timeout_work); in bdisp_irq_timeout() 1310 INIT_DELAYED_WORK(&bdisp->timeout_work, bdisp_irq_timeout); in bdisp_probe()
|
/Linux-v5.4/drivers/scsi/qedf/ |
D | qedf_els.c | 153 cancel_delayed_work(&els_req->timeout_work); in qedf_process_els_compl() 190 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_rrq_compl() 552 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_srr_compl() 744 cancel_delayed_work_sync(&io_req->timeout_work); in qedf_process_seq_cleanup_compl() 851 cancel_delayed_work_sync(&orig_io_req->timeout_work); in qedf_rec_compl()
|
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() 223 INIT_DELAYED_WORK(&io_req->timeout_work, qedf_cmd_timeout); in qedf_cmd_mgr_alloc() 1550 cancel_delayed_work_sync(&els_req->timeout_work); in qedf_flush_els_req() 1722 if (cancel_delayed_work_sync(&io_req->timeout_work)) { in qedf_flush_active_ios() 1972 if (!cancel_delayed_work(&io_req->timeout_work)) { in qedf_process_abts_compl()
|
D | qedf.h | 143 struct delayed_work timeout_work; member
|
/Linux-v5.4/drivers/scsi/bnx2fc/ |
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() 1207 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort() 1226 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_eh_abort() 1394 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_abts_compl() 1474 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_lun_reset_cmpl() 1507 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_tgt_reset_cmpl() 1938 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_process_scsi_cmd_compl()
|
D | bnx2fc_tgt.c | 184 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios() 224 if (cancel_delayed_work(&io_req->timeout_work)) in bnx2fc_flush_active_ios() 248 if (cancel_delayed_work(&io_req->timeout_work)) { in bnx2fc_flush_active_ios()
|
D | bnx2fc.h | 436 struct delayed_work timeout_work; /* timer for ULP timeouts */ member
|
/Linux-v5.4/drivers/net/ethernet/micrel/ |
D | ks8842.c | 156 struct work_struct timeout_work; member 1016 cancel_work_sync(&adapter->timeout_work); in ks8842_close() 1077 container_of(work, struct ks8842_adapter, timeout_work); in ks8842_tx_timeout_work() 1112 schedule_work(&adapter->timeout_work); in ks8842_tx_timeout() 1150 INIT_WORK(&adapter->timeout_work, ks8842_tx_timeout_work); in ks8842_probe()
|
/Linux-v5.4/drivers/net/ethernet/freescale/fs_enet/ |
D | fs_enet-main.c | 620 timeout_work); in fs_timeout_work() 648 schedule_work(&fep->timeout_work); in fs_timeout() 771 cancel_work_sync(&fep->timeout_work); in fs_enet_close() 1032 INIT_WORK(&fep->timeout_work, fs_timeout_work); in fs_enet_probe()
|
D | fs_enet.h | 128 struct work_struct timeout_work; member
|
/Linux-v5.4/net/nfc/ |
D | llcp.h | 64 struct work_struct timeout_work; member
|
D | llcp_core.c | 160 cancel_work_sync(&local->timeout_work); in local_cleanup() 228 timeout_work); in nfc_llcp_timeout_work() 239 schedule_work(&local->timeout_work); in nfc_llcp_symm_timer() 1588 INIT_WORK(&local->timeout_work, nfc_llcp_timeout_work); in nfc_llcp_register_device()
|
/Linux-v5.4/drivers/scsi/libfc/ |
D | fc_exch.c | 329 if (cancel_delayed_work(&ep->timeout_work)) { in fc_exch_timer_cancel() 353 if (!queue_delayed_work(fc_exch_workqueue, &ep->timeout_work, in fc_exch_timer_set_locked() 763 timeout_work.work); in fc_exch_timeout() 881 INIT_DELAYED_WORK(&ep->timeout_work, fc_exch_timeout); in fc_exch_em_alloc() 1691 if (cancel_delayed_work_sync(&ep->timeout_work)) { in fc_exch_abts_resp()
|