/linux-6.14.4/drivers/gpu/drm/vmwgfx/ |
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-6.14.4/net/strparser/ |
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() 491 strp->paused = 0; in __strp_unpause() 503 strp->paused = 0; in strp_unpause() 505 /* Sync setting paused with RX work */ in strp_unpause()
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
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.
|
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-6.14.4/kernel/events/ |
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-6.14.4/drivers/scsi/aic7xxx/ |
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()
|
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()
|
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 …]
|
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-6.14.4/drivers/slimbus/ |
D | sched.c | 12 * @ctrl: controller requesting bus to be paused or woken up 72 /* already paused */ in slim_ctrl_clk_pause()
|
/linux-6.14.4/tools/perf/tests/shell/ |
D | test_intel_pt.sh | 650 if ! perf_record_no_decode -o "${perfdatafile}" -e intel_pt/aux-action=start-paused/u uname ; then 655 -e intel_pt/aux-action=start-paused/u \ 662 awk 'BEGIN {paused=1;branches=0} 663 /Resume/ {paused=0} 664 /branches/ {if (paused) exit 1;branches=1} 665 /Pause/ {paused=1}
|
/linux-6.14.4/sound/pci/lola/ |
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() 543 str->paused = !start; in lola_pcm_trigger()
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_gt_sriov_pf_control.c | 104 * (READY)<------------------resume-----(PAUSED) 117 * * PAUSED - represents a state in which VF activity is temporarily suspended 133 * (READY,RESUMED)<--------+------------RESUME_WIP<----+--<-----resume--(PAUSED) 183 CASE2STR(PAUSED); in control_bit_to_string() 432 * (PAUSED) : FLR_WIP : : STOP_WIP : 601 xe_gt_sriov_dbg(gt, "VF%u was already paused!\n", vfid); in xe_gt_sriov_pf_control_pause_vf() 618 xe_gt_sriov_info(gt, "VF%u paused!\n", vfid); in xe_gt_sriov_pf_control_pause_vf() 636 * (PAUSED)<-----------------<------------------------o 743 xe_gt_sriov_dbg(gt, "VF%u is not paused!\n", vfid); in xe_gt_sriov_pf_control_resume_vf() 775 * (READY,PAUSED,RESUMED)<-------<--------------------o [all …]
|
/linux-6.14.4/include/net/ |
D | strparser.h | 95 u32 paused : 1; member 112 strp->paused = 1; in strp_pause()
|
/linux-6.14.4/sound/soc/sof/ |
D | ipc4-pcm.c | 147 * Trigger pipeline if all PCMs containing it are paused or if it is RUNNING in sof_ipc4_add_pipeline_to_trigger_list() 155 /* RESET if the pipeline is neither running nor paused */ in sof_ipc4_add_pipeline_to_trigger_list() 196 * increment paused_count if the PAUSED is the final state during in sof_ipc4_update_pipeline_state() 204 * decrement started_count if PAUSED is the final state during the in sof_ipc4_update_pipeline_state() 248 * | RUNNING <-------------+ PAUSED +--------------> + RESET | 463 * set paused state for pipelines if the final state is PAUSED or when the pipeline in sof_ipc4_trigger_pipelines() 472 /* update PAUSED state for all pipelines just triggered */ in sof_ipc4_trigger_pipelines()
|
/linux-6.14.4/drivers/soundwire/ |
D | cadence_master.h | 90 * @paused: status set in .trigger, to be used in suspend 101 bool paused; member
|
/linux-6.14.4/drivers/dma/qcom/ |
D | hidma_dbg.c | 91 seq_printf(s, "paused=%u\n", mchan->paused); in hidma_chan_show()
|
D | hidma.c | 286 if (mchan->paused && (ret == DMA_IN_PROGRESS)) { in hidma_tx_status() 567 if (!mchan->paused) { in hidma_pause() 571 mchan->paused = true; in hidma_pause() 586 if (mchan->paused) { in hidma_resume() 590 mchan->paused = false; in hidma_resume()
|
/linux-6.14.4/drivers/macintosh/ |
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-6.14.4/drivers/scsi/aic94xx/ |
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-6.14.4/drivers/dma/ti/ |
D | omap-dma.c | 72 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() 1442 * We do not allow DMA_MEM_TO_DEV transfers to be paused. in omap_dma_pause() 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-6.14.4/drivers/net/wireless/realtek/rtw89/ |
D | ps.c | 39 rtwdev->hci.paused = true; in rtw89_ps_power_mode_change_with_hci() 48 rtwdev->hci.paused = false; in rtw89_ps_power_mode_change_with_hci()
|
/linux-6.14.4/drivers/scsi/ |
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-6.14.4/include/trace/events/ |
D | writeback.h | 655 __field(unsigned long, paused) 680 __entry->paused = (jiffies - start_time) * 1000 / HZ; 690 "paused=%lu pause=%ld period=%lu think=%ld cgroup_ino=%lu", 701 __entry->paused, /* ms */
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 110 * paused
|