/Linux-v4.19/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-v4.19/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()
|
/Linux-v4.19/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);
|
/Linux-v4.19/kernel/events/ |
D | internal.h | 21 int paused; /* can write into ring buffer */ member 72 rb->paused = 0; in rb_toggle_paused() 74 rb->paused = 1; in rb_toggle_paused()
|
D | ring_buffer.c | 142 if (unlikely(rb->paused)) { in __perf_output_begin() 298 rb->paused = 1; in ring_buffer_init()
|
/Linux-v4.19/net/strparser/ |
D | strparser.c | 111 if (strp->paused) in __strp_recv() 319 if (unlikely(strp->paused)) { in __strp_recv() 384 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 419 if (strp->paused) in do_strp_work() 500 strp->paused = 0; in __strp_unpause() 512 strp->paused = 0; in strp_unpause()
|
/Linux-v4.19/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-v4.19/include/net/ |
D | strparser.h | 71 u32 paused : 1; member 88 strp->paused = 1; in strp_pause()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-decoder-cmd.rst | 156 - Start the decoder. When the decoder is already running or paused, 158 calling ``V4L2_DEC_CMD_START`` when the decoder was paused will 187 already paused, this command does nothing. This command has one 189 decoder output to black when paused.
|
D | vidioc-encoder-cmd.rst | 103 - Start the encoder. When the encoder is already running or paused, 124 already paused, this command does nothing. No flags are defined
|
/Linux-v4.19/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()
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | audio-continue.rst | 40 This ioctl restarts the decoding and playing process previously paused
|
D | audio-pause.rst | 41 playing are paused. It is then possible to restart again decoding and
|
/Linux-v4.19/drivers/dma/ti/ |
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() 1317 if (!c->paused) in omap_dma_terminate_all() 1322 c->paused = false; in omap_dma_terminate_all() 1380 if (can_pause && !c->paused) { in omap_dma_pause() 1383 c->paused = true; in omap_dma_pause() 1400 if (c->paused && c->desc) { in omap_dma_resume() 1407 c->paused = false; in omap_dma_resume()
|
/Linux-v4.19/drivers/dma/qcom/ |
D | hidma.c | 293 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status() 561 if (!mchan->paused) { in hidma_pause() 565 mchan->paused = true; in hidma_pause() 580 if (mchan->paused) { in hidma_resume() 584 mchan->paused = false; in hidma_resume()
|
D | bam_dma.c | 376 unsigned int paused; /* is the channel paused? */ member 738 bchan->paused = 1; in bam_pause() 764 bchan->paused = 0; in bam_resume() 910 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status() 931 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
|
D | hidma.h | 93 bool paused; member
|
/Linux-v4.19/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()
|
/Linux-v4.19/net/kcm/ |
D | kcmproc.c | 166 if (!psock->strp.paused && !psock->ready_rx_msg) { in kcm_format_psock() 175 if (psock->strp.paused) in kcm_format_psock()
|
/Linux-v4.19/kernel/trace/ |
D | trace_events_trigger.c | 66 if (data->paused) in event_triggers_call() 104 if (data->paused) in event_triggers_post_call() 851 test->paused_tmp = test->paused; in __pause_named_trigger() 852 test->paused = true; in __pause_named_trigger() 854 test->paused = test->paused_tmp; in __pause_named_trigger()
|
/Linux-v4.19/include/trace/events/ |
D | writeback.h | 517 __field(unsigned long, paused) 543 __entry->paused = (jiffies - start_time) * 1000 / HZ; 564 __entry->paused, /* ms */
|
/Linux-v4.19/drivers/dma/ |
D | nbpfaxi.c | 222 bool paused; member 391 chan->paused = false; in nbpf_start() 663 if (chan->paused) in nbpf_tx_status() 866 chan->paused = true; in nbpf_pause()
|