Home
last modified time | relevance | path

Searched refs:paused (Results 1 – 25 of 34) sorted by relevance

12

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c41 bool paused; member
263 if (!stream->paused) { in vmw_overlay_stop()
280 stream->paused = false; in vmw_overlay_stop()
282 stream->paused = true; in vmw_overlay_stop()
310 stream->buf, buf, stream->paused ? "" : "not "); in vmw_overlay_update_stream()
317 } else if (!stream->paused) { in vmw_overlay_update_stream()
351 stream->paused = false; in vmw_overlay_update_stream()
375 if (!stream->paused) in vmw_overlay_resume_all()
408 if (overlay->stream[i].paused) in vmw_overlay_pause_all()
555 overlay->stream[i].paused = false; in vmw_overlay_init()
/drivers/scsi/aic7xxx/
Daic79xx_proc.c214 int paused; in ahd_proc_write_seeprom() local
220 paused = ahd_is_paused(ahd); in ahd_proc_write_seeprom()
221 if (!paused) in ahd_proc_write_seeprom()
266 if (!paused) in ahd_proc_write_seeprom()
Daic7xxx_proc.c194 int paused; in ahc_proc_write_seeprom() local
200 paused = ahc_is_paused(ahc); in ahc_proc_write_seeprom()
201 if (!paused) in ahc_proc_write_seeprom()
280 if (!paused) in ahc_proc_write_seeprom()
Daic7xxx_core.c251 static void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused);
2470 u_int offset, u_int ppr_options, u_int type, int paused) in ahc_set_syncrate() argument
2596 u_int width, u_int type, int paused) in ahc_set_width() argument
2672 int paused; in ahc_update_pending_scbs() local
2710 paused = 1; in ahc_update_pending_scbs()
2712 paused = 0; in ahc_update_pending_scbs()
2739 if (paused == 0) in ahc_update_pending_scbs()
5557 int paused; in ahc_pause_and_flushwork() local
5561 paused = FALSE; in ahc_pause_and_flushwork()
5563 if (paused) { in ahc_pause_and_flushwork()
[all …]
Daic7xxx.h1214 u_int width, u_int type, int paused);
1220 u_int type, int paused);
Daic79xx_core.c266 static void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused);
3857 u_int type, int paused) in ahd_set_syncrate() argument
3958 if (!paused) in ahd_set_syncrate()
3961 if (!paused) in ahd_set_syncrate()
4002 u_int width, u_int type, int paused) in ahd_set_width() argument
4037 if (!paused) in ahd_set_width()
4040 if (!paused) in ahd_set_width()
4190 int paused; in ahd_update_pending_scbs() local
4226 paused = 1; in ahd_update_pending_scbs()
4228 paused = 0; in ahd_update_pending_scbs()
[all …]
Daic79xx.h1406 u_int width, u_int type, int paused);
1411 u_int type, int paused);
Daic7xxx_osm.c2044 int paused; in ahc_linux_queue_recovery_cmd() local
2050 paused = FALSE; in ahc_linux_queue_recovery_cmd()
2137 paused = TRUE; in ahc_linux_queue_recovery_cmd()
2288 if (paused) in ahc_linux_queue_recovery_cmd()
Daic79xx_osm.c2135 int paused; in ahd_linux_queue_abort_cmd() local
2142 paused = FALSE; in ahd_linux_queue_abort_cmd()
2203 paused = TRUE; in ahd_linux_queue_abort_cmd()
2325 if (paused) in ahd_linux_queue_abort_cmd()
/drivers/net/wireless/realtek/rtw89/
Dps.c36 rtwdev->hci.paused = true; in rtw89_ps_power_mode_change_with_hci()
45 rtwdev->hci.paused = false; in rtw89_ps_power_mode_change_with_hci()
/drivers/dma/qcom/
Dhidma.c288 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status()
569 if (!mchan->paused) { in hidma_pause()
573 mchan->paused = true; in hidma_pause()
588 if (mchan->paused) { in hidma_resume()
592 mchan->paused = false; in hidma_resume()
Dbam_dma.c367 unsigned int paused; /* is the channel paused? */ member
785 bchan->paused = 1; in bam_pause()
811 bchan->paused = 0; in bam_resume()
960 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status()
981 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
Dhidma.h85 bool paused; member
Dhidma_dbg.c91 seq_printf(s, "paused=%u\n", mchan->paused); in hidma_chan_show()
/drivers/macintosh/
Drack-meter.c68 int paused; member
150 rm->paused = pause; in rackmeter_do_pause()
247 if (pause != rm->paused) { in rackmeter_do_timer()
/drivers/staging/media/deprecated/saa7146/av7110/
Daudio-continue.rst40 This ioctl restarts the decoding and playing process previously paused
Daudio-pause.rst41 playing are paused. It is then possible to restart again decoding and
/drivers/dma/ti/
Domap-dma.c72 bool paused; member
928 if (ret == DMA_IN_PROGRESS && c->paused) { in omap_dma_tx_status()
1405 if (!c->paused) in omap_dma_terminate_all()
1410 c->paused = false; in omap_dma_terminate_all()
1468 if (can_pause && !c->paused) { in omap_dma_pause()
1471 c->paused = true; in omap_dma_pause()
1488 if (c->paused && c->desc) { in omap_dma_resume()
1495 c->paused = false; in omap_dma_resume()
/drivers/soundwire/
Dcadence_master.h98 bool paused; member
Dintel.c857 dai_runtime->paused = false; in intel_hw_params()
1054 dai_runtime->paused = true; in intel_trigger()
1058 dai_runtime->paused = false; in intel_trigger()
1114 if (dai_runtime->paused) { in intel_component_dais_suspend()
/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1004 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
1019 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
1047 mvm->tcm.paused = true; in iwl_mvm_pause_tcm()
1074 mvm->tcm.paused = false; in iwl_mvm_resume_tcm()
/drivers/dma/
Dnbpfaxi.c226 bool paused; member
395 chan->paused = false; in nbpf_start()
667 if (chan->paused) in nbpf_tx_status()
870 chan->paused = true; in nbpf_pause()
/drivers/net/ethernet/packetengines/
Dyellowfin.c277 u16 paused; member
283 u16 paused;
967 yp->tx_status[entry].paused); in yellowfin_interrupt()
1240 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused); in yellowfin_close()
/drivers/gpu/drm/i915/display/
Dintel_psr.c1309 intel_dp->psr.paused = false; in intel_psr_enable_locked()
1477 drm_WARN_ON(&dev_priv->drm, psr->paused); in intel_psr_pause()
1481 psr->paused = true; in intel_psr_pause()
1504 if (!psr->paused) in intel_psr_resume()
1507 psr->paused = false; in intel_psr_resume()
2406 if (intel_dp->psr.paused) in intel_psr_flush()
/drivers/gpu/drm/via/
Dvia_dri1.c3207 int paused, count; in via_hook_segment() local
3212 paused = 0; in via_hook_segment()
3236 paused = (via_read(dev_priv, 0x41c) & 0x80000000); in via_hook_segment()
3237 if (paused) in via_hook_segment()
3243 paused = via_read(dev_priv, 0x41c) & 0x80000000; in via_hook_segment()
3245 if (paused && !no_pci_fire) { in via_hook_segment()
3266 return paused; in via_hook_segment()

12