Searched refs:stream (Results 351 - 375 of 946) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/erofs/
H A Ddecompressor_zstd.c114 /* 2. walk each isolated stream and grow max dict_size if needed */
145 zstd_dstream *stream; local
171 stream = zstd_init_dstream(z_erofs_zstd_max_dictsize, strm->wksp, strm->wkspsz);
172 if (!stream) {
258 zerr = zstd_decompress_stream(stream, &out_buf, &in_buf);
262 zerr ? zstd_get_error_name(zerr) : "unexpected end of stream");
272 /* 4. push back ZSTD stream context to the global list */
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_mst_types.h91 struct dc_stream_state *stream);
/linux-master/include/sound/sof/
H A Dtrace.h13 #include <sound/sof/stream.h>
/linux-master/sound/soc/mediatek/common/
H A Dmtk-dsp-sof-common.c79 int i, stream; local
81 for_each_pcm_streams(stream) {
83 for_each_dpcm_fe(rtd, stream, dpcm) {
92 for_each_dpcm_be(fe, stream, dpcm) {
216 dev_err(cpu_dai->dev, "stream dir and widget not pair\n");
/linux-master/sound/usb/
H A DMakefile22 stream.o \
/linux-master/sound/soc/intel/catpt/
H A Dipc.c148 struct catpt_stream_runtime *stream; local
152 stream = catpt_stream_find(cdev, msg.stream_hw_id);
153 if (!stream) {
154 dev_warn(cdev->dev, "notify %d for non-existent stream %d\n",
164 catpt_stream_update_position(cdev, stream, &pos);
H A Dloader.c91 struct catpt_stream_runtime *stream; local
93 list_for_each_entry(stream, &cdev->stream_list, node) {
97 off = stream->persistent->start;
98 size = resource_size(stream->persistent);
99 dev_dbg(cdev->dev, "storing stream %d ctx: off 0x%08x size %d\n",
100 stream->info.stream_hw_id, off, size);
181 struct catpt_stream_runtime *stream; local
183 list_for_each_entry(stream, &cdev->stream_list, node) {
187 off = stream->persistent->start;
188 size = resource_size(stream
[all...]
/linux-master/sound/soc/sof/amd/
H A DMakefile7 snd-sof-amd-acp-y := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o
/linux-master/sound/soc/sof/
H A Dsof-audio.c507 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list;
547 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list;
548 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list;
612 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list;
681 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list;
764 struct snd_sof_pcm_stream_pipeline_list *pipeline_list = &spcm->stream[dir].pipeline_list;
765 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list;
779 spcm->stream[dir].list = NULL;
799 substream = spcm->stream[dir].substream;
805 * that the stream i
[all...]
H A Dipc3.c10 #include <sound/sof/stream.h>
715 elem->size, "stream",
759 dev_dbg(sdev->dev, " stream region 0x%x - size 0x%x\n",
869 /* IPC stream position. */
873 struct snd_sof_pcm_stream *stream; local
880 dev_err(sdev->dev, "period elapsed for unknown stream, msg_id %d\n",
885 stream = &spcm->stream[direction];
886 ret = snd_sof_ipc_msg_data(sdev, stream, &posn, sizeof(posn));
888 dev_warn(sdev->dev, "failed to read stream positio
908 struct snd_sof_pcm_stream *stream; local
[all...]
/linux-master/fs/netfs/
H A Dobjects.c93 struct netfs_io_stream *stream; local
105 stream = &rreq->io_streams[s];
106 while (!list_empty(&stream->subrequests)) {
107 subreq = list_first_entry(&stream->subrequests,
/linux-master/drivers/media/usb/uvc/
H A Duvc_queue.c71 struct uvc_streaming *stream; local
80 stream = uvc_queue_to_stream(queue);
81 size = stream->ctrl.dwMaxVideoFrameSize;
153 struct uvc_streaming *stream = uvc_queue_to_stream(queue); local
157 uvc_video_clock_update(stream, vbuf, buf);
163 struct uvc_streaming *stream = uvc_queue_to_stream(queue); local
170 ret = uvc_video_start_streaming(stream);
/linux-master/sound/xen/
H A Dxen_snd_front_cfg.c338 struct xen_front_cfg_stream *stream; local
357 stream = &pcm_instance->streams_pb[(*cur_pb)++];
360 stream = &pcm_instance->streams_cap[(*cur_cap)++];
366 /* Get next stream index. */
367 stream->index = (*stream_cnt)++;
368 stream->xenstore_path = stream_path;
370 * Check XenStore if PCM HW configuration exists for this stream
372 * but can still override some of the values for the stream.
374 cfg_read_pcm_hw(stream->xenstore_path,
375 &pcm_instance->pcm_hw, &stream
[all...]
/linux-master/sound/virtio/
H A Dvirtio_pcm.c317 * virtsnd_pcm_parse_cfg() - Parse the stream configuration.
436 struct virtio_pcm_stream *stream = &vpcm->streams[i]; local
438 if (!stream->nsubstreams)
441 stream->substreams =
442 devm_kcalloc(&vdev->dev, stream->nsubstreams,
443 sizeof(*stream->substreams),
445 if (!stream->substreams)
448 stream->nsubstreams = 0;
/linux-master/sound/soc/meson/
H A Daxg-tdm-interface.c194 /* Make sure this interface can cope with the stream */
201 dev_err(dai->dev, "incompatible slots width for stream\n");
392 int stream; local
394 for_each_pcm_streams(stream) {
395 struct axg_tdm_stream *ts = snd_soc_dai_dma_data_get(dai, stream);
407 int stream; local
409 for_each_pcm_streams(stream) {
412 if (!snd_soc_dai_get_widget(dai, stream))
420 snd_soc_dai_dma_data_set(dai, stream, ts);
535 * We'll change the number of channel provided by DAI stream, s
[all...]
/linux-master/sound/core/
H A Drawmidi.c3 * Abstract layer for MIDI v1.0 stream
54 s32 stream; member in struct:snd_rawmidi_status32
65 int stream; member in struct:snd_rawmidi_status64
171 if (substream->stream == SNDRV_RAWMIDI_STREAM_INPUT)
303 /* look for an available substream for the given stream direction;
307 int stream, int mode,
311 struct snd_rawmidi_str *s = &rmidi->streams[stream];
317 if (!(rmidi->info_flags & info_flags[stream]))
324 if (stream == SNDRV_RAWMIDI_STREAM_INPUT ||
359 rmidi->streams[substream->stream]
306 assign_substream(struct snd_rawmidi *rmidi, int subdevice, int stream, int mode, struct snd_rawmidi_substream **sub_ret) argument
898 int stream; local
1793 snd_rawmidi_alloc_substreams(struct snd_rawmidi *rmidi, struct snd_rawmidi_str *stream, int direction, int count) argument
1905 snd_rawmidi_free_substreams(struct snd_rawmidi_str *stream) argument
2089 snd_rawmidi_set_ops(struct snd_rawmidi *rmidi, int stream, const struct snd_rawmidi_ops *ops) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn35/
H A Ddcn35_fpu.c454 if (!res_ctx->pipe_ctx[i].stream)
458 timing = &pipe->stream->timing;
463 if (pipe->stream->adjust.v_total_max ==
464 pipe->stream->adjust.v_total_min &&
465 pipe->stream->adjust.v_total_min > timing->v_total) {
467 pipe->stream->adjust.v_total_min;
557 if (!pipe->stream)
560 if (pipe->stream->signal == SIGNAL_TYPE_EDP &&
562 pipe->stream->apply_seamless_boot_optimization) {
564 if (pipe->stream
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn351/
H A Ddcn351_fpu.c488 if (!res_ctx->pipe_ctx[i].stream)
492 timing = &pipe->stream->timing;
497 if (pipe->stream->adjust.v_total_max ==
498 pipe->stream->adjust.v_total_min &&
499 pipe->stream->adjust.v_total_min > timing->v_total) {
501 pipe->stream->adjust.v_total_min;
591 if (!pipe->stream)
594 if (pipe->stream->signal == SIGNAL_TYPE_EDP &&
596 pipe->stream->apply_seamless_boot_optimization) {
598 if (pipe->stream
[all...]
/linux-master/sound/soc/ti/
H A Ddavinci-i2s.c193 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
488 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
644 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
659 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
703 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
726 int playback = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK);
738 int stream; local
740 for_each_pcm_streams(stream)
741 snd_soc_dai_dma_data_set(dai, stream, &dev->dma_data[stream]);
[all...]
/linux-master/sound/firewire/motu/
H A Dmotu-pcm.c100 struct amdtp_stream *stream; local
104 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
106 stream = &motu->tx_stream;
110 stream = &motu->rx_stream;
127 return amdtp_motu_add_pcm_hw_constraints(stream, runtime);
155 // When source of clock is not internal or any stream is reserved for
/linux-master/sound/soc/amd/vangogh/
H A Dacp5x-i2s.c104 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
128 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
251 substream->stream);
252 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
300 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/linux-master/sound/soc/google/
H A Dchv3-i2s.c145 if (substream->stream == SNDRV_PCM_STREAM_CAPTURE)
158 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
211 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE) {
240 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE) {
262 if (substream->pstr->stream == SNDRV_PCM_STREAM_CAPTURE)
/linux-master/sound/soc/amd/raven/
H A Dacp3x-i2s.c89 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
113 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
165 substream->stream);
166 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
212 if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c151 res_ctx->pipe_ctx[i].stream &&
152 res_ctx->pipe_ctx[i].stream->link &&
153 res_ctx->pipe_ctx[i].stream->link == link &&
154 res_ctx->pipe_ctx[i].stream->link->connector_signal == SIGNAL_TYPE_EDP) {
196 copy_settings_data->flags.bitfields.dsc_enable_status = (pipe_ctx->stream->timing.flags.DSC == 1);
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h120 * Unassign a link encoder from a stream.
127 struct dc_stream_state *stream);
161 struct dc_stream_state *stream);
168 struct dc_stream_state *stream);
197 struct dc_stream_state *stream);
401 struct dc_stream_state *stream; member in struct:pipe_ctx
419 * enabled given current link capability and stream during hw resource
541 * @stream_status: Planes status on a given stream

Completed in 227 milliseconds

<<11121314151617181920>>