Searched refs:stream_id (Results 1 - 25 of 159) sorted by relevance

1234567

/linux-master/sound/soc/qcom/qdsp6/
H A Dq6routing.h6 int stream_id, int stream_type);
H A Dq6asm.h98 int q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len,
100 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id,
104 int q6asm_open_read(struct audio_client *ac, uint32_t stream_id,
107 uint32_t stream_id, uint32_t rate,
111 int q6asm_read(struct audio_client *ac, uint32_t stream_id);
114 uint32_t stream_id,
119 uint32_t stream_id,
122 uint32_t stream_id,
125 uint32_t stream_id,
128 uint32_t stream_id,
[all...]
H A Dq6asm-dai.c70 uint32_t stream_id; member in struct:q6asm_dai_rtd
191 q6asm_write_async(prtd->audio_client, prtd->stream_id,
201 q6asm_write_async(prtd->audio_client, prtd->stream_id,
210 q6asm_read(prtd->audio_client, prtd->stream_id);
243 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE);
262 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id,
266 ret = q6asm_open_read(prtd->audio_client, prtd->stream_id,
286 prtd->audio_client, prtd->stream_id,
291 prtd->stream_id,
298 q6asm_read(prtd->audio_client, prtd->stream_id);
360 int stream_id; local
611 int stream_id, size, ret; local
695 __q6asm_dai_compr_set_codec_params(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_codec *codec, int stream_id) argument
[all...]
H A Dq6asm.c282 uint32_t stream_id)
285 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id);
286 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id);
919 * @stream_id: stream id of q6asm session
927 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, argument
944 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id);
1009 static int __q6asm_run(struct audio_client *ac, uint32_t stream_id, argument
1026 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id);
1048 * @stream_id: stream id of q6asm session
1055 int q6asm_run(struct audio_client *ac, uint32_t stream_id, uint32_ argument
280 q6asm_add_hdr(struct audio_client *ac, struct apr_hdr *hdr, uint32_t pkt_size, bool cmd_flg, uint32_t stream_id) argument
1073 q6asm_run_nowait(struct audio_client *ac, uint32_t stream_id, uint32_t flags, uint32_t msw_ts, uint32_t lsw_ts) argument
1092 q6asm_media_format_block_multi_ch_pcm(struct audio_client *ac, uint32_t stream_id, uint32_t rate, uint32_t channels, u8 channel_map[PCM_MAX_NUM_CHANNEL], uint16_t bits_per_sample) argument
1141 q6asm_stream_media_format_block_flac(struct audio_client *ac, uint32_t stream_id, struct q6asm_flac_cfg *cfg) argument
1178 q6asm_stream_media_format_block_wma_v9(struct audio_client *ac, uint32_t stream_id, struct q6asm_wma_cfg *cfg) argument
1216 q6asm_stream_media_format_block_wma_v10(struct audio_client *ac, uint32_t stream_id, struct q6asm_wma_cfg *cfg) argument
1255 q6asm_stream_media_format_block_alac(struct audio_client *ac, uint32_t stream_id, struct q6asm_alac_cfg *cfg) argument
1297 q6asm_stream_media_format_block_ape(struct audio_client *ac, uint32_t stream_id, struct q6asm_ape_cfg *cfg) argument
1337 q6asm_stream_remove_silence(struct audio_client *ac, uint32_t stream_id, uint32_t cmd, uint32_t num_samples) argument
1367 q6asm_stream_remove_initial_silence(struct audio_client *ac, uint32_t stream_id, uint32_t initial_samples) argument
1377 q6asm_stream_remove_trailing_silence(struct audio_client *ac, uint32_t stream_id, uint32_t trailing_samples) argument
1397 q6asm_enc_cfg_blk_pcm_format_support(struct audio_client *ac, uint32_t stream_id, uint32_t rate, uint32_t channels, uint16_t bits_per_sample) argument
1452 q6asm_read(struct audio_client *ac, uint32_t stream_id) argument
1501 __q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) argument
1554 q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) argument
1573 q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len, uint32_t msw_ts, uint32_t lsw_ts, uint32_t wflags) argument
1639 __q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd, bool wait) argument
1693 q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd) argument
1708 q6asm_cmd_nowait(struct audio_client *ac, uint32_t stream_id, int cmd) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys_comm.h47 uint32_t stream_id)
49 return sp_thread_id * IA_CSS_STREAM_MAX_ISYS_STREAM_PER_CH + stream_id;
45 ia_css_isys_generate_stream_id( u32 sp_thread_id, uint32_t stream_id) argument
/linux-master/include/sound/sof/
H A Ddai-mediatek.h18 u32 stream_id; member in struct:sof_ipc_dai_mtk_afe_params
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_va.c35 * @stream_id: The overlay stream id.
39 u32 stream_id; member in struct:vmw_stream
63 ret = vmw_overlay_unref(dev_priv, stream->stream_id);
71 return vmw_overlay_claim(res->dev_priv, &stream->stream_id);
78 arg->stream_id = handle;
122 arg->stream_id);
166 *inout_id = stream->stream_id;
H A Dvmwgfx_overlay.c75 uint32_t stream_id)
79 cmd->flush.streamId = stream_id;
131 cmds->header.streamId = arg->stream_id;
164 fill_flush(flush, arg->stream_id);
178 uint32_t stream_id,
203 cmds->body.header.streamId = stream_id;
206 fill_flush(&cmds->flush, stream_id);
241 * @stream_id which stream to stop/pause.
245 uint32_t stream_id, bool pause,
249 struct vmw_stream *stream = &overlay->stream[stream_id];
74 fill_flush(struct vmw_escape_video_flush *cmd, uint32_t stream_id) argument
177 vmw_overlay_send_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool interruptible) argument
244 vmw_overlay_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool pause, bool interruptible) argument
515 vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id) argument
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dsuspend.c28 static int pseries_suspend_begin(u64 stream_id) argument
34 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id);
79 u64 stream_id; local
85 stream_id = simple_strtoul(buf, NULL, 16);
88 rc = pseries_suspend_begin(stream_id);
/linux-master/sound/soc/amd/ps/
H A Dps-sdw-dma.c141 u32 stream_id)
150 val = sdw_dma_pte_offset + (stream_id * ACP_SDW_PTE_OFFSET);
169 static int acp63_configure_sdw_ringbuffer(void __iomem *acp_base, u32 stream_id, u32 size, argument
185 reg_dma_size = sdw0_dma_ring_buf_reg[stream_id].reg_dma_size;
186 reg_fifo_addr = sdw0_dma_ring_buf_reg[stream_id].reg_fifo_addr;
187 reg_fifo_size = sdw0_dma_ring_buf_reg[stream_id].reg_fifo_size;
188 reg_ring_buf_size = sdw0_dma_ring_buf_reg[stream_id].reg_ring_buf_size;
189 reg_ring_buf_addr = sdw0_dma_ring_buf_reg[stream_id].reg_ring_buf_addr;
192 reg_dma_size = sdw1_dma_ring_buf_reg[stream_id].reg_dma_size;
193 reg_fifo_addr = sdw1_dma_ring_buf_reg[stream_id]
140 acp63_config_dma(struct acp_sdw_dma_stream *stream, void __iomem *acp_base, u32 stream_id) argument
259 u32 stream_id; local
388 u32 stream_id; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat.h60 enum atomisp_input_stream_id stream_id,
66 enum atomisp_input_stream_id stream_id,
71 enum atomisp_input_stream_id stream_id,
76 enum atomisp_input_stream_id stream_id,
88 enum atomisp_input_stream_id stream_id,
94 enum atomisp_input_stream_id stream_id,
100 u16 stream_id,
129 enum atomisp_input_stream_id stream_id,
134 enum atomisp_input_stream_id stream_id,
139 enum atomisp_input_stream_id stream_id,
[all...]
H A Datomisp_ioctl.h40 uint16_t stream_id);
H A Datomisp_fops.c110 enum atomisp_input_stream_id stream_id,
117 if (asd->metadata_bufs_in_css[stream_id][css_pipe_id] >=
136 stream_id, css_pipe_id)) {
143 asd->metadata_bufs_in_css[stream_id][css_pipe_id]++;
149 enum atomisp_input_stream_id stream_id,
175 stream_id, css_pipe_id)) {
190 enum atomisp_input_stream_id stream_id,
214 stream_id, css_pipe_id)) {
233 enum atomisp_input_stream_id stream_id,
284 asd->stream_env[stream_id]
109 atomisp_q_one_metadata_buffer(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id css_pipe_id) argument
148 atomisp_q_one_s3a_buffer(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id css_pipe_id) argument
189 atomisp_q_one_dis_buffer(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id css_pipe_id) argument
231 atomisp_q_video_buffers_to_css(struct atomisp_sub_device *asd, struct atomisp_video_pipe *pipe, enum atomisp_input_stream_id stream_id, enum ia_css_buffer_type css_buf_type, enum ia_css_pipe_id css_pipe_id) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_dc_resource_mgmt.c59 unsigned int stream_id, unsigned int plane_index, unsigned int *plane_id)
68 if (state->streams[i]->stream_id == stream_id) {
94 static int find_disp_cfg_idx_by_stream_id(struct dml2_dml_to_dc_pipe_mapping *mapping, unsigned int stream_id) argument
99 if (mapping->disp_cfg_to_stream_id_valid[i] && mapping->disp_cfg_to_stream_id[i] == stream_id)
107 static struct pipe_ctx *find_master_pipe_of_stream(struct dml2_context *ctx, struct dc_state *state, unsigned int stream_id) argument
112 if (state->res_ctx.pipe_ctx[i].stream && state->res_ctx.pipe_ctx[i].stream->stream_id == stream_id) {
129 state->res_ctx.pipe_ctx[i].stream->stream_id,
152 get_plane_id(ctx, state, pipe->plane_state, pipe->stream->stream_id,
58 get_plane_id(struct dml2_context *dml2, const struct dc_state *state, const struct dc_plane_state *plane, unsigned int stream_id, unsigned int plane_index, unsigned int *plane_id) argument
241 find_preferred_pipe_candidates(const struct dc_state *existing_state, const int pipe_count, const unsigned int stream_id, unsigned int *preferred_pipe_candidates) argument
275 find_last_resort_pipe_candidates(const struct dc_state *existing_state, const int pipe_count, const unsigned int stream_id, unsigned int *last_resort_pipe_candidates) argument
317 find_more_pipes_for_stream(struct dml2_context *ctx, struct dc_state *state, unsigned int stream_id, int *assigned_pipes, int *assigned_pipe_count, int pipes_needed, const struct dc_state *existing_state) argument
383 find_more_free_pipes(struct dml2_context *ctx, struct dc_state *state, unsigned int stream_id, int *assigned_pipes, int *assigned_pipe_count, int pipes_needed, const struct dc_state *existing_state) argument
582 find_pipes_assigned_to_stream(struct dml2_context *ctx, struct dc_state *state, unsigned int stream_id, unsigned int *pipes) argument
699 free_unused_pipes_for_plane(struct dml2_context *ctx, struct dc_state *state, const struct dc_plane_state *plane, const struct dc_plane_pipe_pool *pool, unsigned int stream_id, int plane_index) argument
956 unsigned int stream_id; local
[all...]
H A Ddml2_utils.h43 int dml2_helper_find_dml_pipe_idx_by_stream_id(struct dml2_context *ctx, unsigned int stream_id);
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_cmd_interface_cmn.h33 u32 stream_id; /* in */ member in union:pxp_cmd_header::__anon682
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.h69 __be32 bitfield; /* packet_start_code_prefix:24, stream_id: 8 */
85 * @stream_id: The stream id to use. Ex: Audio streams (0xc0-0xdf), Video
103 u16 stream_id; member in struct:pes_header_write_args
142 * @stream_id: The stream id to use. Ex: Audio streams (0xc0-0xdf), Video
165 u16 stream_id; member in struct:pes_write_args
H A Dvidtv_encoder.h113 * @stream_id: Examples: Audio streams (0xc0-0xdf), Video streams
146 __be16 stream_id; member in struct:vidtv_encoder
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-link.c29 u8 stream_id; member in struct:imx8qxp_pixel_link
48 pl->dc_id, pl->stream_id, ret);
60 pl->dc_id, pl->stream_id, ret);
72 pl->dc_id, pl->stream_id, ret);
84 pl->dc_id, pl->stream_id, ret);
98 pl->dc_id, pl->stream_id, ret);
112 pl->dc_id, pl->stream_id, ret);
127 pl->dc_id, pl->stream_id, pl->mst_addr, ret);
354 ret = of_property_read_u8(np, "fsl,dc-stream-id", &pl->stream_id);
364 if (pl->stream_id
[all...]
H A Dimx8qxp-pixel-combiner.c65 unsigned int stream_id; member in struct:imx8qxp_pc_channel
154 PC_DISP_HSYNC_POLARITY(ch->stream_id));
158 PC_DISP_VSYNC_POLARITY(ch->stream_id));
162 PC_DISP_DVALID_POLARITY(ch->stream_id));
169 if (ch->stream_id == 0) {
179 imx8qxp_pc_write_set(pc, PC_CTRL_REG, PC_DISP_BYPASS(ch->stream_id));
317 ch->stream_id = i;
/linux-master/drivers/gpu/host1x/hw/
H A Dchannel_hw.c56 u32 stream_id; local
64 stream_id = job->memory_context->stream_id;
66 stream_id = job->engine_fallback_streamid;
81 host1x_opcode_setpayload(stream_id),
182 u32 stream_id; local
184 if (!tegra_dev_iommu_get_stream_id(channel->dev->parent, &stream_id))
185 stream_id = TEGRA_STREAM_ID_BYPASS;
187 host1x_ch_writel(channel, stream_id, HOST1X_CHANNEL_SMMU_STREAMID);
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-trace.h38 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
39 TP_ARGS(pep, stream_id),
43 __field(u32, stream_id)
53 __entry->stream_id = stream_id;
62 __get_str(name), __entry->stream_id, __entry->state,
68 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
69 TP_ARGS(pep, stream_id)
73 TP_PROTO(struct cdnsp_ep *pep, u32 stream_id),
74 TP_ARGS(pep, stream_id)
[all...]
/linux-master/drivers/gpu/drm/xe/abi/
H A Dgsc_pxp_commands_abi.h36 u32 stream_id; /* in */ member in union:pxp_cmd_header::__anon814
/linux-master/sound/soc/sof/amd/
H A Dacp-probes.c25 struct snd_soc_dai *dai, u32 *stream_id)
40 *stream_id = stream->stream_tag;
23 acp_probes_compr_startup(struct sof_client_dev *cdev, struct snd_compr_stream *cstream, struct snd_soc_dai *dai, u32 *stream_id) argument
/linux-master/sound/soc/sof/
H A Dsof-client-probes.h18 struct snd_soc_dai *dai, u32 *stream_id);

Completed in 450 milliseconds

1234567