/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 43 bool paused; member 265 if (!stream->paused) { in vmw_overlay_stop() 282 stream->paused = false; in vmw_overlay_stop() 284 stream->paused = true; in vmw_overlay_stop() 312 stream->buf, buf, stream->paused ? "" : "not "); in vmw_overlay_update_stream() 319 } else if (!stream->paused) { in vmw_overlay_update_stream() 353 stream->paused = false; in vmw_overlay_update_stream() 408 if (!stream->paused) in vmw_overlay_resume_all() 441 if (overlay->stream[i].paused) in vmw_overlay_pause_all() 588 overlay->stream[i].paused = false; in vmw_overlay_init()
|
/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 62 bool paused; member 233 if (devdata->paused) in visorinput_open() 262 if (devdata->paused) in visorinput_close() 381 devdata->paused = true; in devdata_create() 431 devdata->paused = false; in devdata_create() 659 if (devdata->paused) { in visorinput_pause() 670 devdata->paused = true; in visorinput_pause() 690 if (!devdata->paused) { in visorinput_resume() 694 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 | 258 static void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused); 2495 u_int offset, u_int ppr_options, u_int type, int paused) in ahc_set_syncrate() argument 2621 u_int width, u_int type, int paused) in ahc_set_width() argument 2697 int paused; in ahc_update_pending_scbs() local 2735 paused = 1; in ahc_update_pending_scbs() 2737 paused = 0; in ahc_update_pending_scbs() 2764 if (paused == 0) in ahc_update_pending_scbs() 5619 int paused; in ahc_pause_and_flushwork() local 5623 paused = FALSE; in ahc_pause_and_flushwork() 5625 if (paused) { in ahc_pause_and_flushwork() [all …]
|
D | aic7xxx.h | 1225 u_int width, u_int type, int paused); 1231 u_int type, int paused);
|
D | aic79xx_osm.c | 788 int paused; in ahd_linux_dev_reset() local 796 paused = FALSE; in ahd_linux_dev_reset() 2160 int paused; in ahd_linux_queue_abort_cmd() local 2167 paused = FALSE; in ahd_linux_queue_abort_cmd() 2229 paused = TRUE; in ahd_linux_queue_abort_cmd() 2359 if (paused) in ahd_linux_queue_abort_cmd()
|
D | aic79xx_core.c | 274 static void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused); 3891 u_int type, int paused) in ahd_set_syncrate() argument 3992 if (!paused) in ahd_set_syncrate() 3995 if (!paused) in ahd_set_syncrate() 4036 u_int width, u_int type, int paused) in ahd_set_width() argument 4071 if (!paused) in ahd_set_width() 4074 if (!paused) in ahd_set_width() 4224 int paused; in ahd_update_pending_scbs() local 4262 paused = 1; in ahd_update_pending_scbs() 4264 paused = 0; in ahd_update_pending_scbs() [all …]
|
D | aic79xx.h | 1419 u_int width, u_int type, int paused); 1424 u_int type, int paused);
|
D | aic7xxx_osm.c | 2065 int paused; in ahc_linux_queue_recovery_cmd() local 2071 paused = FALSE; in ahc_linux_queue_recovery_cmd() 2158 paused = TRUE; in ahc_linux_queue_recovery_cmd() 2309 if (paused) in ahc_linux_queue_recovery_cmd()
|
D | aic79xx.seq | 1883 * have lost the race (e.g. host paused us) and our attempts
|
/drivers/gpu/drm/via/ |
D | via_dma.c | 404 int paused, count; in via_hook_segment() local 409 paused = 0; in via_hook_segment() 433 paused = (VIA_READ(0x41c) & 0x80000000); in via_hook_segment() 434 if (paused) in via_hook_segment() 440 paused = VIA_READ(0x41c) & 0x80000000; in via_hook_segment() 442 if (paused && !no_pci_fire) { in via_hook_segment() 463 return paused; in via_hook_segment()
|
/drivers/dma/ |
D | omap-dma.c | 53 bool paused; member 824 if (!c->paused && c->running) { in omap_dma_tx_status() 856 if (ret == DMA_IN_PROGRESS && c->paused) in omap_dma_tx_status() 1313 if (!c->paused) in omap_dma_terminate_all() 1318 c->paused = false; in omap_dma_terminate_all() 1376 if (can_pause && !c->paused) { in omap_dma_pause() 1379 c->paused = true; in omap_dma_pause() 1396 if (c->paused && c->desc) { in omap_dma_resume() 1403 c->paused = false; in omap_dma_resume()
|
D | nbpfaxi.c | 222 bool paused; member 391 chan->paused = false; in nbpf_start() 662 if (chan->paused) in nbpf_tx_status() 865 chan->paused = true; in nbpf_pause()
|
/drivers/dma/qcom/ |
D | hidma.c | 289 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status() 559 if (!mchan->paused) { in hidma_pause() 563 mchan->paused = true; in hidma_pause() 578 if (mchan->paused) { in hidma_resume() 582 mchan->paused = false; in hidma_resume()
|
D | bam_dma.c | 373 unsigned int paused; /* is the channel paused? */ member 738 bchan->paused = 1; in bam_pause() 764 bchan->paused = 0; in bam_resume() 896 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status() 910 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
|
D | hidma.h | 93 bool paused; member
|
D | hidma_dbg.c | 99 seq_printf(s, "paused=%u\n", mchan->paused); in hidma_chan_stats()
|
/drivers/macintosh/ |
D | rack-meter.c | 71 int paused; member 152 rm->paused = pause; in rackmeter_do_pause() 249 if (pause != rm->paused) { in rackmeter_do_timer()
|
/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 277 u16 paused; member 283 u16 paused; 957 yp->tx_status[entry].paused); in yellowfin_interrupt() 1227 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused); in yellowfin_close()
|