/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 41 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/staging/unisys/visorinput/ |
D | visorinput.c | 109 bool paused; member 279 if (devdata->paused) in visorinput_open() 307 if (devdata->paused) in visorinput_close() 422 devdata->paused = true; in devdata_create() 479 devdata->paused = false; in devdata_create() 706 if (devdata->paused) { in visorinput_pause() 717 devdata->paused = true; in visorinput_pause() 737 if (!devdata->paused) { in visorinput_resume() 741 devdata->paused = false; in visorinput_resume()
|
/drivers/scsi/aic7xxx/ |
D | aic79xx_proc.c | 214 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() 265 if (!paused) in ahd_proc_write_seeprom()
|
D | aic7xxx_proc.c | 194 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() 279 if (!paused) in ahc_proc_write_seeprom()
|
D | aic7xxx_core.c | 251 static void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused); 2472 u_int offset, u_int ppr_options, u_int type, int paused) in ahc_set_syncrate() argument 2598 u_int width, u_int type, int paused) in ahc_set_width() argument 2674 int paused; in ahc_update_pending_scbs() local 2712 paused = 1; in ahc_update_pending_scbs() 2714 paused = 0; in ahc_update_pending_scbs() 2741 if (paused == 0) in ahc_update_pending_scbs() 5558 int paused; in ahc_pause_and_flushwork() local 5562 paused = FALSE; in ahc_pause_and_flushwork() 5564 if (paused) { in ahc_pause_and_flushwork() [all …]
|
D | aic7xxx.h | 1220 u_int width, u_int type, int paused); 1226 u_int type, int paused);
|
D | aic79xx_core.c | 266 static void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused); 3859 u_int type, int paused) in ahd_set_syncrate() argument 3960 if (!paused) in ahd_set_syncrate() 3963 if (!paused) in ahd_set_syncrate() 4004 u_int width, u_int type, int paused) in ahd_set_width() argument 4039 if (!paused) in ahd_set_width() 4042 if (!paused) in ahd_set_width() 4192 int paused; in ahd_update_pending_scbs() local 4228 paused = 1; in ahd_update_pending_scbs() 4230 paused = 0; in ahd_update_pending_scbs() [all …]
|
D | aic79xx.h | 1410 u_int width, u_int type, int paused); 1415 u_int type, int paused);
|
D | aic7xxx_osm.c | 2046 int paused; in ahc_linux_queue_recovery_cmd() local 2052 paused = FALSE; in ahc_linux_queue_recovery_cmd() 2139 paused = TRUE; in ahc_linux_queue_recovery_cmd() 2290 if (paused) in ahc_linux_queue_recovery_cmd()
|
D | aic79xx_osm.c | 2147 int paused; in ahd_linux_queue_abort_cmd() local 2154 paused = FALSE; in ahd_linux_queue_abort_cmd() 2215 paused = TRUE; in ahd_linux_queue_abort_cmd() 2337 if (paused) in ahd_linux_queue_abort_cmd()
|
/drivers/gpu/drm/via/ |
D | via_dma.c | 411 int paused, count; in via_hook_segment() local 416 paused = 0; in via_hook_segment() 440 paused = (via_read(dev_priv, 0x41c) & 0x80000000); in via_hook_segment() 441 if (paused) in via_hook_segment() 447 paused = via_read(dev_priv, 0x41c) & 0x80000000; in via_hook_segment() 449 if (paused && !no_pci_fire) { in via_hook_segment() 470 return paused; in via_hook_segment()
|
/drivers/dma/qcom/ |
D | hidma.c | 294 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status() 564 if (!mchan->paused) { in hidma_pause() 568 mchan->paused = true; in hidma_pause() 583 if (mchan->paused) { in hidma_resume() 587 mchan->paused = false; in hidma_resume()
|
D | bam_dma.c | 367 unsigned int paused; /* is the channel paused? */ member 747 bchan->paused = 1; in bam_pause() 773 bchan->paused = 0; in bam_resume() 922 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status() 943 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
|
D | hidma.h | 85 bool paused; member
|
D | hidma_dbg.c | 91 seq_printf(s, "paused=%u\n", mchan->paused); in hidma_chan_show()
|
/drivers/macintosh/ |
D | rack-meter.c | 69 int paused; member 151 rm->paused = pause; in rackmeter_do_pause() 248 if (pause != rm->paused) { in rackmeter_do_timer()
|
/drivers/dma/ti/ |
D | omap-dma.c | 72 bool paused; member 923 if (ret == DMA_IN_PROGRESS && c->paused) { in omap_dma_tx_status() 1400 if (!c->paused) in omap_dma_terminate_all() 1405 c->paused = false; in omap_dma_terminate_all() 1463 if (can_pause && !c->paused) { in omap_dma_pause() 1466 c->paused = true; in omap_dma_pause() 1483 if (c->paused && c->desc) { in omap_dma_resume() 1490 c->paused = false; in omap_dma_resume()
|
D | k3-udma.c | 231 bool paused; member 2839 uc->paused = false; in udma_terminate_all()
|
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | utils.c | 1316 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm() 1331 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm() 1359 mvm->tcm.paused = true; in iwl_mvm_pause_tcm() 1386 mvm->tcm.paused = false; in iwl_mvm_resume_tcm()
|
D | rx.c | 473 if (!mvm->tcm.paused && len >= sizeof(*hdr) && in iwl_mvm_rx_rx_mpdu()
|
D | mvm.h | 636 bool paused; member
|
D | tx.c | 1034 if (mvm->tcm.paused) in iwl_mvm_tx_airtime()
|
D | rxmq.c | 1830 if (!mvm->tcm.paused && len >= sizeof(*hdr) && in iwl_mvm_rx_mpdu_mq()
|
/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 277 u16 paused; member 283 u16 paused; 965 yp->tx_status[entry].paused); in yellowfin_interrupt() 1238 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused); in yellowfin_close()
|
/drivers/dma/ |
D | nbpfaxi.c | 226 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()
|