Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c41 bool paused; member
257 if (!stream->paused) { in vmw_overlay_stop()
274 stream->paused = false; in vmw_overlay_stop()
276 stream->paused = true; in vmw_overlay_stop()
304 stream->buf, buf, stream->paused ? "" : "not "); in vmw_overlay_update_stream()
311 } else if (!stream->paused) { in vmw_overlay_update_stream()
345 stream->paused = false; in vmw_overlay_update_stream()
369 if (!stream->paused) in vmw_overlay_resume_all()
402 if (overlay->stream[i].paused) in vmw_overlay_pause_all()
549 overlay->stream[i].paused = false; in vmw_overlay_init()
/linux/drivers/scsi/aic7xxx/
H A 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()
H A 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()
H A 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 …]
H A 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 …]
H A Daic79xx.h1406 u_int width, u_int type, int paused);
1411 u_int type, int paused);
H A Daic7xxx_osm.c2053 int paused; in ahc_linux_queue_recovery_cmd() local
2058 paused = FALSE; in ahc_linux_queue_recovery_cmd()
2149 paused = TRUE; in ahc_linux_queue_recovery_cmd()
2301 if (paused) in ahc_linux_queue_recovery_cmd()
/linux/kernel/events/
H A Dinternal.h22 int paused; /* can write into ring buffer */ member
77 rb->paused = 0; in rb_toggle_paused()
79 rb->paused = 1; in rb_toggle_paused()
H A Dring_buffer.c178 if (unlikely(rb->paused)) { in __perf_output_begin()
340 rb->paused = 1; in ring_buffer_init()
/linux/net/strparser/
H A Dstrparser.c109 if (strp->paused) in __strp_recv()
311 if (unlikely(strp->paused)) { in __strp_recv()
312 /* Upper layer paused strp */ in __strp_recv()
382 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready()
417 if (strp->paused) in do_strp_work()
498 strp->paused = 0;
500 /* Sync setting paused with RX work */
/linux/include/net/
H A Dstrparser.h95 u32 paused : 1; member
112 strp->paused = 1; in strp_pause()
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-decoder-cmd.rst145 - Start the decoder. When the decoder is already running or paused,
147 calling ``V4L2_DEC_CMD_START`` when the decoder was paused will
182 already paused, this command does nothing. This command has one
184 decoder output to black when paused.
H A Dvidioc-encoder-cmd.rst103 - Start the encoder. When the encoder is already running or paused,
127 already paused, this command does nothing. No flags are defined
/linux/drivers/dma/qcom/
H A Dhidma.c285 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status()
566 if (!mchan->paused) { in hidma_pause()
570 mchan->paused = true; in hidma_pause()
585 if (mchan->paused) { in hidma_resume()
589 mchan->paused = false; in hidma_resume()
H A Dhidma.h85 bool paused; member
H A Dbam_dma.c397 unsigned int paused; /* is the channel paused? */ member
804 bchan->paused = 1; in bam_pause()
829 bchan->paused = 0; in bam_resume()
974 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status()
994 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
H A Dhidma_dbg.c91 seq_printf(s, "paused=%u\n", mchan->paused); in hidma_chan_show()
/linux/net/kcm/
H A Dkcmproc.c166 if (!psock->strp.paused && !psock->ready_rx_msg) { in kcm_format_psock()
175 if (psock->strp.paused) in kcm_format_psock()
/linux/drivers/dma/ti/
H A Domap-dma.c72 bool paused; member
928 if (ret == DMA_IN_PROGRESS && c->paused) { in omap_dma_tx_status()
1404 if (!c->paused) in omap_dma_terminate_all()
1409 c->paused = false; in omap_dma_terminate_all()
1467 if (can_pause && !c->paused) { in omap_dma_pause()
1470 c->paused = true; in omap_dma_pause()
1487 if (c->paused && c->desc) { in omap_dma_resume()
1494 c->paused = false; in omap_dma_resume()
/linux/kernel/trace/
H A Dtrace_events_trigger.c196 if (data->paused) in event_triggers_call()
248 if (data->paused) in event_triggers_post_call()
1345 test->paused_tmp = test->paused; in __pause_named_trigger()
1346 test->paused = true; in __pause_named_trigger()
1348 test->paused = test->paused_tmp; in __pause_named_trigger()
/linux/drivers/soundwire/
H A Dcadence_master.h102 bool paused; member
H A Dintel_ace2x.c755 dai_runtime->paused = false; in intel_hw_params()
917 dai_runtime->paused = true; in intel_trigger()
921 dai_runtime->paused = false; in intel_trigger()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c1065 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_tcm_work()
1079 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_tcm_work()
1098 mvm->tcm.paused = true; in iwl_mvm_pause_tcm()
1125 mvm->tcm.paused = false; in iwl_mvm_resume_tcm()
/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh492 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt/aux-action=start-paused/u uname ; then
497 -e intel_pt/aux-action=start-paused/u \
504 awk 'BEGIN {paused=1;branches=0}
505 /Resume/ {paused=0}
506 /branches/ {if (paused) exit 1;branches=1}
507 /Pause/ {paused=1}
/linux/net/ceph/
H A Dosd_client.c457 dest->paused = src->paused; in target_copy()
1659 if (t->paused && !should_be_paused) { in calc_target()
1662 if (t->paused != should_be_paused) { in calc_target()
1663 dout("%s t %p paused %d -> %d\n", __func__, t, t->paused, in calc_target()
1665 t->paused = should_be_paused; in calc_target()
2349 req->r_t.paused = false; in send_request()
2411 req->r_t.paused = true; in __submit_request()
2416 req->r_t.paused in __submit_request()
[all...]

12