Home
last modified time | relevance | path

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

1234567891011

/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
H A Dq6asm.h99 int q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len,
101 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id,
105 int q6asm_open_read(struct audio_client *ac, uint32_t stream_id,
108 uint32_t stream_id, uint32_t rate,
112 int q6asm_read(struct audio_client *ac, uint32_t stream_id);
115 uint32_t stream_id,
120 uint32_t stream_id,
123 uint32_t stream_id,
126 uint32_t stream_id,
129 uint32_t stream_id,
[all...]
H A Dq6asm-dai.c69 uint32_t stream_id; member
190 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
200 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
209 q6asm_read(prtd->audio_client, prtd->stream_id); in event_handler()
242 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE); in q6asm_dai_prepare()
261 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
265 ret = q6asm_open_read(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
285 prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
290 prtd->stream_id, in q6asm_dai_prepare()
297 q6asm_read(prtd->audio_client, prtd->stream_id); in q6asm_dai_prepare()
359 int stream_id; q6asm_dai_open() local
624 int stream_id, size, ret; q6asm_dai_compr_open() local
708 __q6asm_dai_compr_set_codec_params(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_codec *codec, int stream_id) __q6asm_dai_compr_set_codec_params() argument
[all...]
H A Dq6asm.c281 uint32_t stream_id) in q6asm_add_hdr()
284 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
285 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
918 * @stream_id: stream id of q6asm session
926 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, in q6asm_open_write() argument
943 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in q6asm_open_write()
1008 static int __q6asm_run(struct audio_client *ac, uint32_t stream_id, in __q6asm_run() argument
1025 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in __q6asm_run()
1047 * @stream_id: stream id of q6asm session
1054 int q6asm_run(struct audio_client *ac, uint32_t stream_id, uint32_ argument
279 q6asm_add_hdr(struct audio_client *ac, struct apr_hdr *hdr, uint32_t pkt_size, bool cmd_flg, uint32_t stream_id) q6asm_add_hdr() argument
1072 q6asm_run_nowait(struct audio_client *ac, uint32_t stream_id, uint32_t flags, uint32_t msw_ts, uint32_t lsw_ts) q6asm_run_nowait() argument
1091 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) q6asm_media_format_block_multi_ch_pcm() argument
1140 q6asm_stream_media_format_block_flac(struct audio_client *ac, uint32_t stream_id, struct q6asm_flac_cfg *cfg) q6asm_stream_media_format_block_flac() argument
1177 q6asm_stream_media_format_block_wma_v9(struct audio_client *ac, uint32_t stream_id, struct q6asm_wma_cfg *cfg) q6asm_stream_media_format_block_wma_v9() argument
1215 q6asm_stream_media_format_block_wma_v10(struct audio_client *ac, uint32_t stream_id, struct q6asm_wma_cfg *cfg) q6asm_stream_media_format_block_wma_v10() argument
1254 q6asm_stream_media_format_block_alac(struct audio_client *ac, uint32_t stream_id, struct q6asm_alac_cfg *cfg) q6asm_stream_media_format_block_alac() argument
1296 q6asm_stream_media_format_block_ape(struct audio_client *ac, uint32_t stream_id, struct q6asm_ape_cfg *cfg) q6asm_stream_media_format_block_ape() argument
1336 q6asm_stream_remove_silence(struct audio_client *ac, uint32_t stream_id, uint32_t cmd, uint32_t num_samples) q6asm_stream_remove_silence() argument
1366 q6asm_stream_remove_initial_silence(struct audio_client *ac, uint32_t stream_id, uint32_t initial_samples) q6asm_stream_remove_initial_silence() argument
1376 q6asm_stream_remove_trailing_silence(struct audio_client *ac, uint32_t stream_id, uint32_t trailing_samples) q6asm_stream_remove_trailing_silence() argument
1396 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) q6asm_enc_cfg_blk_pcm_format_support() argument
1451 q6asm_read(struct audio_client *ac, uint32_t stream_id) q6asm_read() argument
1500 __q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) __q6asm_open_read() argument
1553 q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) q6asm_open_read() argument
1572 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) q6asm_write_async() argument
1638 __q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd, bool wait) __q6asm_cmd() argument
1692 q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd) q6asm_cmd() argument
1707 q6asm_cmd_nowait(struct audio_client *ac, uint32_t stream_id, int cmd) q6asm_cmd_nowait() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/
H A Dq6asm.h99 int q6asm_write_async(struct audio_client *ac, uint32_t stream_id, uint32_t len,
101 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id,
105 int q6asm_open_read(struct audio_client *ac, uint32_t stream_id,
108 uint32_t stream_id, uint32_t rate,
112 int q6asm_read(struct audio_client *ac, uint32_t stream_id);
115 uint32_t stream_id,
120 uint32_t stream_id,
123 uint32_t stream_id,
126 uint32_t stream_id,
129 uint32_t stream_id,
[all...]
H A Dq6asm-dai.c69 uint32_t stream_id; member
190 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
200 q6asm_write_async(prtd->audio_client, prtd->stream_id, in event_handler()
209 q6asm_read(prtd->audio_client, prtd->stream_id); in event_handler()
242 q6asm_cmd(prtd->audio_client, prtd->stream_id, CMD_CLOSE); in q6asm_dai_prepare()
261 ret = q6asm_open_write(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
265 ret = q6asm_open_read(prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
285 prtd->audio_client, prtd->stream_id, in q6asm_dai_prepare()
290 prtd->stream_id, in q6asm_dai_prepare()
297 q6asm_read(prtd->audio_client, prtd->stream_id); in q6asm_dai_prepare()
359 int stream_id; q6asm_dai_open() local
610 int stream_id, size, ret; q6asm_dai_compr_open() local
694 __q6asm_dai_compr_set_codec_params(struct snd_soc_component *component, struct snd_compr_stream *stream, struct snd_codec *codec, int stream_id) __q6asm_dai_compr_set_codec_params() argument
[all...]
H A Dq6asm.c281 uint32_t stream_id) in q6asm_add_hdr()
284 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
285 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
918 * @stream_id: stream id of q6asm session
926 int q6asm_open_write(struct audio_client *ac, uint32_t stream_id, in q6asm_open_write() argument
943 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in q6asm_open_write()
1008 static int __q6asm_run(struct audio_client *ac, uint32_t stream_id, in __q6asm_run() argument
1025 q6asm_add_hdr(ac, &pkt->hdr, pkt_size, true, stream_id); in __q6asm_run()
1047 * @stream_id: stream id of q6asm session
1054 int q6asm_run(struct audio_client *ac, uint32_t stream_id, uint32_ argument
279 q6asm_add_hdr(struct audio_client *ac, struct apr_hdr *hdr, uint32_t pkt_size, bool cmd_flg, uint32_t stream_id) q6asm_add_hdr() argument
1072 q6asm_run_nowait(struct audio_client *ac, uint32_t stream_id, uint32_t flags, uint32_t msw_ts, uint32_t lsw_ts) q6asm_run_nowait() argument
1091 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) q6asm_media_format_block_multi_ch_pcm() argument
1140 q6asm_stream_media_format_block_flac(struct audio_client *ac, uint32_t stream_id, struct q6asm_flac_cfg *cfg) q6asm_stream_media_format_block_flac() argument
1177 q6asm_stream_media_format_block_wma_v9(struct audio_client *ac, uint32_t stream_id, struct q6asm_wma_cfg *cfg) q6asm_stream_media_format_block_wma_v9() argument
1215 q6asm_stream_media_format_block_wma_v10(struct audio_client *ac, uint32_t stream_id, struct q6asm_wma_cfg *cfg) q6asm_stream_media_format_block_wma_v10() argument
1254 q6asm_stream_media_format_block_alac(struct audio_client *ac, uint32_t stream_id, struct q6asm_alac_cfg *cfg) q6asm_stream_media_format_block_alac() argument
1296 q6asm_stream_media_format_block_ape(struct audio_client *ac, uint32_t stream_id, struct q6asm_ape_cfg *cfg) q6asm_stream_media_format_block_ape() argument
1336 q6asm_stream_remove_silence(struct audio_client *ac, uint32_t stream_id, uint32_t cmd, uint32_t num_samples) q6asm_stream_remove_silence() argument
1366 q6asm_stream_remove_initial_silence(struct audio_client *ac, uint32_t stream_id, uint32_t initial_samples) q6asm_stream_remove_initial_silence() argument
1376 q6asm_stream_remove_trailing_silence(struct audio_client *ac, uint32_t stream_id, uint32_t trailing_samples) q6asm_stream_remove_trailing_silence() argument
1396 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) q6asm_enc_cfg_blk_pcm_format_support() argument
1451 q6asm_read(struct audio_client *ac, uint32_t stream_id) q6asm_read() argument
1500 __q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) __q6asm_open_read() argument
1553 q6asm_open_read(struct audio_client *ac, uint32_t stream_id, uint32_t format, uint16_t bits_per_sample) q6asm_open_read() argument
1572 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) q6asm_write_async() argument
1638 __q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd, bool wait) __q6asm_cmd() argument
1692 q6asm_cmd(struct audio_client *ac, uint32_t stream_id, int cmd) q6asm_cmd() argument
1707 q6asm_cmd_nowait(struct audio_client *ac, uint32_t stream_id, int cmd) q6asm_cmd_nowait() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/amd/ps/
H A Dps-sdw-dma.c141 u32 stream_id) in acp63_config_dma()
150 val = sdw_dma_pte_offset + (stream_id * ACP_SDW_PTE_OFFSET); in acp63_config_dma()
169 static int acp63_configure_sdw_ringbuffer(void __iomem *acp_base, u32 stream_id, u32 size, in acp63_configure_sdw_ringbuffer() argument
185 reg_dma_size = sdw0_dma_ring_buf_reg[stream_id].reg_dma_size; in acp63_configure_sdw_ringbuffer()
186 reg_fifo_addr = sdw0_dma_ring_buf_reg[stream_id].reg_fifo_addr; in acp63_configure_sdw_ringbuffer()
187 reg_fifo_size = sdw0_dma_ring_buf_reg[stream_id].reg_fifo_size; in acp63_configure_sdw_ringbuffer()
188 reg_ring_buf_size = sdw0_dma_ring_buf_reg[stream_id].reg_ring_buf_size; in acp63_configure_sdw_ringbuffer()
189 reg_ring_buf_addr = sdw0_dma_ring_buf_reg[stream_id].reg_ring_buf_addr; in acp63_configure_sdw_ringbuffer()
192 reg_dma_size = sdw1_dma_ring_buf_reg[stream_id].reg_dma_size; in acp63_configure_sdw_ringbuffer()
193 reg_fifo_addr = sdw1_dma_ring_buf_reg[stream_id] in acp63_configure_sdw_ringbuffer()
140 acp63_config_dma(struct acp_sdw_dma_stream *stream, void __iomem *acp_base, u32 stream_id) acp63_config_dma() argument
259 u32 stream_id; acp63_sdw_dma_hw_params() local
388 u32 stream_id; acp63_sdw_dma_enable() local
[all...]
/kernel/linux/linux-6.6/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_fops.c110 enum atomisp_input_stream_id stream_id, in atomisp_q_one_metadata_buffer()
117 if (asd->metadata_bufs_in_css[stream_id][css_pipe_id] >= in atomisp_q_one_metadata_buffer()
136 stream_id, css_pipe_id)) { in atomisp_q_one_metadata_buffer()
143 asd->metadata_bufs_in_css[stream_id][css_pipe_id]++; in atomisp_q_one_metadata_buffer()
149 enum atomisp_input_stream_id stream_id, in atomisp_q_one_s3a_buffer()
175 stream_id, css_pipe_id)) { in atomisp_q_one_s3a_buffer()
190 enum atomisp_input_stream_id stream_id, in atomisp_q_one_dis_buffer()
214 stream_id, css_pipe_id)) { in atomisp_q_one_dis_buffer()
233 enum atomisp_input_stream_id stream_id, in atomisp_q_video_buffers_to_css()
284 asd->stream_env[stream_id] in atomisp_q_video_buffers_to_css()
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) atomisp_q_one_metadata_buffer() 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) atomisp_q_one_s3a_buffer() 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) atomisp_q_one_dis_buffer() 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) atomisp_q_video_buffers_to_css() argument
[all...]
H A Datomisp_compat_css20.c904 enum atomisp_input_stream_id stream_id, in atomisp_q_video_buffer_to_css()
908 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_video_buffer_to_css()
925 enum atomisp_input_stream_id stream_id, in atomisp_q_metadata_buffer_to_css()
928 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_metadata_buffer_to_css()
945 enum atomisp_input_stream_id stream_id, in atomisp_q_s3a_buffer_to_css()
948 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_s3a_buffer_to_css()
966 enum atomisp_input_stream_id stream_id, in atomisp_q_dis_buffer_to_css()
969 struct atomisp_stream_env *stream_env = &asd->stream_env[stream_id]; in atomisp_q_dis_buffer_to_css()
1081 enum atomisp_input_stream_id stream_id, in atomisp_css_queue_buffer()
1087 asd->stream_env[stream_id] in atomisp_css_queue_buffer()
902 atomisp_q_video_buffer_to_css(struct atomisp_sub_device *asd, struct ia_css_frame *frame, enum atomisp_input_stream_id stream_id, enum ia_css_buffer_type css_buf_type, enum ia_css_pipe_id css_pipe_id) atomisp_q_video_buffer_to_css() argument
923 atomisp_q_metadata_buffer_to_css(struct atomisp_sub_device *asd, struct atomisp_metadata_buf *metadata_buf, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id css_pipe_id) atomisp_q_metadata_buffer_to_css() argument
943 atomisp_q_s3a_buffer_to_css(struct atomisp_sub_device *asd, struct atomisp_s3a_buf *s3a_buf, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id css_pipe_id) atomisp_q_s3a_buffer_to_css() argument
964 atomisp_q_dis_buffer_to_css(struct atomisp_sub_device *asd, struct atomisp_dis_buf *dis_buf, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id css_pipe_id) atomisp_q_dis_buffer_to_css() argument
1080 atomisp_css_queue_buffer(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id pipe_id, enum ia_css_buffer_type buf_type, struct atomisp_css_buffer *isp_css_buffer) atomisp_css_queue_buffer() argument
1095 atomisp_css_dequeue_buffer(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum ia_css_pipe_id pipe_id, enum ia_css_buffer_type buf_type, struct atomisp_css_buffer *isp_css_buffer) atomisp_css_dequeue_buffer() argument
1116 atomisp_css_allocate_stat_buffers(struct atomisp_sub_device *asd, u16 stream_id, struct atomisp_s3a_buf *s3a_buf, struct atomisp_dis_buf *dis_buf, struct atomisp_metadata_buf *md_buf) atomisp_css_allocate_stat_buffers() argument
1459 atomisp_css_isys_set_resolution(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, struct v4l2_mbus_framefmt *ffmt, int isys_stream) atomisp_css_isys_set_resolution() argument
1475 atomisp_css_input_set_resolution(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, struct v4l2_mbus_framefmt *ffmt) atomisp_css_input_set_resolution() argument
1487 atomisp_css_input_set_binning_factor(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, unsigned int bin_factor) atomisp_css_input_set_binning_factor() argument
1495 atomisp_css_input_set_bayer_order(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum ia_css_bayer_order bayer_order) atomisp_css_input_set_bayer_order() argument
1504 atomisp_css_isys_set_link(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, int link, int isys_stream) atomisp_css_isys_set_link() argument
1515 atomisp_css_isys_set_valid(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, bool valid, int isys_stream) atomisp_css_isys_set_valid() argument
1526 atomisp_css_isys_set_format(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum atomisp_input_format format, int isys_stream) atomisp_css_isys_set_format() argument
1537 atomisp_css_input_set_format(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum atomisp_input_format format) atomisp_css_input_set_format() argument
1547 atomisp_css_set_default_isys_config(struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, struct v4l2_mbus_framefmt *ffmt) atomisp_css_set_default_isys_config() argument
1575 atomisp_css_isys_two_stream_cfg_update_stream1( struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum atomisp_input_format input_format, unsigned int width, unsigned int height) atomisp_css_isys_two_stream_cfg_update_stream1() argument
1593 atomisp_css_isys_two_stream_cfg_update_stream2( struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, enum atomisp_input_format input_format, unsigned int width, unsigned int height) atomisp_css_isys_two_stream_cfg_update_stream2() argument
1613 atomisp_css_input_set_effective_resolution( struct atomisp_sub_device *asd, enum atomisp_input_stream_id stream_id, unsigned int width, unsigned int height) atomisp_css_input_set_effective_resolution() argument
3192 atomisp_css_isr_get_stream_id(struct ia_css_pipe *css_pipe, struct atomisp_device *isp, enum atomisp_input_stream_id *stream_id) atomisp_css_isr_get_stream_id() argument
3217 enum atomisp_input_stream_id stream_id = 0; atomisp_css_isr_thread() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_compat.h65 enum atomisp_input_stream_id stream_id,
71 enum atomisp_input_stream_id stream_id,
76 enum atomisp_input_stream_id stream_id,
81 enum atomisp_input_stream_id stream_id,
96 enum atomisp_input_stream_id stream_id,
102 enum atomisp_input_stream_id stream_id,
108 u16 stream_id,
144 enum atomisp_input_stream_id stream_id,
149 enum atomisp_input_stream_id stream_id,
154 enum atomisp_input_stream_id stream_id,
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c81 uint32_t stream_id) in fill_flush()
85 cmd->flush.streamId = stream_id; in fill_flush()
137 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put()
170 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
184 uint32_t stream_id, in vmw_overlay_send_stop()
209 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
212 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
247 * @stream_id which stream to stop/pause.
251 uint32_t stream_id, bool pause, in vmw_overlay_stop()
255 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop()
80 fill_flush(struct vmw_escape_video_flush *cmd, uint32_t stream_id) fill_flush() argument
183 vmw_overlay_send_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool interruptible) vmw_overlay_send_stop() argument
250 vmw_overlay_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool pause, bool interruptible) vmw_overlay_stop() argument
521 vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id) vmw_overlay_unref() argument
[all...]
H A Dvmwgfx_va.c34 * @stream_id: The overlay stream id.
38 u32 stream_id; member
62 ret = vmw_overlay_unref(dev_priv, stream->stream_id); in vmw_stream_hw_destroy()
70 return vmw_overlay_claim(res->dev_priv, &stream->stream_id); in vmw_stream_init()
77 arg->stream_id = handle; in vmw_stream_set_arg_handle()
120 arg->stream_id, TTM_REF_USAGE); in vmw_stream_unref_ioctl()
164 *inout_id = stream->stream_id; in vmw_user_stream_lookup()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_overlay.c75 uint32_t stream_id) in fill_flush()
79 cmd->flush.streamId = stream_id; in fill_flush()
131 cmds->header.streamId = arg->stream_id; in vmw_overlay_send_put()
164 fill_flush(flush, arg->stream_id); in vmw_overlay_send_put()
178 uint32_t stream_id, in vmw_overlay_send_stop()
203 cmds->body.header.streamId = stream_id; in vmw_overlay_send_stop()
206 fill_flush(&cmds->flush, stream_id); in vmw_overlay_send_stop()
241 * @stream_id which stream to stop/pause.
245 uint32_t stream_id, bool pause, in vmw_overlay_stop()
249 struct vmw_stream *stream = &overlay->stream[stream_id]; in vmw_overlay_stop()
74 fill_flush(struct vmw_escape_video_flush *cmd, uint32_t stream_id) fill_flush() argument
177 vmw_overlay_send_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool interruptible) vmw_overlay_send_stop() argument
244 vmw_overlay_stop(struct vmw_private *dev_priv, uint32_t stream_id, bool pause, bool interruptible) vmw_overlay_stop() argument
515 vmw_overlay_unref(struct vmw_private *dev_priv, uint32_t stream_id) vmw_overlay_unref() argument
[all...]
H A Dvmwgfx_va.c35 * @stream_id: The overlay stream id.
39 u32 stream_id; member
63 ret = vmw_overlay_unref(dev_priv, stream->stream_id); in vmw_stream_hw_destroy()
71 return vmw_overlay_claim(res->dev_priv, &stream->stream_id); in vmw_stream_init()
78 arg->stream_id = handle; in vmw_stream_set_arg_handle()
122 arg->stream_id); in vmw_stream_unref_ioctl()
166 *inout_id = stream->stream_id; in vmw_user_stream_lookup()
/kernel/linux/linux-6.6/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...]
H A Dcdnsp-ring.c278 unsigned int stream_id) in cdnsp_ring_ep_doorbell()
303 db_value = DB_VALUE_EP0_OUT(pep->idx, stream_id); in cdnsp_ring_ep_doorbell()
305 db_value = DB_VALUE(pep->idx, stream_id); in cdnsp_ring_ep_doorbell()
307 trace_cdnsp_tr_drbl(pep, stream_id); in cdnsp_ring_ep_doorbell()
318 * Get the right ring for the given pep and stream_id.
324 unsigned int stream_id) in cdnsp_get_transfer_ring()
329 if (stream_id == 0 || stream_id >= pep->stream_info.num_streams) { in cdnsp_get_transfer_ring()
331 pep->name, stream_id); in cdnsp_get_transfer_ring()
335 return pep->stream_info.stream_rings[stream_id]; in cdnsp_get_transfer_ring()
276 cdnsp_ring_ep_doorbell(struct cdnsp_device *pdev, struct cdnsp_ep *pep, unsigned int stream_id) cdnsp_ring_ep_doorbell() argument
322 cdnsp_get_transfer_ring(struct cdnsp_device *pdev, struct cdnsp_ep *pep, unsigned int stream_id) cdnsp_get_transfer_ring() argument
351 unsigned int stream_id; cdnsp_ring_doorbell_for_active_rings() local
398 cdnsp_get_hw_deq(struct cdnsp_device *pdev, unsigned int ep_index, unsigned int stream_id) cdnsp_get_hw_deq() argument
430 cdnsp_find_new_dequeue_state(struct cdnsp_device *pdev, struct cdnsp_ep *pep, unsigned int stream_id, struct cdnsp_td *cur_td, struct cdnsp_dequeue_state *state) cdnsp_find_new_dequeue_state() argument
963 cdnsp_giveback_first_trb(struct cdnsp_device *pdev, struct cdnsp_ep *pep, unsigned int stream_id, int start_cycle, struct cdnsp_generic_trb *start_trb) cdnsp_giveback_first_trb() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/imx/
H A Dimx8qxp-pixel-link.c29 u8 stream_id; member
48 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_mst_en()
60 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_mst_vld()
72 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_enable_sync()
84 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_mst_en()
98 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_mst_vld()
112 pl->dc_id, pl->stream_id, ret); in imx8qxp_pixel_link_disable_sync()
127 pl->dc_id, pl->stream_id, pl->mst_addr, ret); in imx8qxp_pixel_link_set_mst_addr()
354 ret = of_property_read_u8(np, "fsl,dc-stream-id", &pl->stream_id); in imx8qxp_pixel_link_bridge_probe()
364 if (pl->stream_id in imx8qxp_pixel_link_bridge_probe()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dchannel_hw.c56 u32 stream_id; in submit_wait() local
64 stream_id = job->memory_context->stream_id; in submit_wait()
66 stream_id = job->engine_fallback_streamid; in submit_wait()
81 host1x_opcode_setpayload(stream_id), in submit_wait()
182 u32 stream_id; in host1x_channel_set_streamid() local
184 if (!tegra_dev_iommu_get_stream_id(channel->dev->parent, &stream_id)) in host1x_channel_set_streamid()
185 stream_id = TEGRA_STREAM_ID_BYPASS; in host1x_channel_set_streamid()
187 host1x_ch_writel(channel, stream_id, HOST1X_CHANNEL_SMMU_STREAMID); in host1x_channel_set_streamid()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dsuspend.c27 static int pseries_suspend_begin(u64 stream_id) in pseries_suspend_begin() argument
33 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
78 u64 stream_id; in store_hibernate() local
84 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate()
87 rc = pseries_suspend_begin(stream_id); in store_hibernate()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dsuspend.c17 static u64 stream_id; variable
37 rc = plpar_hcall(H_VASI_STATE, retbuf, stream_id); in pseries_suspend_begin()
137 stream_id = simple_strtoul(buf, NULL, 16); in store_hibernate()
148 stream_id = 0; in store_hibernate()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c405 unsigned int stream_id) in xhci_ring_ep_doorbell()
421 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell()
423 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
434 unsigned int stream_id; in ring_doorbell_for_active_rings() local
446 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings()
447 stream_id++) { in ring_doorbell_for_active_rings()
449 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
451 stream_id); in ring_doorbell_for_active_rings()
482 /* Get the right ring for the given slot_id, ep_index and stream_id
402 xhci_ring_ep_doorbell(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) xhci_ring_ep_doorbell() argument
486 xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) xhci_triad_to_transfer_ring() argument
528 xhci_get_hw_deq(struct xhci_hcd *xhci, struct xhci_virt_device *vdev, unsigned int ep_index, unsigned int stream_id) xhci_get_hw_deq() argument
563 xhci_find_new_dequeue_state(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_td *cur_td, struct xhci_dequeue_state *state) xhci_find_new_dequeue_state() argument
842 xhci_handle_halted_endpoint(struct xhci_hcd *xhci, struct xhci_virt_ep *ep, unsigned int stream_id, struct xhci_td *td, enum xhci_ep_reset_type reset_type) xhci_handle_halted_endpoint() argument
1051 int stream_id; xhci_kill_endpoint_urbs() local
1230 unsigned int stream_id; xhci_handle_cmd_set_deq() local
3155 prepare_transfer(struct xhci_hcd *xhci, struct xhci_virt_device *xdev, unsigned int ep_index, unsigned int stream_id, unsigned int num_trbs, struct urb *urb, unsigned int td_index, gfp_t mem_flags) prepare_transfer() argument
3261 giveback_first_trb(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index, unsigned int stream_id, int start_cycle, struct xhci_generic_trb *start_trb) giveback_first_trb() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c483 unsigned int stream_id) in xhci_ring_ep_doorbell()
499 trace_xhci_ring_ep_doorbell(slot_id, DB_VALUE(ep_index, stream_id)); in xhci_ring_ep_doorbell()
501 writel(DB_VALUE(ep_index, stream_id), db_addr); in xhci_ring_ep_doorbell()
511 unsigned int stream_id; in ring_doorbell_for_active_rings() local
523 for (stream_id = 1; stream_id < ep->stream_info->num_streams; in ring_doorbell_for_active_rings()
524 stream_id++) { in ring_doorbell_for_active_rings()
526 if (!list_empty(&stream_info->stream_rings[stream_id]->td_list)) in ring_doorbell_for_active_rings()
528 stream_id); in ring_doorbell_for_active_rings()
561 unsigned int stream_id) in xhci_virt_ep_to_ring()
480 xhci_ring_ep_doorbell(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) xhci_ring_ep_doorbell() argument
559 xhci_virt_ep_to_ring(struct xhci_hcd *xhci, struct xhci_virt_ep *ep, unsigned int stream_id) xhci_virt_ep_to_ring() argument
583 xhci_triad_to_transfer_ring(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id) xhci_triad_to_transfer_ring() argument
603 xhci_get_hw_deq(struct xhci_hcd *xhci, struct xhci_virt_device *vdev, unsigned int ep_index, unsigned int stream_id) xhci_get_hw_deq() argument
620 xhci_move_dequeue_past_td(struct xhci_hcd *xhci, unsigned int slot_id, unsigned int ep_index, unsigned int stream_id, struct xhci_td *td) xhci_move_dequeue_past_td() argument
1209 int stream_id; xhci_kill_endpoint_urbs() local
1324 unsigned int stream_id; xhci_handle_cmd_set_deq() local
3304 prepare_transfer(struct xhci_hcd *xhci, struct xhci_virt_device *xdev, unsigned int ep_index, unsigned int stream_id, unsigned int num_trbs, struct urb *urb, unsigned int td_index, gfp_t mem_flags) prepare_transfer() argument
3411 giveback_first_trb(struct xhci_hcd *xhci, int slot_id, unsigned int ep_index, unsigned int stream_id, int start_cycle, struct xhci_generic_trb *start_trb) giveback_first_trb() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys_comm.h48 uint32_t stream_id) in ia_css_isys_generate_stream_id()
50 return sp_thread_id * IA_CSS_STREAM_MAX_ISYS_STREAM_PER_CH + stream_id; in ia_css_isys_generate_stream_id()
46 ia_css_isys_generate_stream_id( u32 sp_thread_id, uint32_t stream_id) ia_css_isys_generate_stream_id() argument
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys_comm.h48 uint32_t stream_id) in ia_css_isys_generate_stream_id()
50 return sp_thread_id * IA_CSS_STREAM_MAX_ISYS_STREAM_PER_CH + stream_id; in ia_css_isys_generate_stream_id()
46 ia_css_isys_generate_stream_id( u32 sp_thread_id, uint32_t stream_id) ia_css_isys_generate_stream_id() argument

Completed in 25 milliseconds

1234567891011