Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_overlay.c41 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()
556 overlay->stream[i].paused = false; in vmw_overlay_init()
/linux-6.3-rc2/drivers/scsi/aic7xxx/
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()
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()
A Daic7xxx_core.c2672 int paused; in ahc_update_pending_scbs() local
2710 paused = 1; in ahc_update_pending_scbs()
2712 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()
5573 paused = TRUE; in ahc_pause_and_flushwork()
7105 int paused; in ahc_dump_card_state() local
7117 paused = 1; in ahc_dump_card_state()
7119 paused = 0; in ahc_dump_card_state()
[all …]
/linux-6.3-rc2/net/strparser/
A Dstrparser.c101 if (strp->paused) in __strp_recv()
303 if (unlikely(strp->paused)) { in __strp_recv()
368 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready()
403 if (strp->paused) in do_strp_work()
484 strp->paused = 0; in __strp_unpause()
496 strp->paused = 0; in strp_unpause()
/linux-6.3-rc2/kernel/events/
A Dinternal.h22 int paused; /* can write into ring buffer */ member
74 rb->paused = 0; in rb_toggle_paused()
76 rb->paused = 1; in rb_toggle_paused()
/linux-6.3-rc2/include/net/
A Dstrparser.h93 u32 paused : 1; member
110 strp->paused = 1; in strp_pause()
/linux-6.3-rc2/sound/pci/lola/
A Dlola_pcm.c131 if (str->prepared && str->paused) { in lola_sync_wait_for_fifo()
139 str->paused = 0; in lola_sync_wait_for_fifo()
162 if (str->paused && str->prepared) in lola_sync_pause()
172 if (str->paused) in lola_stream_reset()
543 str->paused = !start; in lola_pcm_trigger()
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dps.c36 rtwdev->hci.paused = true; in rtw89_ps_power_mode_change_with_hci()
45 rtwdev->hci.paused = false; in rtw89_ps_power_mode_change_with_hci()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
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.
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-6.3-rc2/drivers/staging/media/av7110/
A Daudio-continue.rst40 This ioctl restarts the decoding and playing process previously paused
A Daudio-pause.rst41 playing are paused. It is then possible to restart again decoding and
/linux-6.3-rc2/drivers/dma/qcom/
A Dhidma.c288 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status()
569 if (!mchan->paused) { in hidma_pause()
573 mchan->paused = true; in hidma_pause()
588 if (mchan->paused) { in hidma_resume()
592 mchan->paused = false; in hidma_resume()
A Dhidma.h85 bool paused; member
A Dbam_dma.c367 unsigned int paused; /* is the channel paused? */ member
785 bchan->paused = 1; in bam_pause()
811 bchan->paused = 0; in bam_resume()
960 return bchan->paused ? DMA_PAUSED : ret; in bam_tx_status()
981 if (ret == DMA_IN_PROGRESS && bchan->paused) in bam_tx_status()
A Dhidma_dbg.c91 seq_printf(s, "paused=%u\n", mchan->paused); in hidma_chan_show()
/linux-6.3-rc2/drivers/macintosh/
A Drack-meter.c68 int paused; member
150 rm->paused = pause; in rackmeter_do_pause()
247 if (pause != rm->paused) { in rackmeter_do_timer()
/linux-6.3-rc2/net/kcm/
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-6.3-rc2/drivers/soundwire/
A Dcadence_master.h101 bool paused; member
A Dintel.c817 dai_runtime->paused = false; in intel_hw_params()
999 dai_runtime->paused = true; in intel_trigger()
1003 dai_runtime->paused = false; in intel_trigger()
1053 if (dai_runtime->paused) { in intel_component_dais_suspend()
/linux-6.3-rc2/drivers/dma/ti/
A Domap-dma.c72 bool paused; member
928 if (ret == DMA_IN_PROGRESS && c->paused) { in omap_dma_tx_status()
1405 if (!c->paused) in omap_dma_terminate_all()
1410 c->paused = false; in omap_dma_terminate_all()
1468 if (can_pause && !c->paused) { in omap_dma_pause()
1471 c->paused = true; in omap_dma_pause()
1488 if (c->paused && c->desc) { in omap_dma_resume()
1495 c->paused = false; in omap_dma_resume()
/linux-6.3-rc2/kernel/trace/
A Dtrace_events_trigger.c68 if (data->paused) in event_triggers_call()
120 if (data->paused) in event_triggers_post_call()
1202 test->paused_tmp = test->paused; in __pause_named_trigger()
1203 test->paused = true; in __pause_named_trigger()
1205 test->paused = test->paused_tmp; in __pause_named_trigger()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Dutils.c1004 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
1019 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm()
1047 mvm->tcm.paused = true; in iwl_mvm_pause_tcm()
1074 mvm->tcm.paused = false; in iwl_mvm_resume_tcm()
/linux-6.3-rc2/include/trace/events/
A Dwriteback.h651 __field(unsigned long, paused)
677 __entry->paused = (jiffies - start_time) * 1000 / HZ;
698 __entry->paused, /* ms */

Completed in 76 milliseconds

123