| /drivers/fpga/ |
| A D | intel-m10-bmc-sec-update.c | 309 return (progress == RSU_PROG_IDLE || in rsu_progress_done() 310 progress == RSU_PROG_RSU_DONE); in rsu_progress_done() 316 progress == RSU_PROG_COPYING || in rsu_progress_busy() 367 if (!rsu_progress_done(progress)) in rsu_start_done() 376 u32 doorbell_reg, progress, status; in rsu_update_init() local 416 u32 doorbell, progress; in rsu_prog_ready() local 434 progress = rsu_prog(doorbell); in rsu_prog_ready() 435 if (progress == RSU_PROG_PREPARE) { in rsu_prog_ready() 488 u32 progress, status; in rsu_check_complete() local 496 if (rsu_progress_done(progress)) in rsu_check_complete() [all …]
|
| /drivers/base/firmware_loader/ |
| A D | sysfs_upload.c | 65 return sysfs_emit(buf, "%s\n", fw_upload_progress(dev, fwlp->progress)); in status_show() 77 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) in error_show() 103 if (fwlp->progress == FW_UPLOAD_PROG_IDLE) in cancel_store() 139 fwlp->progress = new_progress; in fw_upload_update_progress() 147 fwlp->err_progress = fwlp->progress; in fw_upload_set_error() 155 fwlp->progress = FW_UPLOAD_PROG_IDLE; in fw_upload_prog_complete() 245 if (fwlp->progress != FW_UPLOAD_PROG_IDLE) { in fw_upload_start() 252 fwlp->progress = FW_UPLOAD_PROG_RECEIVING; in fw_upload_start() 334 fw_upload_priv->progress = FW_UPLOAD_PROG_IDLE; in firmware_upload_register() 393 if (fw_upload_priv->progress == FW_UPLOAD_PROG_IDLE) { in firmware_upload_unregister()
|
| A D | sysfs_upload.h | 36 enum fw_upload_prog progress; member
|
| /drivers/md/ |
| A D | dm-kcopyd.c | 385 sector_t progress; member 697 sector_t progress = 0; in segment_complete() local 718 progress = job->progress; in segment_complete() 719 count = job->source.count - progress; in segment_complete() 724 job->progress += count; in segment_complete() 733 sub_job->write_offset = progress; in segment_complete() 734 sub_job->source.sector += progress; in segment_complete() 738 sub_job->dests[i].sector += progress; in segment_complete() 852 job->progress = 0; in dm_kcopyd_copy()
|
| A D | dm-raid.c | 3535 sector_t progress, resync_max_sectors, resync_mismatches; in raid_status() local 3555 progress = rs_get_progress(rs, recovery, state, resync_max_sectors); in raid_status() 3575 DMEMIT(" %llu/%llu", (unsigned long long) progress, in raid_status()
|
| /drivers/gpu/drm/ttm/ |
| A D | ttm_bo_util.c | 888 s64 progress = 0; in ttm_lru_walk_for_evict() local 895 progress = (lret < 0) ? lret : progress + lret; in ttm_lru_walk_for_evict() 896 if (progress < 0 || progress >= target) in ttm_lru_walk_for_evict() 902 return progress; in ttm_lru_walk_for_evict()
|
| /drivers/gpu/nova-core/ |
| A D | regs.rs | 134 7:0 progress as u8, "Progress of GFW boot (0xff means completed)"; 141 self.progress() == 0xff in completed()
|
| A D | Kconfig | 13 This driver is work in progress and may not be functional.
|
| /drivers/parport/ |
| A D | BUGS-parport | 3 o lp doesn't allow you to read status while printing is in progress (is
|
| /drivers/gpu/drm/nova/ |
| A D | Kconfig | 12 This driver is work in progress and may not be functional.
|
| /drivers/scsi/esas2r/ |
| A D | atvda.h | 244 u8 progress; /* 0 - 100% */ member 298 u8 progress; member 407 u8 progress; member 614 u8 progress; member
|
| /drivers/spi/ |
| A D | spi-fsl-dspi.c | 348 size_t progress; member 968 dspi->progress += num_bytes / DIV_ROUND_UP(xfer->bits_per_word, 8); in dspi_fifo_write() 976 spi_take_timestamp_pre(dspi->ctlr, xfer, dspi->progress, !dspi->irq); in dspi_fifo_write() 986 dspi->progress, !dspi->irq); in dspi_fifo_write() 1111 dspi->progress = 0; in dspi_transfer_one_message() 1120 dspi->progress, !dspi->irq); in dspi_transfer_one_message()
|
| A D | spi.c | 1963 size_t progress, bool irqs_off) in spi_take_timestamp_pre() argument 1971 if (progress > xfer->ptp_sts_word_pre) in spi_take_timestamp_pre() 1975 xfer->ptp_sts_word_pre = progress; in spi_take_timestamp_pre() 2000 size_t progress, bool irqs_off) in spi_take_timestamp_post() argument 2008 if (progress < xfer->ptp_sts_word_post) in spi_take_timestamp_post() 2019 xfer->ptp_sts_word_post = progress; in spi_take_timestamp_post()
|
| /drivers/gpu/drm/i915/ |
| A D | Kconfig.profile | 21 make forward progress. This value specifies the timeout used for an 128 alternate execution of each batch to ensure forward progress of
|
| /drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| A D | ktls_rx.c | 24 struct mlx5_wqe_tls_progress_params_seg progress; member 271 buf->dma_addr = dma_map_single(pdev, &buf->progress, in resync_post_get_progress_params() 440 ctx = buf->progress.ctx; in mlx5e_ktls_handle_get_psv_completion()
|
| /drivers/misc/genwqe/ |
| A D | card_dev.c | 614 load->progress = req->progress; in do_flash_update() 732 load->progress = cmd->progress; in do_flash_read()
|
| A D | card_ddcb.c | 343 req->cmd.progress = be32_to_cpu(pddcb->progress_32); in copy_ddcb_results()
|
| /drivers/net/wireless/ath/ath10k/ |
| A D | Kconfig | 41 work in progress and will not fully work.
|
| /drivers/gpu/drm/msm/adreno/ |
| A D | a6xx_gpu.c | 2312 bool progress; in a6xx_progress() local 2330 progress = !!memcmp(&cp_state, &ring->last_cp_state, sizeof(cp_state)); in a6xx_progress() 2334 return progress; in a6xx_progress() 2410 .progress = a6xx_progress, 2439 .progress = a6xx_progress, 2470 .progress = a6xx_progress,
|
| /drivers/gpu/drm/msm/ |
| A D | msm_gpu.c | 616 if (!gpu->funcs->progress) in made_progress() 619 if (!gpu->funcs->progress(gpu, ring)) in made_progress() 999 if (funcs->progress) in msm_gpu_init()
|
| A D | msm_gpu.h | 93 bool (*progress)(struct msm_gpu *gpu, struct msm_ringbuffer *ring); member
|
| /drivers/infiniband/hw/hfi1/ |
| A D | sdma.c | 540 int progress = 0; in sdma_flush_descq() local 561 progress++; in sdma_flush_descq() 563 if (progress) in sdma_flush_descq() 1770 int progress = 0; in sdma_make_progress() local 1799 progress++; in sdma_make_progress() 1823 if (progress) in sdma_make_progress()
|
| /drivers/parisc/ |
| A D | Kconfig | 124 This driver will also display progress messages on LCD display,
|
| /drivers/scsi/megaraid/ |
| A D | megaraid_sas.h | 502 u16 progress; member 2068 __le16 progress; member
|
| /drivers/net/ethernet/fungible/funcore/ |
| A D | fun_hci.h | 918 __be32 progress; member
|