/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() 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() 498 /* 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/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() 543 str->paused = !start; in lola_pcm_trigger()
|
/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 | 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/include/net/ |
H A D | strparser.h | 93 u32 paused : 1; member 110 strp->paused = 1; in strp_pause()
|
/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/include/trace/events/ |
H A D | writeback.h | 659 __field(unsigned long, paused) 685 __entry->paused = (jiffies - start_time) * 1000 / HZ; 695 "paused=%lu pause=%ld period=%lu think=%ld cgroup_ino=%lu", 706 __entry->paused, /* ms */
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | ps.c | 38 rtwdev->hci.paused = true; in rtw89_ps_power_mode_change_with_hci() 47 rtwdev->hci.paused = false; in rtw89_ps_power_mode_change_with_hci()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | mlx4_stats.h | 110 * paused
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 1088 if (mvm->tcm.paused || !time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm() 1102 if (!mvm->tcm.paused && time_after(ts, mvm->tcm.ts + MVM_TCM_PERIOD)) { in iwl_mvm_recalc_tcm() 1130 mvm->tcm.paused = true; in iwl_mvm_pause_tcm() 1155 /* The TCM data needs to be reset before "paused" flag changes */ in iwl_mvm_resume_tcm() 1157 mvm->tcm.paused = false; in iwl_mvm_resume_tcm()
|
/linux/include/uapi/linux/dvb/ |
H A D | audio.h | 26 AUDIO_PAUSED /* Device is paused */
|
/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()
|
/linux/drivers/net/ethernet/intel/igbvf/ |
H A D | defines.h | 48 #define E1000_STATUS_TXOFF 0x00000010 /* transmission paused */
|