/linux-4.1.27/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()
|
/linux-4.1.27/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() 2161 int paused; in ahd_linux_queue_abort_cmd() local 2168 paused = FALSE; in ahd_linux_queue_abort_cmd() 2230 paused = TRUE; in ahd_linux_queue_abort_cmd() 2360 if (paused) in ahd_linux_queue_abort_cmd()
|
D | aic79xx.h | 1419 u_int width, u_int type, int paused); 1424 u_int type, int paused);
|
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 | aic7xxx_osm.c | 2066 int paused; in ahc_linux_queue_recovery_cmd() local 2072 paused = FALSE; in ahc_linux_queue_recovery_cmd() 2159 paused = TRUE; in ahc_linux_queue_recovery_cmd() 2310 if (paused) in ahc_linux_queue_recovery_cmd()
|
D | aic79xx.seq | 1883 * have lost the race (e.g. host paused us) and our attempts
|
/linux-4.1.27/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()
|
/linux-4.1.27/sound/pci/lola/ |
D | lola_pcm.c | 144 if (str->prepared && str->paused) { in lola_sync_wait_for_fifo() 152 str->paused = 0; in lola_sync_wait_for_fifo() 175 if (str->paused && str->prepared) in lola_sync_pause() 185 if (str->paused) in lola_stream_reset() 557 str->paused = !start; in lola_pcm_trigger()
|
D | lola.h | 310 unsigned int paused:1; member
|
/linux-4.1.27/drivers/dma/ |
D | omap-dma.c | 49 bool paused; member 987 if (!c->paused) in omap_dma_terminate_all() 993 c->paused = false; in omap_dma_terminate_all() 1011 if (!c->paused) { in omap_dma_pause() 1013 c->paused = true; in omap_dma_pause() 1027 if (c->paused) { in omap_dma_resume() 1034 c->paused = false; in omap_dma_resume()
|
D | qcom_bam_dma.c | 369 unsigned int paused; /* is the channel paused? */ member 700 bchan->paused = 1; in bam_pause() 719 bchan->paused = 0; in bam_resume() 837 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status() 851 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
|
D | nbpfaxi.c | 222 bool paused; member 388 chan->paused = false; in nbpf_start() 636 if (chan->paused) in nbpf_tx_status() 839 chan->paused = true; in nbpf_pause()
|
/linux-4.1.27/drivers/macintosh/ |
D | rack-meter.c | 71 int paused; member 152 rm->paused = pause; in rackmeter_do_pause() 248 if (pause != rm->paused) { in rackmeter_do_timer()
|
/linux-4.1.27/include/trace/events/ |
D | writeback.h | 455 __field(unsigned long, paused) 479 __entry->paused = (jiffies - start_time) * 1000 / HZ; 499 __entry->paused, /* ms */
|
/linux-4.1.27/drivers/dma/dw/ |
D | regs.h | 227 bool paused; member
|
D | core.c | 989 dwc->paused = true; in dwc_pause() 1002 dwc->paused = false; in dwc_chan_resume() 1010 if (!dwc->paused) in dwc_resume() 1084 if (dwc->paused && ret == DMA_IN_PROGRESS) in dwc_tx_status()
|
/linux-4.1.27/Documentation/dmaengine/ |
D | client.txt | 181 Resume a previously paused DMA channel. It is invalid to resume a 182 channel which is not currently paused.
|
/linux-4.1.27/drivers/net/ethernet/packetengines/ |
D | yellowfin.c | 277 u16 paused; member 283 u16 paused; 958 yp->tx_status[entry].paused); in yellowfin_interrupt() 1228 yp->tx_status[i].total_tx_cnt, yp->tx_status[i].paused); in yellowfin_close()
|
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna_types.h | 679 int paused; member
|
D | bna_tx_rx.c | 63 bfa_fsm_state_decl(bna_rxf, paused, struct bna_rxf, 763 if (q_config->paused) in bna_rxf_init()
|
/linux-4.1.27/Documentation/ioctl/ |
D | cdrom.txt | 16 CDROMRESUME Resume paused Audio Operation 111 CDROMRESUME Resume paused Audio Operation
|
/linux-4.1.27/Documentation/input/ |
D | atarikbd.txt | 66 been 'paused' ( the event will be stored until keyboard communications is 344 its output has been paused also causes an implicit RESUME this command can be 368 Mouse motion should be accumulated while the output is paused. If the ikbd is
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 120 | | guest vcpu has been paused by
|
D | api.txt | 1037 KVM_MP_STATE_RUNNABLE which reflect if the vcpu is paused or not. 1057 KVM_MP_STATE_RUNNABLE which reflect if the vcpu should be paused or not. 2095 This signals to the host kernel that the specified guest is being paused by
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_mid_low_api.txt | 1019 * device will be paused, and it will be unpaused when a command to 1025 * is paused and will be unpaused when any command returns from
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2453 This resumes a UML after being paused by a 'stop' command. Note that 2455 the UML is paused for a long period of time, crond might go a little
|