/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/ |
H A D | dce_clk_mgr.c | 173 if (pipe_ctx->stream == NULL) in dce_get_max_pixel_clock_for_all_paths() 186 if (dc_is_dp_signal(pipe_ctx->stream->signal) && in dce_get_max_pixel_clock_for_all_paths()
|
/kernel/linux/linux-6.6/sound/soc/ux500/ |
H A D | mop500_ab8500.c | 206 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in mop500_ab8500_shutdown() 294 is_playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK); in mop500_ab8500_hw_params()
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | serial-generic.c | 278 static void snd_serial_generic_substreams(struct snd_rawmidi_str *stream, int dev_num) in snd_serial_generic_substreams() argument 282 list_for_each_entry(substream, &stream->substreams, list) { in snd_serial_generic_substreams()
|
/kernel/linux/linux-6.6/sound/hda/ext/ |
H A D | hdac_ext_stream.c | 3 * hdac-ext-stream.c - HD-audio extended stream operations. 20 * snd_hdac_ext_stream_init - initialize each stream (aka device) 22 * @hext_stream: HD-audio ext core stream object to initialize 23 * @idx: stream index number 24 * @direction: stream direction (SNDRV_PCM_STREAM_PLAYBACK or SNDRV_PCM_STREAM_CAPTURE) 27 * initialize the stream, if ppcap is enabled then init those and then 28 * invoke hdac stream initialization routine 48 * snd_hdac_ext_stream_init_all - create and initialize the stream objects 77 * snd_hdac_ext_stream_free_all - free hdac extended stream object [all...] |
/kernel/linux/linux-6.6/sound/soc/adi/ |
H A D | axi-i2s.c | 63 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in axi_i2s_trigger() 113 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in axi_i2s_startup()
|
/kernel/linux/linux-6.6/lib/ |
H A D | ref_tracker.c | 70 #define pr_ostream(stream, fmt, args...) \ 72 struct ostream *_s = (stream); \
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8183/ |
H A D | mt8183-dai-adda.c | 360 dev_dbg(afe->dev, "%s(), id %d, stream %d, rate %d\n", in mtk_dai_adda_hw_params() 361 __func__, dai->id, substream->stream, rate); in mtk_dai_adda_hw_params() 363 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) { in mtk_dai_adda_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra20_ac97.c | 186 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in tegra20_ac97_trigger() 194 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) in tegra20_ac97_trigger()
|
/kernel/linux/linux-6.6/sound/soc/xilinx/ |
H A D | xlnx_spdif.c | 87 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) { in xlnx_spdif_startup() 155 /* start capture only if stream is detected within 40ms timeout */ in rx_stream_detect() 182 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) in xlnx_spdif_trigger()
|
/kernel/linux/linux-6.6/sound/soc/sunxi/ |
H A D | sun50i-dmic.c | 81 if (substream->stream != SNDRV_PCM_STREAM_CAPTURE) in sun50i_dmic_startup() 196 if (substream->stream != SNDRV_PCM_STREAM_CAPTURE) in sun50i_dmic_trigger()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | proc.c | 280 assoc->hbinterval, assoc->stream.incnt, in sctp_assocs_seq_show() 281 assoc->stream.outcnt, assoc->max_retrans, in sctp_assocs_seq_show()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_xiph.c | 45 unsigned ident; ///< 24-bit stream configuration identifier 286 AVStream* stream, in xiph_parse_fmtp_pair() 290 AVCodecParameters *par = stream->codecpar; in xiph_parse_fmtp_pair() 285 xiph_parse_fmtp_pair(AVFormatContext *s, AVStream* stream, PayloadContext *xiph_data, const char *attr, const char *value) xiph_parse_fmtp_pair() argument
|
H A D | rtpdec_mpeg4.c | 289 AVStream *stream, PayloadContext *data, in parse_fmtp() 292 AVCodecParameters *par = stream->codecpar; in parse_fmtp() 288 parse_fmtp(AVFormatContext *s, AVStream *stream, PayloadContext *data, const char *attr, const char *value) parse_fmtp() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_direct.h | 373 int snd_pcm_direct_parse_open_conf(snd_config_t *root, snd_config_t *conf, int stream, struct snd_pcm_direct_open_conf *rec); 377 struct slave_params *params, snd_pcm_stream_t stream, int mode);
|
/third_party/backends/backend/genesys/ |
H A D | utilities.h | 207 explicit BasicStreamStateSaver(std::basic_ios<Char, Traits>& stream) : in BasicStreamStateSaver() argument 208 stream_(stream) in BasicStreamStateSaver()
|
/third_party/backends/sanei/ |
H A D | sanei_config.c | 207 sanei_config_read (char *str, int n, FILE *stream) in sanei_config_read() argument 213 /* read line from stream */ in sanei_config_read() 214 rc = fgets( str, n, stream); in sanei_config_read()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapperTest.java | 7 import static java.util.stream.Collectors.joining; 194 return Arrays.stream(lines).collect(joining("\n", FILE_HEADER, "\n\n")); in headerPlusLines()
|
/third_party/libuv/src/win/ |
H A D | internal.h | 94 uv_tcp_t* stream, 176 uv_tty_t* stream,
|
/third_party/libuv/test/ |
H A D | test-stdio-over-pipes.c | 134 options.stdio[0].data.stream = (uv_stream_t*) ∈ in test_stdio_over_pipes() 137 options.stdio[1].data.stream = (uv_stream_t*) &out; in test_stdio_over_pipes()
|
H A D | runner-unix.c | 368 int process_copy_output(process_info_t* p, FILE* stream) { in process_copy_output() argument 380 print_lines(buf, r, stream); in process_copy_output()
|
/third_party/libuv/src/ |
H A D | uv-common.h | 147 int uv__read_start(uv_stream_t* stream, 291 (h->stream.conn.shutdown_req != NULL)
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.h | 181 UInt64 StartPosition; // in stream
182 UInt64 StartPositionAfterHeader; // in stream
183 UInt64 DataStartPosition; // in stream
184 UInt64 DataStartPosition2; // in stream. it's for headers
377 HRESULT FindAndReadSignature(IInStream *stream, const UInt64 *searchHeaderSizeLimit);
439 HRESULT Open(IInStream *stream, const UInt64 *searchHeaderSizeLimit); // S_FALSE means is not archive
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.h | 36 void SetStream(ISequentialOutStream *stream) { _stream = stream; }
in SetStream() argument
|
/third_party/lzma/CS/7zip/Compress/LZ/ |
H A D | LzBinTree.cs | 51 public new void SetStream(System.IO.Stream stream) { base.SetStream(stream); }
in SetStream() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_named_interface_blocks.cpp | 201 new_var->data.stream = var->data.stream; in run()
|