/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_overlay.c | 41 bool paused; member 235 * If the stream is paused the no evict flag is removed from the buffer 256 /* If the stream is paused this is already done */ in vmw_overlay_stop() 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() 312 /* If the buffers match and not paused then just send in vmw_overlay_update_stream() 344 /* stream is no longer stopped/paused */ in vmw_overlay_update_stream() [all …]
|
/linux/net/strparser/ |
H A D | strparser.c | 101 if (strp->paused) in __strp_recv() 303 if (unlikely(strp->paused)) { in __strp_recv() 304 /* Upper layer paused strp */ in __strp_recv() 374 if (unlikely(strp->stopped) || strp->paused) in strp_data_ready() 409 if (strp->paused) in do_strp_work() 490 strp->paused = 0; in strp_unpause() 492 /* Sync setting paused with RX work */ in strp_unpause()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-decoder-cmd.rst | 145 - 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 D | vidioc-encoder-cmd.rst | 103 - Start the encoder. When the encoder is already running or paused, 127 already paused, this command does nothing. No flags are defined
|
/linux/Documentation/trace/coresight/ |
H A D | coresight-perf.rst | 95 - "aux-action=start-paused": it is specified for the cs_etm PMU event to 96 launch in a paused state. 104 …perf record -e cs_etm/aux-action=start-paused/k,syscalls:sys_enter_openat/aux-action=resume/,sysca… 108 perf record -a -e cs_etm/aux-action=start-paused/k \
|
/linux/kernel/events/ |
H A D | internal.h | 22 int paused; /* can write into ring buffer */ member 76 rb->paused = 0; in rb_toggle_paused() 78 rb->paused = 1; in rb_toggle_paused()
|
/linux/drivers/scsi/aic7xxx/ |
H A 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() 280 if (!paused) in ahc_proc_write_seeprom()
|
H A 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() 266 if (!paused) in ahd_proc_write_seeprom()
|
H A D | aic7xxx_core.c | 251 static void ahc_run_tqinfifo(struct ahc_softc *ahc, int paused); 303 * Without this workaround, if the chip is paused, by an interrupt or 326 * to stop. The sequencer will only acknowledge that it is paused 778 ahc_run_tqinfifo(ahc, /*paused*/FALSE); in ahc_intr() 1519 * The sequencer is paused immediately on in ahc_handle_seqint() 1875 /*paused*/TRUE); in ahc_handle_scsiint() 1889 /*paused*/TRUE); in ahc_handle_scsiint() 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 [all …]
|
H A D | aic79xx_core.c | 266 static void ahd_run_tqinfifo(struct ahd_softc *ahd, int paused); 356 * to stop. The sequencer will only acknowledge that it is paused 1003 ahd_run_tqinfifo(ahd, /*paused*/FALSE); in ahd_intr() 1784 * will cause the sequencer to be paused again, in ahd_handle_seqint() 1935 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint() 1938 AHD_TRANS_ACTIVE, /*paused*/TRUE); in ahd_handle_seqint() 2365 * The sequencer is paused immediately on in ahd_handle_seqint() 3127 /*paused*/TRUE); in ahd_handle_nonpkt_busfree() 3132 /*paused*/TRUE); in ahd_handle_nonpkt_busfree() 3167 /*paused*/TRUE); in ahd_handle_nonpkt_busfree() [all …]
|
/linux/sound/pci/lola/ |
H A D | lola_pcm.c | 113 * clear paused flag when FIFO gets ready again 131 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() 536 str->paused = !start; in lola_pcm_trigger()
|
/linux/tools/perf/tests/shell/ |
H A D | test_intel_pt.sh | 655 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt/aux-action=start-paused/u uname ; then 660 -e intel_pt/aux-action=start-paused/u \ 667 awk 'BEGIN {paused=1;branches=0} 668 /Resume/ {paused=0} 669 /branches/ {if (paused) exit 1;branches=1} 670 /Pause/ {paused=1}
|
/linux/drivers/slimbus/ |
H A D | sched.c | 12 * @ctrl: controller requesting bus to be paused or woken up 72 /* already paused */ in slim_ctrl_clk_pause()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_control.c | 105 * (READY)<------------------resume-----(PAUSED) 118 * * PAUSED - represents a state in which VF activity is temporarily suspended 134 * (READY,RESUMED)<--------+------------RESUME_WIP<----+--<-----resume--(PAUSED) 184 CASE2STR(PAUSED); in control_bit_to_string() 433 * (PAUSED) : FLR_WIP : : STOP_WIP : 602 xe_gt_sriov_dbg(gt, "VF%u was already paused!\n", vfid); in xe_gt_sriov_pf_control_pause_vf() 619 xe_gt_sriov_info(gt, "VF%u paused!\n", vfid); in xe_gt_sriov_pf_control_pause_vf() 637 * (PAUSED)<-----------------<------------------------o 744 xe_gt_sriov_dbg(gt, "VF%u is not paused!\n", vfid); in xe_gt_sriov_pf_control_resume_vf() 776 * (READY,PAUSED,RESUMED)<-------<--------------------o [all …]
|
/linux/include/net/ |
H A D | strparser.h | 95 u32 paused : 1; member 112 strp->paused = 1; in strp_pause()
|
/linux/sound/soc/sof/ |
H A D | ipc4-pcm.c | 185 * Trigger pipeline if all PCMs containing it are paused or if it is RUNNING in sof_ipc4_add_pipeline_to_trigger_list() 193 /* RESET if the pipeline is neither running nor paused */ in sof_ipc4_add_pipeline_to_trigger_list() 234 * increment paused_count if the PAUSED is the final state during in sof_ipc4_update_pipeline_state() 242 * decrement started_count if PAUSED is the final state during the in sof_ipc4_update_pipeline_state() 286 * | RUNNING <-------------+ PAUSED +--------------> + RESET | 525 * set paused state for pipelines if the final state is PAUSED or when the pipeline in sof_ipc4_trigger_pipelines() 534 /* update PAUSED state for all pipelines just triggered */ in sof_ipc4_trigger_pipelines()
|
/linux/drivers/macintosh/ |
H A D | rack-meter.c | 68 int paused; member 148 pr_debug("rackmeter: %s\n", pause ? "paused" : "started"); in rackmeter_do_pause() 150 rm->paused = pause; in rackmeter_do_pause() 247 if (pause != rm->paused) { in rackmeter_do_timer()
|
/linux/drivers/dma/qcom/ |
H A D | hidma_dbg.c | 91 seq_printf(s, "paused=%u\n", mchan->paused); in hidma_chan_show()
|
/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_seq.c | 52 if (arp2ctl & PAUSED) in asd_pause_cseq() 58 if (arp2ctl & PAUSED) in asd_pause_cseq() 79 if (!(arp2ctl & PAUSED)) in asd_unpause_cseq() 85 if (!(arp2ctl & PAUSED)) in asd_unpause_cseq() 107 if (arp2ctl & PAUSED) in asd_seq_pause_lseq() 113 if (arp2ctl & PAUSED) in asd_seq_pause_lseq() 156 if (!(arp2ctl & PAUSED)) in asd_seq_unpause_lseq() 162 if (!(arp2ctl & PAUSED)) in asd_seq_unpause_lseq()
|
/linux/drivers/scsi/ |
H A D | 3w-9xxx.h | 115 {0x003B, "Background rebuild paused"}, 116 {0x003C, "Background initialize paused"}, 117 {0x003D, "Background verify paused"}, 118 {0x003E, "Background migration paused"},
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_stats.h | 110 * paused
|
/linux/include/uapi/linux/dvb/ |
H A D | audio.h | 26 AUDIO_PAUSED /* Device is paused */
|
/linux/include/trace/events/ |
H A D | writeback.h | 680 __field(unsigned long, paused) 705 __entry->paused = (jiffies - start_time) * 1000 / HZ; 715 "paused=%lu pause=%ld period=%lu think=%ld cgroup_ino=%lu", 726 __entry->paused, /* ms */
|
/linux/net/kcm/ |
H A 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/drivers/accessibility/speakup/ |
H A D | buffers.c | 81 * paused any more. in synth_buffer_add()
|